# Functions
OtherServiceClient creates an RPC client that conforms to the OtherService interface, but delegates work to remote instances.
OtherServiceServer accepts your "real" OtherService instance (the thing that really does the work), and returns a set of endpoint routes which allow this service to be consumed via the gateways/listeners you configure in main().
SampleServiceClient creates an RPC client that conforms to the SampleService interface, but delegates work to remote instances.
SampleServiceServer accepts your "real" SampleService instance (the thing that really does the work), and returns a set of endpoint routes which allow this service to be consumed via the gateways/listeners you configure in main().
# Structs
MockSampleService allows you to program behaviors into a mock instance of SampleService.