Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
Resolved *config.ResolvedAdmin
ConfigPath string
ReloadManager *config.Manager
ServerStarted time.Time
ServerVersion string
Domain string
HTTPPort int
TCPPort int
Secure bool
Ctx *types.Context
}
Options configures the admin HTTP server.
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server runs the admin HTTP API and UI.
func (*Server) Resolved ¶ added in v1.29.3
func (s *Server) Resolved() *config.ResolvedAdmin
Resolved returns the active admin listen settings.
func (*Server) SetReloadManager ¶
SetReloadManager updates reload manager after server wiring.
Click to show internal directories.
Click to hide internal directories.