Versions in this module Expand all Collapse all v0 v0.1.1 Oct 16, 2020 v0.1.0 Aug 27, 2020 Changes in this version + func Actor(withOptions ...ServerOptions) (execute func() error, interrupt func(error)) + func ListenAndServe(withOptions ...ServerOptions) (error, net.Listener, *grpc.Server) + type ServerOptions func(options *serverOptions) + func WithDisableMetrics() ServerOptions + func WithDisableOpentracing() ServerOptions + func WithLogger(logger log.Logger) ServerOptions + func WithServeExecution(fn func(net.Listener, *grpc.Server) error) ServerOptions + func WithServePort(port int) ServerOptions