web

package
v1.16.3 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2024 License: MIT Imports: 1 Imported by: 51

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type APIError

type APIError struct {
	ErrorCode    int
	ErrorMessage string
	CreatedAt    time.Time
}

APIError example

type Pet

type Pet struct {
	ID       int `json:"id"`
	Category struct {
		ID   int    `json:"id"`
		Name string `json:"name"`
	} `json:"category"`
	Name      string   `json:"name"`
	PhotoUrls []string `json:"photoUrls"`
	Tags      []Tag    `json:"tags"`
	Status    string   `json:"status"`
}

Pet example

type Pet2

type Pet2 struct {
	ID int `json:"id"`
}

Pet2 example

type RevValue

type RevValue struct {
	RevValueBase

	Data int `json:"Data"`
}

RevValue example

type RevValueBase

type RevValueBase struct {
	Status bool `json:"Status"`

	Err int32 `json:"Err"`
}

RevValueBase example

type Tag

type Tag struct {
	ID   int    `json:"id"`
	Name string `json:"name"`
}

Tag example

Jump to

Keyboard shortcuts

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