Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrErrorStateReceived = errors.New("error state received")
Functions ¶
This section is empty.
Types ¶
type CollectionResponse ¶
type CollectionResponse[T any] struct { Items []T `json:"items"` Cursors CollectionCursorsResponse `json:"cursors"` }
type Message ¶
type Message struct {
// contains filtered or unexported fields
}
func NewMessage ¶
func (Message) HasAuthErrMsg ¶
func (Message) HasContinueState ¶
func (Message) HasErrorState ¶
type ResponseError ¶
type ResponseErrors ¶
type ResponseErrors struct {
Errors []ResponseError `json:"errors"`
}
Click to show internal directories.
Click to hide internal directories.