package pdd type SetRequest struct { Version string `json:"version"` } type SetResponse struct { Type string `json:"type"` //true false }