package
Version:
v0.0.0-...-a20cc02
Opens a new window with list of versions in this module.
Published: Feb 9, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Cube struct {
ID int64 `json:"id"`
Name string `json:"name"`
Brand string `json:"brand"`
Shape string `json:"shape"`
Owned_at time.Time `json:"owned_at"`
}
type User struct {
ID int64 `json:"id"`
Email string `json:"email"`
Name string `json:"name"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.