forked from goffee/core
9 lines
165 B
Go
9 lines
165 B
Go
package components
|
|
|
|
type ContentPagination struct {
|
|
PageStartRecord int
|
|
PageEndRecord int
|
|
TotalRecords int
|
|
PrevLink string
|
|
NextLink string
|
|
}
|