Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HeraHttpRoute ¶
type HeraHttpRoute struct { Name string Handle func(ctx context.Context, request *go_nuntio.HeraRequest) (*go_nuntio.HeraResponse, error) }
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func New ¶
func New(environment *environment.Environment, handler go_nuntio.HeraServer, interceptor interceptor.Interceptor, authenticator authenticator.PublicAuthenticator, oidc oidc.Providers, logger *zap.Logger) (*Server, error)
Click to show internal directories.
Click to hide internal directories.