Documentation ¶ Index ¶ type ListResponse Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type ListResponse ¶ type ListResponse[T any] struct { Count int `json:"count"` Current int `json:"current"` Next int `json:"next"` Previous string `json:"previous"` Last int `json:"last"` Results []T `json:"results"` } Source Files ¶ View all Source files types.go Directories ¶ Show internal Expand all Path Synopsis agent auth auth0 cert event ftp iam log mfa note packages security server websh Click to show internal directories. Click to hide internal directories.