Versions in this module Expand all Collapse all v1 v1.5.5 May 18, 2020 v1.5.4 Aug 20, 2019 Changes in this version + const DebugPattern + const DefaultSelfLogRepoName + const DefaultSendTime + const ValidFilePattern + func GetParserConfig() conf.MapConf + func GetReaderConfig() conf.MapConf + func GetSenderConfig() conf.MapConf + func SetReaderConfig(readConf conf.MapConf, logpath, filePattern, metapath, from string) conf.MapConf + func SetSenderConfig(sendConf conf.MapConf, pandora Pandora) conf.MapConf + type LogRunner struct + func NewLogRunner(rdConf, psConf, sdConf conf.MapConf, envTag string) (*LogRunner, error) + func NewLogRunnerWithService(rdConf, psConf, sdConf conf.MapConf, meta *reader.Meta, rd reader.Reader, ...) *LogRunner + func (lr *LogRunner) GetParserConfig() conf.MapConf + func (lr *LogRunner) GetReaderConfig() conf.MapConf + func (lr *LogRunner) GetSenderConfig() conf.MapConf + func (lr *LogRunner) GetTransformerConfig() conf.MapConf + func (lr *LogRunner) Name() string + func (lr *LogRunner) Run() + func (lr *LogRunner) Stop() error + func (lr *LogRunner) TokenRefresh(token AuthTokens) error