DefaultDestinationResolver is a struct mesher as sidecar must use DefaultDestinationResolver
| 49 | //DefaultDestinationResolver is a struct |
| 50 | //mesher as sidecar must use DefaultDestinationResolver |
| 51 | type DefaultDestinationResolver struct { |
| 52 | } |
| 53 | |
| 54 | //Resolve resolves service's endpoint |
| 55 | //service may have multiple port for same protocol |
nothing calls this directly
no outgoing calls
no test coverage detected