common

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2019 License: LGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BadRequest

type BadRequest struct {
	// The error
	// in: body
	Body Error
}

BadRequest is an bad request error response swagger:response BadRequest

type Error

type Error struct {
	Error string `json:"error"`
}

Error is error format response swagger:response Error

type ErrorNotFound

type ErrorNotFound struct {
	// The error
	// in: body
	Body Error
}

ErrorNotFound is a not found format response swagger:response ErrorNotFound

type ErrorUnauthorized

type ErrorUnauthorized struct {
	// The error
	// in: body
	Body Error
}

ErrorUnauthorized is an unauthorized error response swagger:response ErrorUnauthorized

type InternalServerError

type InternalServerError struct {
	// The error
	// in: body
	Body Error
}

InternalServerError is a InternalServerError format response swagger:response InternalServerError

Jump to

Keyboard shortcuts

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