package
Version:
v1.9.0-industry.4
Opens a new window with list of versions in this module.
Published: Mar 1, 2023
License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 8 more
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Document struct {
Event *types.Event `json:"_source"`
}
type Hits struct {
Total int `json:"total"`
Hits []*Document `json:"hits"`
}
type HitsV7 struct {
Total TotalV7 `json:"total"`
Hits []*Document `json:"hits"`
}
type Result struct {
Hits Hits `json:"hits"`
}
type ResultV7 struct {
Hits HitsV7 `json:"hits"`
}
type TotalV7 struct {
Value int `json:"value"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.