Versions in this module Expand all Collapse all v0 v0.1.0 Feb 4, 2024 Changes in this version + type ListObjects struct + JSON listObjectsJSON + Objects []T + func (r *ListObjects[T]) GetNextPage() (res *ListObjects[T], err error) + func (r *ListObjects[T]) SetPageConfig(cfg *requestconfig.RequestConfig, res *http.Response) + func (r *ListObjects[T]) UnmarshalJSON(data []byte) (err error) + type ListObjectsAutoPager struct + func NewListObjectsAutoPager[T any](page *ListObjects[T], err error) *ListObjectsAutoPager[T] + func (r *ListObjectsAutoPager[T]) Current() T + func (r *ListObjectsAutoPager[T]) Err() error + func (r *ListObjectsAutoPager[T]) Index() int + func (r *ListObjectsAutoPager[T]) Next() bool