Documentation ¶
Index ¶
- type CallToAction
- type Client
- func (c *Client) SendAlertStatus(opts *drivers.AlertStatus) error
- func (c *Client) SendCallToAction(opts *CallToAction) error
- func (c *Client) SendOrganizationAddition(opts *OrganizationAddition) error
- func (c *Client) SendOrganizationInvite(opts *OrganizationInvite) error
- func (c *Client) SendProjectAddition(opts *ProjectAddition) error
- func (c *Client) SendProjectInvite(opts *ProjectInvite) error
- func (c *Client) SendScheduledReport(opts *ScheduledReport) error
- type OrganizationAddition
- type OrganizationInvite
- type ProjectAddition
- type ProjectInvite
- type SMTPOptions
- type ScheduledReport
- type Sender
- type TestSender
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallToAction ¶
type Client ¶
type Client struct { Sender Sender // contains filtered or unexported fields }
func (*Client) SendAlertStatus ¶ added in v0.41.0
func (c *Client) SendAlertStatus(opts *drivers.AlertStatus) error
func (*Client) SendCallToAction ¶
func (c *Client) SendCallToAction(opts *CallToAction) error
func (*Client) SendOrganizationAddition ¶
func (c *Client) SendOrganizationAddition(opts *OrganizationAddition) error
func (*Client) SendOrganizationInvite ¶
func (c *Client) SendOrganizationInvite(opts *OrganizationInvite) error
func (*Client) SendProjectAddition ¶
func (c *Client) SendProjectAddition(opts *ProjectAddition) error
func (*Client) SendProjectInvite ¶
func (c *Client) SendProjectInvite(opts *ProjectInvite) error
func (*Client) SendScheduledReport ¶
func (c *Client) SendScheduledReport(opts *ScheduledReport) error
type OrganizationAddition ¶
type OrganizationInvite ¶
type ProjectAddition ¶
type ProjectInvite ¶
type SMTPOptions ¶
type ScheduledReport ¶
type Sender ¶
func NewConsoleSender ¶
func NewNoopSender ¶
func NewNoopSender() Sender
func NewSMTPSender ¶
func NewSMTPSender(opts *SMTPOptions) (Sender, error)
func NewTestSender ¶ added in v0.41.0
func NewTestSender() Sender
Click to show internal directories.
Click to hide internal directories.