# Functions
BuildFooYARPCProcedures prepares an implementation of the Foo service for YARPC registration.
BuildKeyValueYARPCProcedures prepares an implementation of the KeyValue service for YARPC registration.
BuildTestMessageNameParityYARPCProcedures prepares an implementation of the TestMessageNameParity service for YARPC registration.
No description provided by the author
NewFooYARPCClient builds a new YARPC client for the Foo service.
NewFxFooYARPCClient provides a FooYARPCClient to an Fx application using the given name for routing.
NewFxFooYARPCProcedures provides FooYARPCServer procedures to an Fx application.
NewFxKeyValueYARPCClient provides a KeyValueYARPCClient to an Fx application using the given name for routing.
NewFxKeyValueYARPCProcedures provides KeyValueYARPCServer procedures to an Fx application.
NewFxTestMessageNameParityYARPCClient provides a TestMessageNameParityYARPCClient to an Fx application using the given name for routing.
NewFxTestMessageNameParityYARPCProcedures provides TestMessageNameParityYARPCServer procedures to an Fx application.
No description provided by the author
NewKeyValueYARPCClient builds a new YARPC client for the KeyValue service.
No description provided by the author
NewTestMessageNameParityYARPCClient builds a new YARPC client for the TestMessageNameParity 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
FooReflectionMeta is the reflection server metadata required for using the gRPC reflection protocol with YARPC.
KeyValueReflectionMeta is the reflection server metadata required for using the gRPC reflection protocol with YARPC.
TestMessageNameParityReflectionMeta is the reflection server metadata required for using the gRPC reflection protocol with YARPC.
# 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
FxFooYARPCClientParams defines the input for NewFxFooYARPCClient.
FxFooYARPCClientResult defines the output of NewFxFooYARPCClient.
FxFooYARPCProceduresParams defines the input for NewFxFooYARPCProcedures.
FxFooYARPCProceduresResult defines the output of NewFxFooYARPCProcedures.
FxKeyValueYARPCClientParams defines the input for NewFxKeyValueYARPCClient.
FxKeyValueYARPCClientResult defines the output of NewFxKeyValueYARPCClient.
FxKeyValueYARPCProceduresParams defines the input for NewFxKeyValueYARPCProcedures.
FxKeyValueYARPCProceduresResult defines the output of NewFxKeyValueYARPCProcedures.
FxTestMessageNameParityYARPCClientParams defines the input for NewFxTestMessageNameParityYARPCClient.
FxTestMessageNameParityYARPCClientResult defines the output of NewFxTestMessageNameParityYARPCClient.
FxTestMessageNameParityYARPCProceduresParams defines the input for NewFxTestMessageNameParityYARPCProcedures.
FxTestMessageNameParityYARPCProceduresResult defines the output of NewFxTestMessageNameParityYARPCProcedures.
Get2ndMessageRequest and Get2ndMessageResponse are messages used to test that messages generated by the yarpc protoc plugin and by protoc-gen-gogo follows the same GoType conventions as gogo/protobuf.
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
UnimplementedFooServer can be embedded to have forward compatible implementations.
UnimplementedKeyValueServer can be embedded to have forward compatible implementations.
UnimplementedTestMessageNameParityServer can be embedded to have forward compatible implementations.
# 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
FooClient is the client API for Foo service.
FooServer is the server API for Foo service.
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.
KeyValueClient is the client API for KeyValue service.
KeyValueServer is the server API for KeyValue service.
KeyValueYARPCClient is the YARPC client-side interface for the KeyValue service.
KeyValueYARPCServer is the YARPC server-side interface for the KeyValue service.
TestMessageNameParityClient is the client API for TestMessageNameParity service.
TestMessageNameParityServer is the server API for TestMessageNameParity service.
TestMessageNameParityYARPCClient is the YARPC client-side interface for the TestMessageNameParity service.
TestMessageNameParityYARPCServer is the YARPC server-side interface for the TestMessageNameParity service.