Discover Packages
github.com/KirillMerz/NSCMTelegramBot
models
package
Version:
v0.0.0-...-1954100
Opens a new window with list of versions in this module.
Published: Aug 12, 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
Documentation
¶
type Result struct {
Subject string `bson:"Subject"`
Points int `bson:"Points"`
Mark string `bson:"Mark"`
}
type Results struct {
ID int64 `bson:"_id"`
LastUpdated int64 `bson:"LastUpdated"`
List []Result `bson:"List"`
}
type User struct {
ID int64 `bson:"_id"`
Lastname string `bson:"Lastname"`
Name string `bson:"Name"`
SecondName string `bson:"SecondName"`
DocNumber string `bson:"DocNumber"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.