Versions in this module Expand all Collapse all v1 v1.2.1 Mar 18, 2026 v1.2.0 Mar 16, 2026 Changes in this version + type Client struct + func NewClient(config *Config, opts ...Option) (*Client, error) + func (c *Client) Notify(ctx context.Context, message string) error + func (c *Client) NotifyError(ctx context.Context, message string) error + type Config struct + AppKey string + ApplicationID string + Timeout time.Duration + URL string + type Option func(*Client) + func WithHTTPClient(hc *http.Client) Option