Documentation ¶
Index ¶
- func AddForwardProxyWhitelist(name string, target string) error
- func DeleteForwardProxyWhitelist(name string, target string) error
- func GetForwardProxiesOverview(w http.ResponseWriter, r *http.Request)
- func GetForwardProxyInfo(name string) (*dto.ForwardProxyInfo, error)
- func GetReverseProxiesOverview(w http.ResponseWriter, r *http.Request)
- func GetReverserProxyInfo(name string) (*dto.ReverseProxyInfo, error)
- func GetSessionInfo(w http.ResponseWriter, r *http.Request)
- func RootSignIn(w http.ResponseWriter, r *http.Request)
- func SignOut(w http.ResponseWriter, r *http.Request)
- func SwitchForwardProxy(name string) error
- func SwitchReverseProxy(name string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetForwardProxiesOverview ¶
func GetForwardProxiesOverview(w http.ResponseWriter, r *http.Request)
func GetForwardProxyInfo ¶
func GetForwardProxyInfo(name string) (*dto.ForwardProxyInfo, error)
func GetReverseProxiesOverview ¶
func GetReverseProxiesOverview(w http.ResponseWriter, r *http.Request)
func GetReverserProxyInfo ¶ added in v0.5.0
func GetReverserProxyInfo(name string) (*dto.ReverseProxyInfo, error)
func GetSessionInfo ¶
func GetSessionInfo(w http.ResponseWriter, r *http.Request)
func RootSignIn ¶
func RootSignIn(w http.ResponseWriter, r *http.Request)
func SwitchForwardProxy ¶ added in v0.5.0
func SwitchReverseProxy ¶ added in v0.5.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.