Documentation ¶
Index ¶
Constants ¶
View Source
const ( TypeToast = "toast" TypeTile = "tile" TypeBadge = "badge" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) Send ¶
func (c *Client) Send(channelUri string, notification NotificationInterface) (success bool, error *ClientError)
type ClientError ¶
func (*ClientError) Error ¶
func (e *ClientError) Error() string
type NotificationInterface ¶
Click to show internal directories.
Click to hide internal directories.