package
Version:
v0.16.0
Opens a new window with list of versions in this module.
Published: Dec 14, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package yaml reads and writes artifacts that exactly mirror the internal representation
type Dimension struct {
Label string
Property string `copier:"Name"`
Description string
Ignore bool `yaml:"ignore,omitempty"`
}
type Measure struct {
Label string
Expression string
Description string
Format string `yaml:"format_preset"`
Ignore bool `yaml:"ignore,omitempty"`
}
type Source struct {
Type string
Path string `yaml:"path,omitempty"`
CsvDelimiter string `yaml:"csv.delimiter,omitempty" mapstructure:"csv.delimiter,omitempty"`
URI string `yaml:"uri,omitempty"`
Region string `yaml:"region,omitempty" mapstructure:"aws.region,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.