package
Version:
v0.0.0-...-9a11bf0
Opens a new window with list of versions in this module.
Published: May 25, 2021
License: GPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type User struct {
Id primitive.ObjectID `json:"-" bson:"_id,omitempty"`
PlayerID int `json:"-"`
Username Username `json:"username"`
Password Password `json:"password"`
Email Email `json:"email"`
Macs []Mac `json:"-"`
Ips []Ip `json:"-"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.