Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EntryRepository ¶
type Paginated ¶
type Paginated struct { TotalCount int64 `json:"totalCount"` Limit int64 `json:"limit"` Offset int64 `json:"offset"` Items interface{} `json:"items"` }
func NewPaginated ¶
Click to show internal directories.
Click to hide internal directories.