Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
APIToken string
}
func (*Client) GetMessageList ¶
func (c *Client) GetMessageList(email string) (*InboxListResponse, error)
type InboxListMessage ¶
type InboxListResponse ¶
type InboxListResponse struct {
Messages []InboxListMessage `json:"messages"`
}
Click to show internal directories.
Click to hide internal directories.