mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-06 23:55:27 +00:00
7 lines
76 B
Go
7 lines
76 B
Go
|
package model
|
||
|
|
||
|
type PaginationData struct {
|
||
|
Page int64
|
||
|
PerPage int64
|
||
|
}
|