| 34 | ) |
| 35 | |
| 36 | type mockMeshConfigHolder struct { |
| 37 | trustDomainAliases []string |
| 38 | } |
| 39 | |
| 40 | func (mh mockMeshConfigHolder) Mesh() *meshconfig.MeshConfig { |
| 41 | return &meshconfig.MeshConfig{ |
nothing calls this directly
no outgoing calls
no test coverage detected