()
| 171 | } |
| 172 | |
| 173 | func (x *GrpcKeyBuilder) GetHeaders() []*NameMatcher { |
| 174 | if x != nil { |
| 175 | return x.Headers |
| 176 | } |
| 177 | return nil |
| 178 | } |
| 179 | |
| 180 | func (x *GrpcKeyBuilder) GetConstantKeys() map[string]string { |
| 181 | if x != nil { |
no outgoing calls
no test coverage detected