maps-service/internal/model/page.go

7 lines
64 B
Go
Raw Normal View History

package model
type Page struct {
Number int32
Size int32
}