Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fragment ¶
type Fragment struct {
// contains filtered or unexported fields
}
func (*Fragment) UnmarshalYAML ¶
type IncludeTagVisitor ¶
type IncludeTagVisitor struct {
// contains filtered or unexported fields
}
type Source ¶
type Source struct { SourceWithNormalFields `yaml:",inline"` Tables interface{} `yaml:"tables"` Functions interface{} `yaml:"functions,omitempty"` }
type SourceConfig ¶
type SourceConfig struct { MetadataDir string // contains filtered or unexported fields }
func New ¶
func New(ec *cli.ExecutionContext, baseDir string) *SourceConfig
func (*SourceConfig) CreateFiles ¶
func (t *SourceConfig) CreateFiles() error
func (*SourceConfig) Name ¶
func (t *SourceConfig) Name() string
func (*SourceConfig) Validate ¶
func (t *SourceConfig) Validate() error
type SourceWithNormalFields ¶
Click to show internal directories.
Click to hide internal directories.