Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetEsConfig ¶
Types ¶
type Connection ¶
type ReaderParameter ¶
type ReaderParameter struct { Username string Password string Host string DbName string Connection Connection }
type SynchronousConfig ¶
type SynchronousConfig struct {
Job Job
}
func JobNameGetESConfig ¶
func JobNameGetESConfig(jobName string) (pkg.EsConfig, SynchronousConfig, bool)
* 根据顶层配置文件 配置名称 返回 es 配置信息
func JobNameGetSynchronousConfig ¶
func JobNameGetSynchronousConfig(jobName string) (SynchronousConfig, bool)
* 根据顶层配置文件 配置名称 返回 详细的配置文件信息
func NewSynchronousConfig ¶
func NewSynchronousConfig(configName string) SynchronousConfig
type Writer ¶
type Writer struct { Name string Parameter WriterParameter }
Click to show internal directories.
Click to hide internal directories.