Documentation
¶
Overview ¶
Deprecated: Use the github.com/stackitcloud/stackit-sdk-go/core/experimental/paginate package from the STACKIT SDK core module instead.
Index ¶
- func All[Item any, Resp Response[Item], Req Request[Req, Resp]](request Req, opts ...Option) ([]Item, error)deprecated
- func Items[Item any, Resp Response[Item], Req Request[Req, Resp]](request Req, opts ...Option) iter.Seq2[Item, error]deprecated
- type Optiondeprecated
- func WithLimit(limit int) Optiondeprecated
- func WithMaxPages(maxPages int) Optiondeprecated
- func WithPageSize(pageSize int32) Optiondeprecated
- type Requestdeprecated
- type Responsedeprecated
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option
deprecated
type Option func(*config) error
Deprecated: Use the github.com/stackitcloud/stackit-sdk-go/core/experimental/paginate package from the STACKIT SDK core module instead.
func WithMaxPages
deprecated
func WithPageSize
deprecated
Click to show internal directories.
Click to hide internal directories.