mirror of
				https://github.com/TeaOSLab/EdgeAPI.git
				synced 2025-11-04 16:00:24 +08:00 
			
		
		
		
	实现集群看板
This commit is contained in:
		@@ -10,6 +10,7 @@ type ServerDailyStat struct {
 | 
			
		||||
	CountRequests       uint64 `field:"countRequests"`       // 请求数
 | 
			
		||||
	CountCachedRequests uint64 `field:"countCachedRequests"` // 缓存的请求数
 | 
			
		||||
	Day                 string `field:"day"`                 // 日期YYYYMMDD
 | 
			
		||||
	Hour                string `field:"hour"`                // YYYYMMDDHH
 | 
			
		||||
	TimeFrom            string `field:"timeFrom"`            // 开始时间HHMMSS
 | 
			
		||||
	TimeTo              string `field:"timeTo"`              // 结束时间
 | 
			
		||||
	IsCharged           uint8  `field:"isCharged"`           // 是否已计算费用
 | 
			
		||||
@@ -24,6 +25,7 @@ type ServerDailyStatOperator struct {
 | 
			
		||||
	CountRequests       interface{} // 请求数
 | 
			
		||||
	CountCachedRequests interface{} // 缓存的请求数
 | 
			
		||||
	Day                 interface{} // 日期YYYYMMDD
 | 
			
		||||
	Hour                interface{} // YYYYMMDDHH
 | 
			
		||||
	TimeFrom            interface{} // 开始时间HHMMSS
 | 
			
		||||
	TimeTo              interface{} // 结束时间
 | 
			
		||||
	IsCharged           interface{} // 是否已计算费用
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user