package
Version:
v0.0.0-...-8c0e806
Opens a new window with list of versions in this module.
Published: Oct 25, 2021
License: LGPL-3.0
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
¶
- Variables
-
func ESConnect(esURL, esUsername, esPassword, esCACertB64 string) (*elasticsearch.Client, error)
-
func ESGet(es *elasticsearch.Client, index, objID string, srcIncludes ...string) ([]byte, error)
-
func ESIndex(es *elasticsearch.Client, index, objID string, obj []byte) error
View Source
var Close = make(chan struct{})
View Source
var ESClient *elasticsearch.Client
func ESConnect(esURL, esUsername, esPassword, esCACertB64 string) (*elasticsearch.Client, error)
func ESIndex(es *elasticsearch.Client, index, objID string, obj []byte) error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.