Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server represents the HTTP server
func NewServer ¶
func NewServer(cfg *config.Config, registryService service.RegistryService, metrics *telemetry.Metrics, versionInfo *v0.VersionBody, customUIHandler http.Handler, authnProvider auth.AuthnProvider) *Server
NewServer creates a new HTTP server Note: AuthZ is handled at the DB/service layer, not at the API layer.
Click to show internal directories.
Click to hide internal directories.