Documentation
¶
Overview ¶
Package inproc implements a simple gRPC server & client that communicate in process This is useful for testing, or for services that don't need to cross process bounds.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// Server points to the gRPC server instances. Services should be registered on this
Server *grpc.Server
// ClientConn is a handle to a connection to the server. This can be used to
// get clients.
ClientConn *grpc.ClientConn
// contains filtered or unexported fields
}
Server is an in-process gRPC server.
Click to show internal directories.
Click to hide internal directories.