core-go/model/filter.go

7 lines
101 B
Go

package model
type Filter struct {
Count *int `json:"count"`
Search *string `json:"search"`
}