Versions in this module Expand all Collapse all v0 v0.1.0 Sep 15, 2025 Changes in this version + type Client struct + BaseURL string + VerifyTLS bool + func NewClient(baseURL string, verifyTLS bool) *Client + func (c *Client) GetOrCreateNote(ctx context.Context, passphrase []byte) (*Note, error) + func (c *Client) Health(ctx context.Context) error + func (c *Client) UpdateNote(ctx context.Context, passphrase []byte, message string) (*Note, error) + type Note struct + Created any + HasImage bool + ID string + Message string + Updated any