Skip to content

Multiple Response #45

@miko

Description

@miko

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions