snapshots: Handle as separate components
This commit is contained in:
parent
698f04e13e
commit
3b112f1b8e
27 changed files with 960 additions and 789 deletions
|
|
@ -11,7 +11,7 @@ type Config struct {
|
|||
component.ComponentBase
|
||||
}
|
||||
|
||||
func (Config) Name() string { return "extra-config" }
|
||||
func (Config) Name() string { return "config" }
|
||||
|
||||
func (*Config) BackupName() string {
|
||||
return "config"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue