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.HeraAdminRequest) (*go_nuntio.HeraAdminResponse, error) }
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func New ¶
func New(environment *environment.Environment, handler go_nuntio.HeraAdminServer, interceptor interceptor.Interceptor, authenticator authenticator.AdminAuthenticator, logger *zap.Logger) (*Server, error)
Click to show internal directories.
Click to hide internal directories.