Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Whether Talk integration is enabled. Enabled bool `toml:"enabled" override:"enabled"` // The Talk webhook URL, can be obtained by adding Incoming Webhook integration. URL string `toml:"url" override:"url,redact"` // The default authorName, can be overridden per alert. AuthorName string `toml:"author_name" override:"author_name"` }
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) TestOptions ¶ added in v1.1.0
func (s *Service) TestOptions() interface{}
Click to show internal directories.
Click to hide internal directories.