1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2025-06-12 23:53:19 +02:00

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
client

View file

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