Denis Girko
Results
1
comments of
Denis Girko
I think you could initialise a mock in this way (not an elegant, though): ```go m := mocks.NewNop("elastic") def := map[string]interface{}{ "elastic": map[string]interface{}{ "strategy": // ... and so on in...