Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RpcReadWriter ¶
type RpcReadWriter interface { Read(context.Context) (*goatorepo.Rpc, error) Write(context.Context, *goatorepo.Rpc) error }
RpcReadWriter is the generic interface used by Goat's client and servers. It utilises the wrapped.Rpc protobuf format for generically wrapping gRPC calls and their metadata.
Click to show internal directories.
Click to hide internal directories.