changed nic related rules

This commit is contained in:
Carman Zhang
2018-12-04 19:25:55 +08:00
parent c503efaa3b
commit 3e13811ab6
3 changed files with 33 additions and 29 deletions

View File

@@ -54,6 +54,7 @@ const (
type PagedFormatedLevelMetric struct {
CurrentPage int `json:"page"`
TotalPage int `json:"total_page"`
TotalItem int `json:"total_item"`
Message string `json:"msg"`
Metric FormatedLevelMetric `json:"metrics"`
}