Documentation
¶
Index ¶
Constants ¶
View Source
const ( TypeString = "string" TypeInt = "int" TypeFloat = "float" TypeBool = "bool" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Rules
}
func NewConfigFromEnv ¶
NewConfigFromEnv creates a new config from env
type Destination ¶
type Destination struct {
URL string
TableRoot string
TextPrefix string
IntPrefix string
FloatPrefix string
URIKeyName string
BooleanPrefix string
Codec string
}
func (*Destination) Init ¶
func (d *Destination) Init()
func (*Destination) Validate ¶
func (d *Destination) Validate() error
type Rule ¶
type Rule struct {
Disabled bool
SourceURL string
TimeField string
BatchField string
SequenceField string
PartitionField string
IndexingFields []Field
AllowQuotedNumbers bool
Dest Destination
When matcher.Basic
RecordsField string
ValueField string
PreSorted bool
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.