send messages to matrix

This commit is contained in:
Bel LaPointe
2022-01-10 22:18:24 -05:00
parent 1ef59469a0
commit cfbed43632
7 changed files with 102 additions and 3 deletions

View File

@@ -14,8 +14,17 @@ type Config struct {
States []State
Storage []string
Client string
Once bool
Brokers struct {
Message struct {
Matrix struct {
Homeserver string
Username string
Token string
Device string
Room string
}
}
Once bool
Brokers struct {
NTG struct {
Mock bool
Token string