# Functions
BuildHelloYARPCProcedures prepares an implementation of the Hello service for YARPC registration.
No description provided by the author
NewHelloYARPCClient builds a new YARPC client for the Hello service.
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
HelloServiceHelloInStreamYARPCClient receives HelloResponses, returning io.EOF when the stream is complete.
HelloServiceHelloInStreamYARPCServer sends HelloResponses.
HelloServiceHelloOutStreamYARPCClient sends HelloRequests and receives the single HelloResponse when sending is done.
HelloServiceHelloOutStreamYARPCServer receives HelloRequests.
HelloServiceHelloThereYARPCClient sends HelloRequests and receives HelloResponses, returning io.EOF when the stream is complete.
HelloServiceHelloThereYARPCServer receives HelloRequests and sends HelloResponse.
HelloYARPCClient is the YARPC client-side interface for the Hello service.
HelloYARPCServer is the YARPC server-side interface for the Hello service.