Documentation
¶
Index ¶
- type KG
- type KGContext
- type KGDetailedDescription
- type KGImage
- type KGItem
- type KGItemResult
- type KGRequest
- func (r *KGRequest) Do() (*KG, error)
- func (r *KGRequest) Query(query string)
- func (r *KGRequest) SetIDs(ids []string)
- func (r *KGRequest) SetIndent(indent bool)
- func (r *KGRequest) SetLanguages(languages []string)
- func (r *KGRequest) SetLimit(limit int)
- func (r *KGRequest) SetPreFix(prefix bool)
- func (r *KGRequest) SetTypes(types []string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KGDetailedDescription ¶
type KGItem ¶
type KGItem struct {
Type string `json:"@type"`
Result KGItemResult `json:"result"`
ResultScore float64 `json:"resultScore"`
}
type KGItemResult ¶
Click to show internal directories.
Click to hide internal directories.