package
Version:
v1.1.2
Opens a new window with list of versions in this module.
Published: Nov 20, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type IndicesData struct {
Index IndicesIndex `json:"index"`
}
type IndicesError struct {
Error *struct {
Type string
Reason string
}
}
type IndicesIndex struct {
Id string `json:"_id"`
Index string `json:"_index"`
Type string `json:"_type"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.