add callback option

This commit is contained in:
Simon Vieille 2024-08-01 22:47:26 +02:00
commit d11d8c7f87
Signed by: deblan
GPG key ID: 579388D585F70417
5 changed files with 52 additions and 6 deletions

View file

@ -8,6 +8,7 @@ import (
type Config struct {
Default string `yaml:"default"`
Callback string `yaml:"callback"`
Workspaces map[string]string `yaml:"workspaces"`
}