Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Route path segments used by both server handlers and HTTP clients. AdminRoutePath = "/admin" LogRoutePath = "/log" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListLogLevelsResponse ¶
Logging
type SetLogLevelRegexRequest ¶
type SetLogLevelRegexRequest struct {
Expression string `json:"expression"`
Level string `json:"level"`
}
Logging
type SetLogLevelRequest ¶
Logging
Click to show internal directories.
Click to hide internal directories.