package
Version:
v0.0.0-...-edf151e
Opens a new window with list of versions in this module.
Published: Dec 5, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Client struct {
Index string
}
type Insert struct {
Index string `json:"index"`
ID *int64 `json:"id,omitempty"`
Doc entry.Entry `json:"doc"`
}
type Root struct {
Insert Insert `json:"insert"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.