File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -323,4 +323,8 @@ var (
323323
324324 // ErrNoResult occurs when no results are available to a query.
325325 ErrNoResult = errors .New ("no result was available" )
326+
327+ // ErrCircuitBreakerOpen occurs when the operation was cancelled because the circuit breaker was open
328+ // # UNCOMMITTED: This API may change in the future.
329+ ErrCircuitBreakerOpen = gocbcore .ErrCircuitBreakerOpen
326330)
Original file line number Diff line number Diff line change 11module github.com/couchbase/gocb/v2
22
33require (
4- github.com/couchbase/gocbcore/v10 v10.2.9-0.20231012093413-9ad5c92e6b34
4+ github.com/couchbase/gocbcore/v10 v10.2.9-0.20231018085315-a316c90c75d6
55 github.com/couchbaselabs/gocaves/client v0.0.0-20230404095311-05e3ba4f0259
66 github.com/google/uuid v1.3.1
77 github.com/stretchr/testify v1.8.2
Original file line number Diff line number Diff line change 11github.com/couchbase/gocbcore/v10 v10.2.9-0.20231012093413-9ad5c92e6b34 h1:ZJ90q/lWj3dahr1PzUGxQ2I4xGQlH3h892YPeJmmJRo =
22github.com/couchbase/gocbcore/v10 v10.2.9-0.20231012093413-9ad5c92e6b34 /go.mod h1:lYQIIk+tzoMcwtwU5GzPbDdqEkwkH3isI2rkSpfL0oM =
3+ github.com/couchbase/gocbcore/v10 v10.2.9-0.20231018085315-a316c90c75d6 h1:Lf/WoFAZptQZ8mJYjB3m2gDnvvi3Jo38hQhKyH3mfpw =
4+ github.com/couchbase/gocbcore/v10 v10.2.9-0.20231018085315-a316c90c75d6 /go.mod h1:lYQIIk+tzoMcwtwU5GzPbDdqEkwkH3isI2rkSpfL0oM =
35github.com/couchbaselabs/gocaves/client v0.0.0-20230307083111-cc3960c624b1 /go.mod h1:AVekAZwIY2stsJOMWLAS/0uA/+qdp7pjO8EHnl61QkY =
46github.com/couchbaselabs/gocaves/client v0.0.0-20230404095311-05e3ba4f0259 h1:2TXy68EGEzIMHOx9UvczR5ApVecwCfQZ0LjkmwMI6g4 =
57github.com/couchbaselabs/gocaves/client v0.0.0-20230404095311-05e3ba4f0259 /go.mod h1:AVekAZwIY2stsJOMWLAS/0uA/+qdp7pjO8EHnl61QkY =
You can’t perform that action at this time.
0 commit comments