Introduce distributed mutex #193
Annotations
10 errors and 2 warnings
Lint:
v2/example/http_breaker.go#L9
could not import github.com/sony/gobreaker/v2 (-: # github.com/sony/gobreaker/v2
|
Lint
not enough return values
|
Lint
no new variables on left side of :=) (typecheck)
|
Lint:
v2/example/http_breaker.go#L12
undefined: gobreaker (typecheck)
|
Lint:
v2/example/http_breaker.go#L15
undefined: gobreaker (typecheck)
|
Lint:
v2/example/http_breaker.go#L17
undefined: gobreaker (typecheck)
|
Lint
not enough return values
|
Lint
no new variables on left side of :=
|
Lint
cannot use store (variable of type *storeAdapter) as SharedDataStore value in argument to NewDistributedCircuitBreaker[any]: *storeAdapter does not implement SharedDataStore (missing method Lock)
|
Lint
impossible type assertion: dcb.store.(*storeAdapter)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Setup Go
Restore cache failed: Dependencies file is not found in /home/runner/work/gobreaker/gobreaker. Supported file pattern: go.sum
|
Loading