Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetResults ¶
Types ¶
type Terms ¶
type Terms struct {
List []struct {
Definition string `json:"definition"`
Permalink string `json:"permalink"`
ThumbsUp int `json:"thumbs_up"`
Author string `json:"author"`
Word string `json:"word"`
Defid int `json:"defid"`
CurrentVote string `json:"current_vote"`
WrittenOn time.Time `json:"written_on"`
Example string `json:"example"`
ThumbsDown int `json:"thumbs_down"`
} `json:"list"`
}
Click to show internal directories.
Click to hide internal directories.