Documentation
¶
Overview ¶
Package httpsrv provides the HTTP server to handle all requests for metadataservice.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { Logger *zap.Logger Listen string Debug bool DB *sqlx.DB AuthConfig ginjwt.AuthConfig TrustedProxies []string LookupEnabled bool LookupClient lookup.Client TemplateFields map[string]template.Template ShutdownTimeout time.Duration }
Server contains the HTTP server configuration
Click to show internal directories.
Click to hide internal directories.