Documentation ¶ Index ¶ type ApiServer func NewAPIServer(ctx context.Context, log *zap.Logger, listenAddress string, ...) (*ApiServer, error) func (s *ApiServer) Addr() net.Addr func (s *ApiServer) Close() type RegistrationFunc Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type ApiServer ¶ type ApiServer struct { // contains filtered or unexported fields } func NewAPIServer ¶ func NewAPIServer( ctx context.Context, log *zap.Logger, listenAddress string, enableReflection bool, registrationFunc RegistrationFunc, ) (*ApiServer, error) func (*ApiServer) Addr ¶ func (s *ApiServer) Addr() net.Addr func (*ApiServer) Close ¶ func (s *ApiServer) Close() type RegistrationFunc ¶ added in v0.1.1 type RegistrationFunc func(server *grpc.Server) error Source Files ¶ View all Source files server.go Directories ¶ Show internal Expand all Path Synopsis message payer Click to show internal directories. Click to hide internal directories.