6 lines
98 B
Go
6 lines
98 B
Go
package ntfy
|
|
|
|
type Config struct {
|
|
Presence string `yaml:"presence" envconfig:"NTFY_PRESENCE"`
|
|
}
|