Versions in this module Expand all Collapse all v1 v1.0.3 Apr 16, 2026 Changes in this version + func ContextWithRequestID(ctx context.Context, reqID string) context.Context + func ExecuteAndMapByField(req *resty.Request, exec func(*resty.Request) (*resty.Response, error), ...) (map[string]map[string]any, error) + func ExecuteAndMapByFieldAt(req *resty.Request, exec func(*resty.Request) (*resty.Response, error), ...) (map[string]map[string]any, error) + func NewBaseResty(log zerolog.Logger, debug bool, timeout time.Duration) *resty.Client + func RequestIDFromContext(ctx context.Context) string