CBG-3271 remove persistent rosmar buckets #8426
Annotations
10 errors
base/collection_gocb.go#L47
cannot use &Collection{} (value of type *Collection) as DataStore value in variable declaration (typecheck)
|
base/leaky_bucket.go#L22
cannot use &LeakyBucket{} (value of type *LeakyBucket) as Bucket value in variable declaration (typecheck)
|
base/leaky_datastore.go#L27
cannot use &LeakyDataStore{} (value of type *LeakyDataStore) as DataStore value in variable declaration (typecheck)
|
base/util_testing.go#L58
cannot use &TestBucket{} (value of type *TestBucket) as Bucket value in variable declaration (typecheck)
|
base/bucket.go#L76
invalid operation: GetBaseBucket(b) (value of type Bucket) is not an interface (typecheck)
|
base/bucket.go#L82
invalid operation: b (variable of type Bucket) is not an interface (typecheck)
|
base/bucket.go#L90
invalid operation: ds (variable of type DataStore) is not an interface (typecheck)
|
base/bucket.go#L98
invalid operation: GetBaseDataStore(ds) (value of type DataStore) is not an interface (typecheck)
|
base/bucket.go#L350
cannot use nil as Bucket value in return statement (typecheck)
|
base/bucket.go#L360
cannot use GetGoCBv2Bucket(ctx, spec) (value of type *GocbV2Bucket) as Bucket value in assignment (typecheck)
|
The logs for this run have expired and are no longer available.
Loading