package
module
Version:
v0.0.0-...-7193066
Opens a new window with list of versions in this module.
Published: Feb 16, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BulkCfg struct {
BulkActions int `yaml:"bulk_actions" json:"bulk_actions"`
Workers int `yaml:"workers" json:"workers"`
}
type EsCfg struct {
Addr string `yaml:"addr" json:"addr"`
User string `yaml:"user" json:"user"`
Password string `yaml:"password" json:"password"`
Index string `yaml:"index" json:"index"`
BulkCfg BulkCfg `yaml:"bulk_cfg" json:"bulk_cfg"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.