()
| 33632 | |
| 33633 | var IClientRPCServiceInsertTabletsResult_Success_DEFAULT *common.TSStatus |
| 33634 | func (p *IClientRPCServiceInsertTabletsResult) GetSuccess() *common.TSStatus { |
| 33635 | if !p.IsSetSuccess() { |
| 33636 | return IClientRPCServiceInsertTabletsResult_Success_DEFAULT |
| 33637 | } |
| 33638 | return p.Success |
| 33639 | } |
| 33640 | func (p *IClientRPCServiceInsertTabletsResult) IsSetSuccess() bool { |
| 33641 | return p.Success != nil |
| 33642 | } |
no test coverage detected