Documentation
¶
Index ¶
- Constants
- type ContextData
- type ContextPos
- type ExecuteRequest
- type ExecuteResponse
- type Metrics
- type NetworkConnectivity
- type Response
- type ServerName
- type ServerNames
- type State
- type Statistics
- type WebServerConfig
- type WebServerConfigContextPos
- type WebServerInfo
- type WebServerLog
- type WebServerLogWatchRequest
Constants ¶
View Source
const ( BearerAuthnTokenKey = "BearerAuthnToken" BasicAuthnKey = "BasicAuthn" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContextData ¶
type ContextData struct {
JsonData []byte `json:"data"`
}
type ContextPos ¶
type ExecuteRequest ¶
type ExecuteResponse ¶
type NetworkConnectivity ¶
type NetworkConnectivity int
const ( NetUnknown NetworkConnectivity = iota NetReachable NetUnreachable )
type ServerName ¶
type ServerName struct {
Name string `json:"name"`
}
type ServerNames ¶
type ServerNames []ServerName
type Statistics ¶
type WebServerConfig ¶
type WebServerConfig struct {
ServerName *ServerName `json:"server-name"`
JsonData []byte `json:"data"`
OriginalFingerprints []byte `json:"original-fingerprints"`
}
type WebServerConfigContextPos ¶
type WebServerConfigContextPos struct {
ServerName *ServerName `json:"server-name"`
ContextPos *ContextPos `json:"context-pos"`
OriginalFingerprints []byte `json:"original-fingerprints"`
}
type WebServerInfo ¶
type WebServerLog ¶
type WebServerLog struct {
Lines <-chan []byte `json:"lines"`
}
type WebServerLogWatchRequest ¶
type WebServerLogWatchRequest struct {
ServerName *ServerName `json:"server-name"`
LogName string `json:"log-path"`
FilteringRegexpRule string `json:"filtering-regexp-rule"`
}
Click to show internal directories.
Click to hide internal directories.