Documentation ¶
Index ¶
Constants ¶
View Source
const (
// Scheme is the identifying part of this service's configuration URL
Scheme = "gotify"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { standard.EnumlessConfig Token string `url:"path2" desc:"Application token" required:""` Host string `url:"host,port" desc:"Server hostname (and optionally port)" required:""` Path string `optional:"" url:"path1" desc:"Server subpath"` Priority int `key:"priority" default:"0"` Title string `key:"title" default:"Shoutrrr notification"` DisableTLS bool `key:"disabletls" default:"No"` }
Config for use within the gotify plugin
type Service ¶
Service providing Gotify as a notification service
func (*Service) GetHTTPClient ¶ added in v0.6.0
GetHTTPClient is only supposed to be used for mocking the httpclient when testing
func (*Service) Initialize ¶
Initialize loads ServiceConfig from configURL and sets logger for this Service
Click to show internal directories.
Click to hide internal directories.