()
| 28811 | return p.Success |
| 28812 | } |
| 28813 | func (p *IClientRPCServiceCloseSessionResult) IsSetSuccess() bool { |
| 28814 | return p.Success != nil |
| 28815 | } |
| 28816 | |
| 28817 | func (p *IClientRPCServiceCloseSessionResult) Read(ctx context.Context, iprot thrift.TProtocol) error { |
| 28818 | if _, err := iprot.ReadStructBegin(ctx); err != nil { |
no outgoing calls
no test coverage detected