7 lines
64 B
Go
Raw Permalink Normal View History

2024-11-26 13:36:40 -08:00
package model
type Page struct {
Number int32
Size int32
}