Discover Packages
github.com/kellanjacobs/icanhazquotes
models
package
Version:
v0.0.0-...-c1e2e63
Opens a new window with list of versions in this module.
Published: Apr 12, 2022
License: BSD-3-Clause
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
Documentation
¶
type Quote struct {
ID primitive .ObjectID `bson:"_id,omitempty"`
Text string `bson:"quoteText,omitempty"`
Author string `bson:"quoteAuthor,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.