common

package
v0.0.0-...-51dc31f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 16, 2024 License: GPL-3.0 Imports: 1 Imported by: 0

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 FromDate

type FromDate = openapi_types.Date

FromDate defines the model for from_date.

type LastId

type LastId = string

LastId defines the model for last_id.

type LastValue

type LastValue = string

LastValue defines the model for last_value.

type LimitParam

type LimitParam = string

LimitParam defines the model for limit_param.

type Message

type Message struct {
	Message *string `json:"message,omitempty"`
}

Message defines the model for message.

type Since

type Since = string

Since defines the model for since.

type SortBy

type SortBy = string

SortBy defines the model for sort_by.

type SortDirection

type SortDirection = string

SortDirection defines the model for sort_direction.

const (
	SortDirection_asc  SortDirection = "asc"
	SortDirection_desc SortDirection = "desc"
)

List of SortDirection

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL