️ 服务监控数据加载优化

This commit is contained in:
naiba
2021-07-17 13:53:13 +08:00
parent c11e3e2e49
commit d116347ef9
5 changed files with 73 additions and 58 deletions

View File

@@ -5,7 +5,6 @@ import "time"
const CtxKeyAuthorizedUser = "ckau"
const CacheKeyOauth2State = "p:a:state"
const CacheKeyServicePage = "p:c:service"
type Common struct {
ID uint64 `gorm:"primary_key"`