snapshots: Handle as separate components

This commit is contained in:
Tom Wiesing 2022-10-02 18:17:47 +02:00
parent 698f04e13e
commit 3b112f1b8e
No known key found for this signature in database
27 changed files with 960 additions and 789 deletions

View file

@ -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"