Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAllTestEntries ¶
func GetAllTestEntries(testcasesFilePath string) (map[string]QueryResult, error)
Types ¶
type QueryResult ¶
type QueryResult struct {
Entries []Entry `yaml:"entries"`
}
func ParseEntry ¶
func ParseEntry(htmlTextReader io.Reader) (*QueryResult, error)
type Spellcheck ¶
type Spellcheck struct {
Suggestions []Suggestion
}
func ParseSpellcheck ¶
func ParseSpellcheck(htmlTextReader io.Reader) (*Spellcheck, error)
type Suggestion ¶
Click to show internal directories.
Click to hide internal directories.