Documentation
¶
Index ¶
Constants ¶
View Source
const (
MetadataFilename string = "tables.yaml"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TableConfig ¶
type TableConfig struct {
MetadataDir string
// contains filtered or unexported fields
}
func New ¶
func New(ec *cli.ExecutionContext, baseDir string) *TableConfig
func (*TableConfig) CreateFiles ¶
func (t *TableConfig) CreateFiles() error
func (*TableConfig) Name ¶
func (t *TableConfig) Name() string
func (*TableConfig) Validate ¶
func (t *TableConfig) Validate() error
type V3MetadataTableConfig ¶
type V3MetadataTableConfig struct {
*TableConfig
}
V3MetadataTableConfig is responsible for exporting and applying "tables" metadata objects in config v2 format on a server with v3 metadata
func NewV3MetadataTableConfig ¶
func NewV3MetadataTableConfig(ec *cli.ExecutionContext, baseDir string) *V3MetadataTableConfig
Click to show internal directories.
Click to hide internal directories.