Versions in this module Expand all Collapse all v0 v0.1.0 Apr 12, 2021 Changes in this version + type Client struct + func NewClient(host string, token string) *Client + func (m *Client) Send(message *Message) (err error) + type Message struct + Content string + Title string + func (m *Message) Marshal() string