 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const ( RouterProxyParameter = "tm.traffic_rtr_fwd_proxy" RouterRequestTimeout = time.Second * 10 RouterOnlineStatus = "ONLINE" HTTP = "HTTP" DNS = "DNS" )
Variables ¶
This section is empty.
Functions ¶
func GetCDNRouting ¶
func GetCDNRouting(w http.ResponseWriter, r *http.Request)
GetCDNRouting is the handler for getting aggregated routing percentages across CDNs.
func GetDSRouting ¶
func GetDSRouting(w http.ResponseWriter, r *http.Request)
GetDSRouting is the handler for getting aggregated routing percentages for a DS.
Types ¶
type RouterData ¶
type RouterData struct {
	StatTotal tc.CRSStatsStat
	Total     uint64
}
    type RouterResp ¶
type RouterResp struct {
	Error error
	Stats tc.CRSStats
}
     Click to show internal directories. 
   Click to hide internal directories.