Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetContext ¶
func SetContext ¶
Types ¶
type Factory ¶
type Factory interface { WebServerConfig() WebServerConfigService WebServerStatistics() WebServerStatisticsService WebServerStatus() WebServerStatusService WebServerLogWatcher() WebServerLogWatcherService }
type WebServerConfigService ¶
type WebServerLogWatcherService ¶
type WebServerLogWatcherService interface {
Watch(request *v1.WebServerLogWatchRequest) (<-chan []byte, context.CancelFunc, error)
}
type WebServerStatisticsService ¶
type WebServerStatisticsService interface {
Get(servername string) (*v1.Statistics, error)
}
type WebServerStatusService ¶
Click to show internal directories.
Click to hide internal directories.