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:
parent
f266afa1de
commit
2c1989beb0
3 changed files with 73 additions and 58 deletions
client
|
@ -7,8 +7,8 @@ const (
|
|||
type Config struct {
|
||||
DefaultHost string
|
||||
Subscribe []struct {
|
||||
Topic string
|
||||
Exec string
|
||||
Topic string
|
||||
Command string
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue