This website works better with JavaScript
Home
Explore
Help
Register
Sign In
sunny
/
lzyd-message-api
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
285c05ec9c
Branches
Tags
master
lzyd-message...
/
models
/
resp.go
resp.go
108 B
History
Raw
1
2
3
4
5
6
package models
type ListResp struct {
Total int64 `json:"total"`
List interface{} `json:"list"`
}