mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-02-03 02:54:41 +08:00
10 lines
266 B
Go
10 lines
266 B
Go
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:"服务器时间"`
|
|
}
|