core/template/components/content_pagination.go
2025-04-17 01:49:43 -05:00

9 lines
165 B
Go

package components
type ContentPagination struct {
PageStartRecord int
PageEndRecord int
TotalRecords int
PrevLink string
NextLink string
}