Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdminServer ¶ added in v5.3.0
type AdminServer struct {
// contains filtered or unexported fields
}
func NewServer ¶
func NewServer(options *Options) (*AdminServer, error)
NewServer instantiates a new admin server
func (*AdminServer) Start ¶ added in v5.3.0
func (a *AdminServer) Start() error
type Options ¶
type Options struct {
Host string
Port int
Name string
Proxy bool
Username string
Password string
Logger logging.LoggerInterface
Storages adminCommon.Storages
ImpressionsEvCalc evcalc.Monitor
EventsEvCalc evcalc.Monitor
Runtime common.Runtime
HcAppMonitor application.MonitorIterface
HcServicesMonitor services.MonitorIterface
Snapshotter cstorage.Snapshotter
TLS *tls.Config
FullConfig interface{}
}
Options encapsulates dependencies & config options for the Admin server
Click to show internal directories.
Click to hide internal directories.