Documentation
¶
Index ¶
- func HasPlan(userPlan string, required PlanLevel) bool
- type Client
- func (c *Client) GetAPIKey() string
- func (c *Client) GetMe() (map[string]interface{}, error)
- func (c *Client) GetMessage(inbox, id string) (map[string]interface{}, error)
- func (c *Client) GetOTP(inbox string) (map[string]interface{}, error)
- func (c *Client) GetUsage() (map[string]interface{}, error)
- func (c *Client) ListDomains() ([]interface{}, error)
- func (c *Client) ListInboxes() ([]interface{}, error)
- func (c *Client) ListMessages(inbox string) ([]interface{}, error)
- func (c *Client) RegisterInbox(inbox string) (map[string]interface{}, error)
- func (c *Client) UnregisterInbox(inbox string) (map[string]interface{}, error)
- type PlanLevel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetMessage ¶
func (*Client) ListDomains ¶
func (*Client) ListInboxes ¶
func (*Client) ListMessages ¶
func (*Client) RegisterInbox ¶
Click to show internal directories.
Click to hide internal directories.