Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotFound is returned when an expression is not found on sinonimos.com.br. ErrNotFound = errors.New("expression not found") )
Functions ¶
This section is empty.
Types ¶
type FindInput ¶
type FindInput struct {
Expression string
}
FindInput contains the input data require to Find.
See Also ¶
Find
type FindOutput ¶
type FindOutput struct {
Meanings []Meaning
}
FindOutput contains the output payload from Find.
See Also ¶
Find
func Find ¶
func Find(input *FindInput) (*FindOutput, error)
Find try to find meanings for an expression on sinonimos.com.br.
Click to show internal directories.
Click to hide internal directories.