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

# Functions

BuildFooYARPCProcedures prepares an implementation of the Foo 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
NewFooYARPCClient builds a new YARPC client for the Foo 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

# 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
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
FooServiceEchoBothYARPCClient sends EchoBothRequests and receives EchoBothResponses, returning io.EOF when the stream is complete.
FooServiceEchoBothYARPCServer receives EchoBothRequests and sends EchoBothResponse.
FooServiceEchoInYARPCClient receives EchoInResponses, returning io.EOF when the stream is complete.
FooServiceEchoInYARPCServer sends EchoInResponses.
FooServiceEchoOutYARPCClient sends EchoOutRequests and receives the single EchoOutResponse when sending is done.
FooServiceEchoOutYARPCServer receives EchoOutRequests.
FooYARPCClient is the YARPC client-side interface for the Foo service.
FooYARPCServer is the YARPC server-side interface for the Foo 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.