Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CtxKeyProxyName = contextKey("proxy name") CtxKeyProviderName = contextKey("provider name") CtxKeyProxy = contextKey("proxy") CtxKeyProvider = contextKey("provider") )
View Source
var ( ErrBadRequest = newError("Body invalid") ErrForbidden = newError("Forbidden") ErrNotFound = newError("Resource not found") ErrRequestTimeout = newError("Timeout") )
View Source
var (
SwitchProxiesCallback func(sGroup string, sProxy string)
)
Functions ¶
func ReCreateServer ¶ added in v1.18.8
func ReCreateServer(cfg *Config)
func SetEmbedMode ¶ added in v1.18.10
func SetEmbedMode(embed bool)
Types ¶
type HTTPError ¶
type HTTPError struct {
Message string `json:"message"`
}
HTTPError is custom HTTP error for API
type LogStructured ¶
type LogStructured struct { Time string `json:"time"` Level string `json:"level"` Message string `json:"message"` Fields []LogStructuredField `json:"fields"` }
type LogStructuredField ¶
Click to show internal directories.
Click to hide internal directories.