()
| 488 | } |
| 489 | |
| 490 | func (x *ClientHeader) GetAuthority() string { |
| 491 | if x != nil { |
| 492 | return x.Authority |
| 493 | } |
| 494 | return "" |
| 495 | } |
| 496 | |
| 497 | func (x *ClientHeader) GetTimeout() *durationpb.Duration { |
| 498 | if x != nil { |
no outgoing calls
no test coverage detected