package
Version:
v0.0.0-...-77f29d0
Opens a new window with list of versions in this module.
Published: Mar 21, 2021
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 Cryptocurrency struct {
ID primitive.ObjectID `bson:"_id,omitempty"`
Name string `bson:"name" binding:"required"`
Upvotes int64 `bson:"upvotes"`
Downvotes int64 `bson:"downvotes"`
Score int64 `bson:"score"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.