Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EncodeProps ¶
Types ¶
type AlertFailData ¶
type AlertStatusData ¶
type NotifierProperties ¶
type NotifierProperties struct {
Users []string `mapstructure:"users"`
Channels []string `mapstructure:"channels"`
Webhooks []string `mapstructure:"webhooks"`
}
func DecodeProps ¶
func DecodeProps(propsMap map[string]any) (*NotifierProperties, error)
Click to show internal directories.
Click to hide internal directories.