Documentation
¶
Index ¶
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, httpListenAddress string, enableReflection bool, registrationFunc RegistrationFunc, httpRegistrationFunc HttpRegistrationFunc, jwtVerifier authn.JWTVerifier, registry *prometheus.Registry, ) (*ApiServer, error)
type HttpRegistrationFunc ¶ added in v0.3.0
type HttpRegistrationFunc func(gwmux *runtime.ServeMux, conn *grpc.ClientConn) error
type RegistrationFunc ¶ added in v0.1.1
Click to show internal directories.
Click to hide internal directories.