-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
It is possible to define:
type GreeterService interface {
GetGreetings(GetGreetingsRequest) GetGreetingsResponse
}but some services return list of objects instead of object with a list of object, so:
type GreeterService interface {
GetGreetings(GetGreetingsRequest) []Greeting
}but as I understand it is not currently supported. Could this be added?
Metadata
Metadata
Assignees
Labels
No labels