package supplierrpc type BoolRet struct { Value bool `json:"value"` Msg string `json:"msg"` }