Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cfg = &Config{
ROOT: "root",
}
Functions ¶
This section is empty.
Types ¶
type Proxy ¶
type Proxy struct {
Proxy map[string]ProxyTarget `json:"proxy"`
}
type ProxyTarget ¶
type ProxyTarget struct { Target string `json:"target"` ProxyTargetRewrite }
type ProxyTargetRewrite ¶
Click to show internal directories.
Click to hide internal directories.