增加按用户统计带宽/升级Go为1.18

This commit is contained in:
刘祥超
2022-07-07 09:19:15 +08:00
parent 22479278b9
commit 84f8a7192e
10 changed files with 3536 additions and 3242 deletions

View File

@@ -11,6 +11,7 @@ import (
type ServerConfig struct {
Id int64 `yaml:"id" json:"id"` // ID
ClusterId int64 `yaml:"clusterId" json:"clusterId"` // 集群ID
UserId int64 `yaml:"userId" json:"userId"` // 用户ID
Type string `yaml:"type" json:"type"` // 类型
IsOn bool `yaml:"isOn" json:"isOn"` // 是否开启
Name string `yaml:"name" json:"name"` // 名称