mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-10-22 18:03:45 +08:00
发布v2.8.4版本,更新内容请查看:https://github.com/bufanyun/hotgo/tree/v2.0/docs/guide-zh-CN/addon-version-upgrade.md
This commit is contained in:
11
server/internal/model/input/servmsgin/auth.go
Normal file
11
server/internal/model/input/servmsgin/auth.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package servmsgin
|
||||
|
||||
import "github.com/gogf/gf/v2/os/gtime"
|
||||
|
||||
// AuthSummaryModel 授权信息
|
||||
type AuthSummaryModel struct {
|
||||
EndAt *gtime.Time `json:"end_at" description:"授权过期时间"`
|
||||
Online int `json:"online" description:"在线人数"`
|
||||
// 请填充你的授权数据
|
||||
// ...
|
||||
}
|
Reference in New Issue
Block a user