Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GrpcServer ¶
type GrpcServer struct {
// contains filtered or unexported fields
}
GrpcServer ...
func InitializeGrpcServer ¶
func InitializeGrpcServer(l envconfig.Lookuper) (*GrpcServer, error)
InitializeGrpcServer ...
func NewGrpcServer ¶
func NewGrpcServer( config *proto.GrpcServerConfig, healthRegistry *impl.HealthRegistry, configServer *impl.ConfigServer, ) *GrpcServer
NewGrpcServer ...
func (*GrpcServer) ActivePort ¶
func (s *GrpcServer) ActivePort() int
ActivePort ... Returns the port on which the server is actively listening. This is useful as the server is capable or using a randomly assigned port.
Click to show internal directories.
Click to hide internal directories.