Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server interface { grpc.ServiceRegistrar Address() string OnStart(callback func()) OnStop(callback func()) OnError(callback func(err error)) Start(ctx context.Context, wg *sync.WaitGroup) Stop() Shutdown() }
func NewFromConfig ¶ added in v1.0.5
func NewWithOverrides ¶ added in v1.0.5
func NewWithOverrides(network, address string, enforcement *keepalive.EnforcementPolicy, keepAliveTimeouts *keepalive.ServerParameters, tlsConfig *tls.Config, logger logger.Logger) Server
Click to show internal directories.
Click to hide internal directories.