feat(core): Add connection to optional remote ers #5771
Annotations
10 errors
golangci-lint:
sdk/kas_client.go#L80
SA1019: grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
|
golangci-lint:
sdk/kas_client.go#L167
SA1019: grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
|
golangci-lint:
sdk/kas_client.go#L336
SA1019: grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
|
golangci-lint:
sdk/nanotdf.go#L877
SA1019: grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
|
golangci-lint:
sdk/sdk.go#L164
SA1019: grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
|
golangci-lint:
sdk/sdk.go#L366
SA1019: grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
|
golangci-lint:
sdk/nanotdf_test.go#L254
SA1019: grpc.WithBlock is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. (staticcheck)
|
golangci-lint:
sdk/audit/metadata_adding_interceptor_test.go#L101
SA1019: grpc.DialContext is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
|
golangci-lint:
sdk/audit/metadata_adding_interceptor_test.go#L103
SA1019: grpc.WithBlock is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. (staticcheck)
|
golangci-lint:
sdk/auth/token_adding_interceptor_test.go#L193
SA1019: grpc.DialContext is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
|
Loading