fixes #829
This commit is contained in:
parent
140fdcca81
commit
b80aec90d0
7 changed files with 96 additions and 16 deletions
|
@ -23,9 +23,9 @@ type Config struct {
|
|||
// Subscribe is the struct for a Subscription within Config
|
||||
type Subscribe struct {
|
||||
Topic string `yaml:"topic"`
|
||||
User string `yaml:"user"`
|
||||
User *string `yaml:"user"`
|
||||
Password *string `yaml:"password"`
|
||||
Token string `yaml:"token"`
|
||||
Token *string `yaml:"token"`
|
||||
Command string `yaml:"command"`
|
||||
If map[string]string `yaml:"if"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue