Finish the dashboard framework.
This commit is contained in:
9
rest/dashboard_model.go
Normal file
9
rest/dashboard_model.go
Normal file
@ -0,0 +1,9 @@
|
||||
package rest
|
||||
|
||||
/**
|
||||
* 总调用量
|
||||
*/
|
||||
type DashboardInvoke struct {
|
||||
InvokeNum int64 `json:"invokeNum"`
|
||||
Dt string `json:"dt"`
|
||||
}
|
Reference in New Issue
Block a user