Documentation
¶
Overview ¶
Package common provides primitives to interact with the openapi HTTP API.
Code generated by github.com/oapi-codegen/oapi-codegen/v2 version v2.4.1 DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorMessage ¶
type ErrorMessage struct {
Error *string `json:"error,omitempty"`
Message *string `json:"message,omitempty"`
}
ErrorMessage defines the model for error_message.
type Message ¶
type Message struct {
Message *string `json:"message,omitempty"`
}
Message defines the model for message.
type SortDirection ¶
type SortDirection = string
SortDirection defines the model for sort_direction.
const ( SortDirection_asc SortDirection = "asc" SortDirection_desc SortDirection = "desc" )
List of SortDirection
Click to show internal directories.
Click to hide internal directories.