feat(store): implement reconciliation #29
Annotations
4 errors
test:
internal/k8s/watcher_test.go#L38
cannot use new(test.DummyStore) (value of type *test.DummyStore) as store.Store value in assignment: *test.DummyStore does not implement store.Store (missing method Count)
|
test:
internal/k8s/watcher_test.go#L100
impossible type assertion: store.CurrentStore.(*test.DummyStore)
|
test:
internal/store/hazelcast_test.go#L78
not enough arguments in call to hazelcastStore.InitializeResource
|
test
Process completed with exit code 1.
|