configuration

package
v1.5.47 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 11, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CAT_MODE = "cat"
View Source
var SERVER_MODE = "server" // No difference with tail, just a bit more verbose
View Source
var TAIL_MODE = "tail"

Functions

This section is empty.

Types

type DataSourceCommonCfg

type DataSourceCommonCfg struct {
	Mode           string                 `yaml:"mode,omitempty"`
	Labels         map[string]string      `yaml:"labels,omitempty"`
	LogLevel       *log.Level             `yaml:"log_level,omitempty"`
	Source         string                 `yaml:"source,omitempty"`
	Name           string                 `yaml:"name,omitempty"`
	UseTimeMachine bool                   `yaml:"use_time_machine,omitempty"`
	UniqueId       string                 `yaml:"unique_id,omitempty"`
	TransformExpr  string                 `yaml:"transform,omitempty"`
	Config         map[string]interface{} `yaml:",inline"` //to keep the datasource-specific configuration directives
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL