types

package
v0.0.0-...-748419f Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Code generated by goctl. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Brand

type Brand struct {
	ID           int64        `json:"id"`
	Organization Organization `json:"organization"`
}

type CustomerServiceResp

type CustomerServiceResp struct {
	Up string `json:"up"`
}

type InfoResp

type InfoResp struct {
	ID           int64  `json:"id"`
	Brand        Brand  `json:"brand"`
	Category     string `json:"category"`
	Series       string `json:"series"`
	Name         string `json:"name"`
	Abbreviation string `json:"abbreviation"`
	CreatedAt    int64  `json:"created_at"`
	UpdatedAt    int64  `json:"updated_at"`
}

type Organization

type Organization struct {
	ID           int64  `json:"id"`
	Name         string `json:"name"`
	Abbreviation string `json:"abbreviation"`
}

type PageResp

type PageResp struct {
	Pagination  PgnResp      `json:"pagination"`
	Productions []Production `json:"data"`
}

type PgnReq

type PgnReq struct {
	Cursor int64 `form:"cursor"`
	Limit  int64 `form:"limit"`
}

type PgnResp

type PgnResp struct {
	Prev string `json:"prev"`
	Next string `json:"next"`
}

type Pong

type Pong struct {
	Up string `json:"up"`
}

type Production

type Production struct {
	ID           int64  `json:"id"`
	Brand        string `json:"brand"`
	Category     string `json:"category"`
	Series       string `json:"series"`
	Name         string `json:"name"`
	Abbreviation string `json:"abbreviation"`
	CreatedAt    int64  `json:"created_at"`
	UpdatedAt    int64  `json:"updated_at"`
}

type URIID

type URIID struct {
	ID int64 `json:"id"`
}

Jump to

Keyboard shortcuts

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