package
2.2.4+incompatible
Repository: https://github.com/goadesign/examples.git
Documentation: pkg.go.dev
# Functions
BuildEchoerFunc builds the remote method to invoke for "chatter" service "echoer" endpoint.
BuildEchoerPayload builds the payload for the chatter echoer endpoint from CLI flags.
BuildHistoryFunc builds the remote method to invoke for "chatter" service "history" endpoint.
BuildHistoryPayload builds the payload for the chatter history endpoint from CLI flags.
BuildListenerFunc builds the remote method to invoke for "chatter" service "listener" endpoint.
BuildListenerPayload builds the payload for the chatter listener endpoint from CLI flags.
BuildLoginFunc builds the remote method to invoke for "chatter" service "login" endpoint.
BuildLoginPayload builds the payload for the chatter login endpoint from CLI flags.
BuildSubscribeFunc builds the remote method to invoke for "chatter" service "subscribe" endpoint.
BuildSubscribePayload builds the payload for the chatter subscribe endpoint from CLI flags.
BuildSummaryFunc builds the remote method to invoke for "chatter" service "summary" endpoint.
BuildSummaryPayload builds the payload for the chatter summary endpoint from CLI flags.
DecodeEchoerResponse decodes responses from the chatter echoer endpoint.
DecodeHistoryResponse decodes responses from the chatter history endpoint.
DecodeListenerResponse decodes responses from the chatter listener endpoint.
DecodeLoginResponse decodes responses from the chatter login endpoint.
DecodeSubscribeResponse decodes responses from the chatter subscribe endpoint.
DecodeSummaryResponse decodes responses from the chatter summary endpoint.
EncodeEchoerRequest encodes requests sent to chatter echoer endpoint.
EncodeHistoryRequest encodes requests sent to chatter history endpoint.
EncodeListenerRequest encodes requests sent to chatter listener endpoint.
EncodeLoginRequest encodes requests sent to chatter login endpoint.
EncodeSubscribeRequest encodes requests sent to chatter subscribe endpoint.
EncodeSummaryRequest encodes requests sent to chatter summary endpoint.
No description provided by the author
No description provided by the author
NewClient instantiates gRPC client for all the chatter service servers.
No description provided by the author
No description provided by the author
No description provided by the author
NewHistoryRequest builds the gRPC request type from the payload of the "history" endpoint of the "chatter" service.
No description provided by the author
NewLoginRequest builds the gRPC request type from the payload of the "login" endpoint of the "chatter" service.
NewLoginResult builds the result type of the "login" endpoint of the "chatter" service from the gRPC response type.
NewSubscribeRequest builds the gRPC request type from the payload of the "subscribe" endpoint of the "chatter" service.
No description provided by the author
ValidateChatSummary runs the validations defined on ChatSummary.
ValidateChatSummaryCollection runs the validations defined on ChatSummaryCollection.
ValidateHistoryResponse runs the validations defined on HistoryResponse.
ValidateSubscribeResponse runs the validations defined on SubscribeResponse.
# Structs
Client lists the service endpoint gRPC clients.
EchoerClientStream implements the chatter.EchoerClientStream interface.
HistoryClientStream implements the chatter.HistoryClientStream interface.
ListenerClientStream implements the chatter.ListenerClientStream interface.
SubscribeClientStream implements the chatter.SubscribeClientStream interface.
SummaryClientStream implements the chatter.SummaryClientStream interface.