()
| 102 | } |
| 103 | |
| 104 | func (x *NameMatcher) GetRequiredMatch() bool { |
| 105 | if x != nil { |
| 106 | return x.RequiredMatch |
| 107 | } |
| 108 | return false |
| 109 | } |
| 110 | |
| 111 | // A GrpcKeyBuilder applies to a given gRPC service, name, and headers. |
| 112 | type GrpcKeyBuilder struct { |