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 BadRequest ¶ added in v0.0.11
type BadRequest = ErrorMessage
BadRequest defines the model for bad_request.
type Conflict ¶ added in v0.0.11
type Conflict = ErrorMessage
Conflict defines the model for conflict.
type ErrorMessage ¶
type ErrorMessage struct {
Detail string `json:"detail"`
Details []interface{} `json:"details"`
RequestId string `json:"request_id"`
Status int `json:"status"`
Title string `json:"title"`
}
ErrorMessage defines the model for error_message.
type Forbidden ¶ added in v0.0.11
type Forbidden = ErrorMessage
Forbidden defines the model for forbidden.
type InternalServerError ¶ added in v0.0.11
type InternalServerError = ErrorMessage
InternalServerError defines the model for internal_server_error.
type Message ¶
type Message struct {
Message string `json:"message"`
}
Message defines the model for message.
type NotFound ¶ added in v0.0.11
type NotFound = ErrorMessage
NotFound defines the model for not_found.
type Unauthorized ¶ added in v0.0.11
type Unauthorized = ErrorMessage
Unauthorized defines the model for unauthorized.
Click to show internal directories.
Click to hide internal directories.