Documentation ¶
Index ¶
Constants ¶
View Source
const FullValidConfigForTesting = `` /* 229-byte string literal not displayed */
FullValidConfigForTesting is a string representation of a JSON object that contains all fields supported by the notifier Config. It can be used without secrets.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { URL string `json:"url,omitempty" yaml:"url,omitempty"` MessageType string `json:"msgType,omitempty" yaml:"msgType,omitempty"` Title string `json:"title,omitempty" yaml:"title,omitempty"` Message string `json:"message,omitempty" yaml:"message,omitempty"` ToUser string `json:"touser,omitempty" yaml:"touser,omitempty"` }
Click to show internal directories.
Click to hide internal directories.