package
Version:
v2.1.0
Opens a new window with list of versions in this module.
Published: Nov 13, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 18
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ErrorResponse struct {
Error string `json:"error"`
}
type Result struct {
DictName string `json:"dictName"`
Terms []string `json:"terms"`
DefinitionsHTML []string `json:"definitionsHTML"`
EntryIndex uint64 `json:"entryIndex"`
Score uint8 `json:"score"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.