1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2025-06-17 10:03:13 +02:00

I think we're getting there

This commit is contained in:
Philipp Heckel 2021-12-18 16:12:36 -05:00
parent f266afa1de
commit 2c1989beb0
3 changed files with 73 additions and 58 deletions
client

View file

@ -7,8 +7,8 @@ const (
type Config struct {
DefaultHost string
Subscribe []struct {
Topic string
Exec string
Topic string
Command string
}
}