Documentation ¶ Index ¶ type LogDestination type LogSource type LogTransform Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type LogDestination ¶ type LogDestination interface { GetName() string AppendInputs([]string) } type LogSource ¶ type LogSource interface { GetName() string // BuildSources in some cases you need to split source, for example: to match few namespaces // For the single log source - just return the input BuildSources() []LogSource } type LogTransform ¶ type LogTransform interface { GetName() string SetName(string) SetInputs([]string) GetInputs() []string } Source Files ¶ View all Source files impl.go Click to show internal directories. Click to hide internal directories.