package
Version:
v0.0.0-...-0452e27
Opens a new window with list of versions in this module.
Published: Jan 7, 2023
License: MIT
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 Trainer struct {
Id primitive.ObjectID `bson:"_id,omitempty"`
FirstName string `bson:"first_name,omitempty"`
LastName string `bson:"last_name,omitempty"`
Age int32 `bson:"age,omitempty"`
FinishedGames int32 `bson:"finished_games,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.