()
| 555 | } |
| 556 | |
| 557 | func (x *SimpleRequest) GetResponseStatus() *EchoStatus { |
| 558 | if x != nil { |
| 559 | return x.ResponseStatus |
| 560 | } |
| 561 | return nil |
| 562 | } |
| 563 | |
| 564 | func (x *SimpleRequest) GetExpectCompressed() *BoolValue { |
| 565 | if x != nil { |
no outgoing calls
no test coverage detected