Documentation ¶
Index ¶
Constants ¶
View Source
const ( BearerAuthnTokenKey = "BearerAuthnToken" BasicAuthnKey = "BasicAuthn" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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"` }
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.