package
0.18.3
Repository: https://github.com/shellhub-io/shellhub.git
Documentation: pkg.go.dev

# Functions

NewFilters creates a new instance of Filters with an empty Data slice.
NewPaginator creates and returns a new Paginator instance with MinPage and DefaultPerPage.
NewOrder creates and returns a new Sort instance with the default descending order.

# Constants

DefaultPerPage represents the default value for the pagination query's PerPage parameter.
No description provided by the author
No description provided by the author
MaxPerPage represents the maximum allowed value for the pagination query's PerPage parameter.
MinPage represents the minimum allowed value for the pagination query's Page parameter.
MinPerPage represents the minimum allowed value for the pagination query's PerPage parameter.
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
FilterOperator represents a JSON representation of a filter operator in a query (e.g., "and", "or" in MongoDB queries).
FilterProperty is a JSON representation of a property expression in a query.
Filters represents a set of filters that can be applied to queries.
Paginator represents the paginator parameters in a query.
Sorter represents the sorting order in a query.