package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jun 14, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BulkOp struct {
Index string `json:"_index"`
Id string `json:"_id"`
Routing string `json:"routing,omitempty"`
}
type CreateOp struct {
Create BulkOp `json:"create"`
}
type IndexOp struct {
Index BulkOp `json:"index"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.