Versions in this module Expand all Collapse all v7 v7.0.0 Jan 10, 2025 Changes in this version + const Aes + const ApiKey + const Rsa + type Authenticator struct + func NewAuthenticator(apikey, apiSecret string, kind string) *Authenticator + func (au *Authenticator) Sign(r *http.Request) (map[string]string, error) + type Config struct + Domain string + MaxRetry int + Proxy string + Timeout int64 + UserAgent string + type HttpSender struct + func NewHttpSender(config Config, auth *Authenticator) *HttpSender + func (c *HttpSender) Do(request *http.Request, data interface{}) error + type RateLimit struct + Limit int + Remaining int + Reset int64 Other modules containing this package github.com/aftership/tracking-sdk-go/v4 github.com/aftership/tracking-sdk-go/v5 github.com/aftership/tracking-sdk-go/v6