Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( BucketRawwords = []byte("rawwords") BucketWords = []byte("words") BucketMedia = []byte("media") )
Functions ¶
This section is empty.
Types ¶
type Dictionary ¶
type Pronunciation ¶
type SampleSentence ¶
type Word ¶
type Word struct {
Word string `json:"word"`
Pronunciation Pronunciation `json:"pronunciation"`
Defs []Def `json:"defs"`
SampleSentences []SampleSentence `json:"sample_sentences"`
}
Click to show internal directories.
Click to hide internal directories.