support for global flags

This commit is contained in:
2021-10-28 18:10:14 +02:00
parent fb6217d868
commit 440609220c
3 changed files with 29 additions and 7 deletions

View File

@@ -31,8 +31,6 @@ type Hooks struct {
Failure HookArray `yaml:"failure,omitempty"`
}
type Options map[string]map[string][]interface{}
type Location struct {
name string `yaml:",omitempty"`
From string `yaml:"from,omitempty"`