Documentation ¶
Overview ¶
Package grpcrunner simplifies starting GRPC servers with ifrit.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New( logger lager.Logger, listenAddr string, registerFunc func(*grpc.Server), options ...grpc.ServerOption, ) ifrit.Runner
New creates a new runner for a GRPC server that can be started with ifrit. The registerFunc can be used to register your GPRC services with the running server. The options are passed through directly to the server.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.