🎉 It works
This commit is contained in:
commit
107968803c
5 changed files with 114 additions and 0 deletions
8
models/paging.go
Normal file
8
models/paging.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package models
|
||||
|
||||
type Paging struct {
|
||||
Count uint32
|
||||
Total uint32
|
||||
Page uint32
|
||||
Pages uint32
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue