Documentation ¶
Index ¶
- Constants
- func GetPageSize() int
- func GetSortParams(sortBy SortField, sortOrder SortOrder) string
- func ReadAllPages[T any](client *zia.Client, endpoint string, list *[]T) error
- func ReadPage[T any](client *zia.Client, endpoint string, page int, list *[]T) error
- type DatacenterSearchParameters
- type DeviceGroups
- type Devices
- type IDExtensions
- type IDName
- type IDNameExtensions
- type SandboxRSS
- type Service
- type SortField
- type SortOrder
- type UserDepartment
- type UserGroups
Constants ¶
View Source
const ( ASCSortOrder SortOrder = "ASC" DESCSortOrder = "DESC" IDSortField SortField = "id" NameSortField = "name" CreationTimeSortField = "creationTime" ModifiedTimeSortField = "modifiedTime" )
Variables ¶
This section is empty.
Functions ¶
func GetSortParams ¶ added in v2.2.0
Types ¶
type DatacenterSearchParameters ¶ added in v2.2.0
type DeviceGroups ¶
type IDExtensions ¶
type IDNameExtensions ¶
type SandboxRSS ¶ added in v2.2.0
type UserDepartment ¶
Click to show internal directories.
Click to hide internal directories.