impl ntg auth refresh-cache

This commit is contained in:
Bel LaPointe
2022-01-10 20:44:07 -05:00
parent 7f770b1a00
commit faf2539825
6 changed files with 103 additions and 14 deletions

View File

@@ -17,8 +17,10 @@ type Config struct {
Once bool
Brokers struct {
NTG struct {
Mock bool
Cookie string
Mock bool
Token string
Username string
Password string
}
}
Emailer contact.Emailer