Documentation
¶
Overview ¶
Package gprcserver contains the implementation of the server via gRPC
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GRPCServer ¶
GRPCServer server structure. Implements the Server interface
func (*GRPCServer) Run ¶
func (s *GRPCServer) Run() error
Run blocking function for server startup. After startup, it waits for os.Interrupt, syscall.SIGINT, syscall.SIGTERM The function is very similar to RunServer from the http implementation, but here is a different variant of graceful shutdown.
Click to show internal directories.
Click to hide internal directories.