Hide Watch method from Client.go and move into Attach method #1900
Annotations
10 errors
build (1.19.2):
test/integration/retention_test.go#L84
multiple-value cli.Attach(ctx, doc) (value of type (<-chan client.WatchResponse, error)) in single-value context
|
build (1.19.2):
test/integration/retention_test.go#L144
multiple-value cli1.Attach(ctx, d1) (value of type (<-chan client.WatchResponse, error)) in single-value context
|
build (1.19.2):
test/integration/retention_test.go#L216
multiple-value cli2.Attach(ctx, d2) (value of type (<-chan client.WatchResponse, error)) in single-value context
|
build (1.19.2):
test/integration/snapshot_test.go#L60
assignment mismatch: 1 variable but c1.Attach returns 2 values
|
build (1.19.2):
test/integration/snapshot_test.go#L64
assignment mismatch: 1 variable but c2.Attach returns 2 values
|
build (1.19.2):
test/integration/snapshot_test.go#L96
assignment mismatch: 1 variable but c1.Attach returns 2 values
|
build (1.19.2):
test/integration/snapshot_test.go#L130
assignment mismatch: 1 variable but c2.Attach returns 2 values
|
build (1.19.2):
test/integration/snapshot_test.go#L141
assignment mismatch: 1 variable but c1.Attach returns 2 values
|
build (1.19.2):
test/integration/snapshot_test.go#L153
assignment mismatch: 1 variable but c2.Attach returns 2 values
|
build (1.19.2)
Process completed with exit code 2.
|