8 lines
83 B
Go
8 lines
83 B
Go
package data
|
|
|
|
type Filters struct {
|
|
Page int
|
|
PageSize int
|
|
Sort string
|
|
}
|