refactor: change collect config
This commit is contained in:
parent
e396ad4f67
commit
af93088d2f
|
@ -132,7 +132,7 @@ func collectRuleGetsByIdent(c *gin.Context) {
|
||||||
}
|
}
|
||||||
|
|
||||||
type Summary struct {
|
type Summary struct {
|
||||||
LatestUpdatedAt int64 `json:"latestUpdatedAt"`
|
LatestUpdatedAt int64 `json:"latest_updated_at"`
|
||||||
Total int `json:"total"`
|
Total int `json:"total"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue