Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Wrapper ¶
type Wrapper struct { Config config.ServerConfig Server *server.Server // contains filtered or unexported fields }
Wrapper handles the gRPC server elements and coordinating process signals with a Server
func NewWrapper ¶
func NewWrapper(c config.ServerConfig) (*Wrapper, error)
NewWrapper creates a Wrapper based on a given config
Click to show internal directories.
Click to hide internal directories.