Rework a cache for NS/NSE registry #6591
Annotations
8 errors
golangci-lint:
pkg/networkservice/chains/nsmgr/server.go#L218
Function 'NewServer' is too long (122 > 120) (funlen)
|
golangci-lint:
pkg/networkservice/chains/nsmgr/single_test.go#L397
commentedOutCode: may want to remove commented-out code (gocritic)
|
golangci-lint:
pkg/registry/common/querycache/ns_client.go#L1
Pattern (Copyright \(c\) (((20\d\d\-2024)|(2024))) .*\n\n)+ doesn't match. (goheader)
|
golangci-lint:
pkg/registry/common/querycache/nse_client.go#L1
Pattern (Copyright \(c\) (((20\d\d\-2024)|(2024))) .*\n\n)+ doesn't match. (goheader)
|
golangci-lint:
pkg/registry/common/localbypass/server.go#L1
Pattern (Copyright \(c\) (((20\d\d\-2024)|(2024))) .*\n\n)+ doesn't match. (goheader)
|
golangci-lint:
pkg/registry/common/querycache/nse_client_test.go#L1
Pattern (Copyright \(c\) (((20\d\d\-2024)|(2024))) .*\n\n)+ doesn't match. (goheader)
|
golangci-lint:
pkg/registry/common/querycache/nse_client.go#L39
comment on exported function `NewNetworkServiceEndpointRegistryClient` should be of the form `NewNetworkServiceEndpointRegistryClient ...` (golint)
|
golangci-lint
issues found
|
Loading