Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MessageAlert ¶
type MessageAlert struct {
// contains filtered or unexported fields
}
func (MessageAlert) Send ¶
func (m MessageAlert) Send(details goplum.AlertDetails) error
type MessageAlertType ¶
type MessageAlertType struct{}
func (MessageAlertType) Create ¶
func (n MessageAlertType) Create(config json.RawMessage) (goplum.Alert, error)
func (MessageAlertType) Name ¶
func (n MessageAlertType) Name() string
type MessageParams ¶
type MessageParams struct {
Url string `json:"url"`
}
Click to show internal directories.
Click to hide internal directories.