Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProxyRoutes = utils.Routes{ utils.Route{ Name: "GetProxy", Method: "GET", Pattern: "/rest/proxy", HandlerFunc: getProxy, }, utils.Route{ Name: "SetProxy", Method: "PUT", Pattern: "/rest/proxy", HandlerFunc: setProxy, }, }
ProxyRoutes all routes concerning date and time
Functions ¶
This section is empty.
Types ¶
type ProxyConfig ¶
Click to show internal directories.
Click to hide internal directories.