Versions in this module Expand all Collapse all v0 v0.3.0 Nov 9, 2025 v0.2.0 Oct 24, 2025 Changes in this version + type Client struct + Config Config + HTTP *resty.Client + Logger *zap.Logger + func NewClient(config Config) *Client + func NewDefaultClient() *Client + func (c *Client) Close() + type Config struct + Debug bool + RetryCount int + RetryDelay time.Duration + Timeout time.Duration + UserAgent string