mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-12 12:13:51 +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:
9
server/internal/model/input/servmsgin/example.go
Normal file
9
server/internal/model/input/servmsgin/example.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package servmsgin
|
||||
|
||||
import "github.com/gogf/gf/v2/os/gtime"
|
||||
|
||||
// ExampleHelloModel 授权信息
|
||||
type ExampleHelloModel struct {
|
||||
Desc string `json:"desc" description:"描述信息"`
|
||||
Timestamp *gtime.Time `json:"timestamp" description:"服务器时间"`
|
||||
}
|
||||
Reference in New Issue
Block a user