()
| 32598 | return p.Success |
| 32599 | } |
| 32600 | func (p *IClientRPCServiceDeleteTimeseriesResult) IsSetSuccess() bool { |
| 32601 | return p.Success != nil |
| 32602 | } |
| 32603 | |
| 32604 | func (p *IClientRPCServiceDeleteTimeseriesResult) Read(ctx context.Context, iprot thrift.TProtocol) error { |
| 32605 | if _, err := iprot.ReadStructBegin(ctx); err != nil { |
no outgoing calls
no test coverage detected