Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PagedResponse ¶
type PagedResponse[T any] struct { Items []T `json:"items"` Paging struct { NextCursor string `json:"next_cursor"` } `json:"paging"` }
func (*PagedResponse[T]) HasNext ¶
func (p *PagedResponse[T]) HasNext() bool
Click to show internal directories.
Click to hide internal directories.