Versions in this module Expand all Collapse all v1 v1.12.1 Dec 19, 2024 v1.12.0 Dec 19, 2024 Changes in this version + func Run(port int, registerFn RegisterFn, options ...Option) + type Option func(*options) + func WithSecure(credential credentials.TransportCredentials) Option + func WithServiceRegister(fn ServiceRegisterFn) Option + func WithStatConnections(opts ...metrics.ConnectionOption) Option + func WithStreamInterceptor(interceptors ...grpc.StreamServerInterceptor) Option + func WithUnaryInterceptor(interceptors ...grpc.UnaryServerInterceptor) Option + type RegisterFn func(srv *grpc.Server) + type ServiceRegisterFn func()