Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pagination ¶
type PaginationI ¶
type Resource ¶
type Resource struct {
FirstPage any `json:"firstPage,omitempty"`
NextPage any `json:"nextPage,omitempty"`
CurrentPage any `json:"currentPage,omitempty"`
PreviousPage any `json:"previousPage,omitempty"`
LastPage any `json:"lastPage,omitempty"`
SizeItems any `json:"sizeItems,omitempty"`
TotalPages any `json:"totalPages,omitempty"`
TotalItems any `json:"totalItems,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.