Implemented service edit command

This commit is contained in:
Philipp Wolfer 2023-12-08 08:38:17 +01:00
parent c6c0723e27
commit 58a47a43e7
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
15 changed files with 213 additions and 57 deletions

View file

@ -35,7 +35,7 @@ type Backend interface {
FromConfig(config *config.ServiceConfig) Backend
// Return configuration options
Options() *[]BackendOption
Options() []BackendOption
}
type ImportBackend interface {