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 ColelctionPrimaryKey struct {
UserID int64
CubeID int64
}
type Cube struct {
ID int64 `db:"id"`
Name string `db:"name"`
Brand string `db:"brand"`
Shape string `db:"shape"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.