package model
import (
"github.com/go-resty/resty/v2"
"github.com/tidwall/gjson"
)
type Ctx struct {
Data *gjson.Result
RestyClient *resty.Client
}