models

package
v0.0.0-...-b9cf7ac Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrorResponse

type ErrorResponse struct {
	// Error code
	// required: true
	Code string `json:"code"`
	// Error message
	// required: true
	Message string `json:"message"`
	// Slug
	// required: false
	Slug string `json:"slug,omitempty"`
}

ErrorResponse describes an error swagger:model ErrorResponse

type UserModel

type UserModel struct {
	Username string `json:"username"`
}

Jump to

Keyboard shortcuts

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