| 32 | ) |
| 33 | |
| 34 | type mockCacheRecon struct { |
| 35 | data map[string]interface{} |
| 36 | } |
| 37 | |
| 38 | func newMockCacheRecon() *mockCacheRecon { |
| 39 | return &mockCacheRecon{data: make(map[string]interface{})} |
nothing calls this directly
no outgoing calls
no test coverage detected