package
1.27.2
Repository: https://github.com/echohead/yarpc-go.git
Documentation: pkg.go.dev

# Functions

BuildAllYARPCProcedures prepares an implementation of the All service for YARPC registration.
BuildKeyValueYARPCProcedures prepares an implementation of the KeyValue service for YARPC registration.
BuildSinkYARPCProcedures prepares an implementation of the Sink service for YARPC registration.
No description provided by the author
NewAllYARPCClient builds a new YARPC client for the All service.
No description provided by the author
NewKeyValueYARPCClient builds a new YARPC client for the KeyValue service.
No description provided by the author
NewSinkYARPCClient builds a new YARPC client for the Sink service.
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

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

# Structs

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

# 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
AllServiceHelloOneYARPCClient sends HelloRequests and receives the single HelloResponse when sending is done.
AllServiceHelloOneYARPCServer receives HelloRequests.
AllServiceHelloThreeYARPCClient sends HelloRequests and receives HelloResponses, returning io.EOF when the stream is complete.
AllServiceHelloThreeYARPCServer receives HelloRequests and sends HelloResponse.
AllServiceHelloTwoYARPCClient receives HelloResponses, returning io.EOF when the stream is complete.
AllServiceHelloTwoYARPCServer sends HelloResponses.
AllYARPCClient is the YARPC client-side interface for the All service.
AllYARPCServer is the YARPC server-side interface for the All service.
No description provided by the author
No description provided by the author
KeyValueYARPCClient is the YARPC client-side interface for the KeyValue service.
KeyValueYARPCServer is the YARPC server-side interface for the KeyValue service.
No description provided by the author
No description provided by the author
SinkYARPCClient is the YARPC client-side interface for the Sink service.
SinkYARPCServer is the YARPC server-side interface for the Sink service.