Discover Packages
github.com/jacob-jensen/wspell
word
package
Version:
v0.0.0-...-9752507
Opens a new window with list of versions in this module.
Published: Aug 24, 2019
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Add adds a single word to the word database.
Exit closes the database.
Init initializes and opens the database.
type Word struct {
gorm .Model `json:"-"`
Word string `json:"word"`
Category int `json:"category,omitempty"`
PicturePath string `json:"picturePath,omitempty"`
}
Word contains a single word
Find finds all words in database.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.