maps-service/pkg/model/page.go
2024-11-26 18:28:48 -05:00

7 lines
64 B
Go

package model
type Page struct {
Number int32
Size int32
}