Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// CoreOptions are all common across everything e.g. namespace.
CoreOptions options.CoreOptions
// ServerOptions are server specific options e.g. listener address etc.
ServerOptions options.ServerOptions
// HandlerOptions sets options for the HTTP handler.
HandlerOptions handler.Options
// ClientOptions are for generic TLS client options e.g. certificates.
ClientOptions coreclient.HTTPClientOptions
// IdentityOptions allow configuration of the authorization middleware.
IdentityOptions *identityclient.Options
// CORSOptions are for remote resource sharing.
CORSOptions cors.Options
// OpenAPIOptions are for OpenAPI processing.
OpenAPIOptions openapimiddleware.Options
}
func (*Server) SetupLogging ¶
func (s *Server) SetupLogging()
Click to show internal directories.
Click to hide internal directories.