()
| 389 | } |
| 390 | |
| 391 | func (x *Payload) GetBody() []byte { |
| 392 | if x != nil { |
| 393 | return x.Body |
| 394 | } |
| 395 | return nil |
| 396 | } |
| 397 | |
| 398 | // A protobuf representation for grpc status. This is used by test |
| 399 | // clients to specify a status that the server should attempt to return. |
no outgoing calls
no test coverage detected