impl ntg remote search

This commit is contained in:
Bel LaPointe
2022-01-09 22:43:16 -05:00
parent a5d42fe556
commit 1320bd1884
2 changed files with 70 additions and 5 deletions

View File

@@ -13,6 +13,11 @@ type Config struct {
States []State
Storage []string
Once bool
Brokers struct {
NTG struct {
Cookie string
}
}
lock sync.Mutex
db storage.DB