Versions in this module Expand all Collapse all v1 v1.0.6 Dec 12, 2022 v1.0.5 Dec 5, 2022 v1.0.4 Nov 24, 2022 v1.0.3 Nov 24, 2022 v1.0.2 Nov 24, 2022 v1.0.1 Nov 20, 2022 v1.0.0 Nov 20, 2022 Changes in this version type DomesticRatesParams + DestinationLat string + DestinationLng string + ForOrder bool + OriginLat string + OriginLng string + func (r *DomesticRatesParams) ToDomesticRatesParamsV3() DomesticRatesParamsV3 + type DomesticRatesParamsV3 struct + Cod bool + Destination struct{ ... } + ForOrder bool + Height float64 + ItemValue float64 + Length float64 + Origin struct{ ... } + Weight float64 + Width float64 + type DomesticRatesV3 struct + Data struct{ ... } + Metadata structs.Metadata + Pagination struct{ ... } + func (r *DomesticRatesV3) ToDomesticRates() DomesticRates v0 v0.0.5 Nov 5, 2022 v0.0.4 Nov 5, 2022 v0.0.3 Nov 4, 2022 v0.0.2 Nov 4, 2022 v0.0.1 Oct 25, 2022 Changes in this version + type DomesticRates struct + Data struct{ ... } + Status string + func GetDomesticRates(params *DomesticRatesParams) (DomesticRates, error) + func GetDomesticRatesWithContext(ctx context.Context, params *DomesticRatesParams) (DomesticRates, error) + type DomesticRatesParams struct + COD int + Destination int + DestinationCoordinate string + Height float64 + Length float64 + Order int + Origin int + OriginCoordinate string + Type int + Value float64 + WeightTotal float64 + Width float64 + type InternationalRates struct + Data struct{ ... } + Status string + func GetInternationalRates(params *InternationalRatesParams) (InternationalRates, error) + func GetInternationalRatesWithContext(ctx context.Context, params *InternationalRatesParams) (InternationalRates, error) + type InternationalRatesParams struct + Destination int + Height float64 + Length float64 + Order int + Origin int + Type int + Value float64 + WeightTotal float64 + Width float64