flexconfig

package
v0.0.0-...-4224984 Latest Latest
Warning

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

Go to latest
Published: Jan 8, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FlexConfig

type FlexConfig struct {
	FlexProject []FlexProject
}

func (*FlexConfig) Expand

func (c *FlexConfig) Expand() (cfg config.Config, err error)

Expand returns config.Config defined by given FlexConfig

type FlexDataset

type FlexDataset struct {
	ID              string // specify dataset id, supports regular expression
	TableConfig     []config.TableConfig
	FlexTableConfig []FlexTableConfig
}

type FlexProject

type FlexProject struct {
	ID          string // project ID, DO NOT support regular expression
	Dataset     []config.Dataset
	FlexDataset []FlexDataset
}

type FlexTableConfig

type FlexTableConfig struct {
	Table             string
	FlexTable         string
	DateForShards     string
	TimeThreshold     *config.TimeThreshold
	DurationThreshold *config.DurationThreshold
}

Jump to

Keyboard shortcuts

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