Documentation ¶
Index ¶
- type CallToAction
- type Client
- 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
- type OrganizationAddition
- type OrganizationInvite
- type ProjectAddition
- type ProjectInvite
- type SMTPOptions
- type Sender
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallToAction ¶ added in v0.28.0
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) SendCallToAction ¶ added in v0.28.0
func (c *Client) SendCallToAction(opts *CallToAction) error
func (*Client) SendOrganizationAddition ¶ added in v0.28.0
func (c *Client) SendOrganizationAddition(opts *OrganizationAddition) error
func (*Client) SendOrganizationInvite ¶
func (c *Client) SendOrganizationInvite(opts *OrganizationInvite) error
func (*Client) SendProjectAddition ¶ added in v0.28.0
func (c *Client) SendProjectAddition(opts *ProjectAddition) error
func (*Client) SendProjectInvite ¶
func (c *Client) SendProjectInvite(opts *ProjectInvite) error
type OrganizationAddition ¶ added in v0.28.0
type OrganizationInvite ¶ added in v0.28.0
type ProjectAddition ¶ added in v0.28.0
type ProjectInvite ¶ added in v0.28.0
type SMTPOptions ¶
Click to show internal directories.
Click to hide internal directories.