package
Version:
v0.0.0-...-748419f
Opens a new window with list of versions in this module.
Published: Apr 21, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Code generated by goctl. DO NOT EDIT.
type Brand struct {
ID int64 `json:"id"`
Organization Organization `json:"organization"`
}
type CustomerServiceResp struct {
Up string `json:"up"`
}
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 struct {
ID int64 `json:"id"`
Name string `json:"name"`
Abbreviation string `json:"abbreviation"`
}
type PgnReq struct {
Cursor int64 `form:"cursor"`
Limit int64 `form:"limit"`
}
type PgnResp struct {
Prev string `json:"prev"`
Next string `json:"next"`
}
type Pong struct {
Up string `json:"up"`
}
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 struct {
ID int64 `json:"id"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.