Documentation ¶
Index ¶
- type Monitor
- type MonitorType
- func (hdlr *MonitorType) InitializeWithConfigData(next http.Handler, gCfg *cfg.ServerGlobalConfigType, serverName string, ...) (err error)
- func (hdlr *MonitorType) PreValidate(gCfg *cfg.ServerGlobalConfigType, cfgData map[string]interface{}, ...) (err error)
- func (hdlr *MonitorType) ServeHTTP(www http.ResponseWriter, req *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MonitorType ¶
func NewMonitorServer ¶
func NewMonitorServer(n http.Handler, p []string, fmt string) *MonitorType
func (*MonitorType) InitializeWithConfigData ¶
func (hdlr *MonitorType) InitializeWithConfigData(next http.Handler, gCfg *cfg.ServerGlobalConfigType, serverName string, pNo, callNo int) (err error)
func (*MonitorType) PreValidate ¶
func (hdlr *MonitorType) PreValidate(gCfg *cfg.ServerGlobalConfigType, cfgData map[string]interface{}, serverName string, pNo, callNo int) (err error)
func (*MonitorType) ServeHTTP ¶
func (hdlr *MonitorType) ServeHTTP(www http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.