More docs, still WIP

This commit is contained in:
Philipp Heckel 2021-12-19 23:04:55 -05:00
parent f24855ca9a
commit edb6b0cf06
4 changed files with 66 additions and 2 deletions

View file

@ -11,6 +11,7 @@ type Config struct {
Subscribe []struct {
Topic string
Command string
// If []map[string]string TODO This would be cool
}
}