Add fuse-manager #3822
Annotations
5 errors
golangci-lint:
cmd/stargz-fuse-manager/fusemanager/client.go#L64
SA1019: grpc.WithBlock is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. (staticcheck)
|
golangci-lint:
cmd/stargz-fuse-manager/fusemanager/client.go#L65
SA1019: grpc.WithInsecure is deprecated: use WithTransportCredentials and insecure.NewCredentials() instead. Will be supported throughout 1.x. (staticcheck)
|
golangci-lint:
cmd/stargz-fuse-manager/fusemanager/client.go#L66
SA1019: grpc.FailOnNonTempDialError is deprecated: this DialOption is not supported by NewClient. This API may be changed or removed in a later release. (staticcheck)
|
golangci-lint:
cmd/stargz-fuse-manager/fusemanager/client.go#L73
SA1019: grpc.DialContext is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
|
golangci-lint
issues found
|
Loading