Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeliverAgent ¶
type DeliverAgent interface {
Deliver(config config.Config, identifier string, subject string, body string) error
}
func AgentForIdentifier ¶
func AgentForIdentifier(identifier string) (DeliverAgent, error)
Click to show internal directories.
Click to hide internal directories.