()
| 36014 | return p.Success |
| 36015 | } |
| 36016 | func (p *IClientRPCServiceDeleteDataResult) IsSetSuccess() bool { |
| 36017 | return p.Success != nil |
| 36018 | } |
| 36019 | |
| 36020 | func (p *IClientRPCServiceDeleteDataResult) Read(ctx context.Context, iprot thrift.TProtocol) error { |
| 36021 | if _, err := iprot.ReadStructBegin(ctx); err != nil { |
no outgoing calls
no test coverage detected