Documentation ¶ Index ¶ func AllPages[T any](ctx context.Context, ...) ([]T, error) func PaginatedDSSchema(arguments, resultAttributes map[string]schema.Attribute) schema.Schema type PaginateResponse Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func AllPages ¶ added in v1.19.0 func AllPages[T any](ctx context.Context, listOnPage func(ctx context.Context, pageNum int) (PaginateResponse[T], *http.Response, error)) ([]T, error) func PaginatedDSSchema ¶ func PaginatedDSSchema(arguments, resultAttributes map[string]schema.Attribute) schema.Schema Types ¶ type PaginateResponse ¶ added in v1.19.0 type PaginateResponse[T any] interface { GetResults() []T GetTotalCount() int } Source Files ¶ View all Source files page_request.gopagination_schema.go Click to show internal directories. Click to hide internal directories.