add callback option
This commit is contained in:
parent
70fe7c72ce
commit
d11d8c7f87
5 changed files with 52 additions and 6 deletions
|
|
@ -8,6 +8,7 @@ import (
|
|||
|
||||
type Config struct {
|
||||
Default string `yaml:"default"`
|
||||
Callback string `yaml:"callback"`
|
||||
Workspaces map[string]string `yaml:"workspaces"`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue