Documentation ¶
Index ¶
- type BackendConfigConfig
- func (b *BackendConfigConfig) BaseDirectory() string
- func (b *BackendConfigConfig) Build() (map[string]interface{}, error)
- func (b *BackendConfigConfig) CreateFiles() error
- func (b *BackendConfigConfig) Export(metadata map[string]yaml.Node) (map[string][]byte, error)
- func (b *BackendConfigConfig) Filename() string
- func (b *BackendConfigConfig) GetFiles() ([]string, error)
- func (b *BackendConfigConfig) Key() string
- func (b *BackendConfigConfig) Validate() error
- func (b *BackendConfigConfig) WriteDiff(opts metadataobject.WriteDiffOpts) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackendConfigConfig ¶
type BackendConfigConfig struct { MetadataDir string // contains filtered or unexported fields }
func New ¶
func New(ec *cli.ExecutionContext, baseDir string) *BackendConfigConfig
func (*BackendConfigConfig) BaseDirectory ¶
func (b *BackendConfigConfig) BaseDirectory() string
func (*BackendConfigConfig) Build ¶
func (b *BackendConfigConfig) Build() (map[string]interface{}, error)
func (*BackendConfigConfig) CreateFiles ¶
func (b *BackendConfigConfig) CreateFiles() error
func (*BackendConfigConfig) Export ¶
func (b *BackendConfigConfig) Export(metadata map[string]yaml.Node) (map[string][]byte, error)
func (*BackendConfigConfig) Filename ¶
func (b *BackendConfigConfig) Filename() string
func (*BackendConfigConfig) GetFiles ¶
func (b *BackendConfigConfig) GetFiles() ([]string, error)
func (*BackendConfigConfig) Key ¶
func (b *BackendConfigConfig) Key() string
func (*BackendConfigConfig) Validate ¶
func (b *BackendConfigConfig) Validate() error
func (*BackendConfigConfig) WriteDiff ¶
func (b *BackendConfigConfig) WriteDiff(opts metadataobject.WriteDiffOpts) error
Click to show internal directories.
Click to hide internal directories.