package
Version:
v0.0.3
Opens a new window with list of versions in this module.
Published: Nov 21, 2022
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 6
Opens a new window with list of known importers.
Documentation
¶
type User struct {
ID uint64 `bson:"_id"`
UserName string `bson:"user_name"`
Password string `bson:"password"`
CreateAt int64 `bson:"create_at"`
ExData map[string]interface{} `bson:"ex_data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.