Documentation ¶
Overview ¶
Package webster provides a dictionary source via the Webster Dictionaries API
Index ¶
Constants ¶
View Source
const JSONKey = "MerriamWebsterDictionary"
JSONKey defines the JSON key used for the provider
View Source
const Name = "Merriam-Webster's Dictionary API"
Name defines the name of the source
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RequiredConfigError ¶
type RequiredConfigError struct {
Key string
}
RequiredConfigError represents an error when a required configuration key is missing or invalid.
func (*RequiredConfigError) Error ¶
func (e *RequiredConfigError) Error() string
Click to show internal directories.
Click to hide internal directories.