maps-service/internal/model/page.go

7 lines
64 B
Go

package model
type Page struct {
Number int32
Size int32
}