feat: support handshakeKey #85
Annotations
10 errors and 1 warning
build:
pkg/client/response_v3.go#L17
cannot use (defaultResponseV3 literal) (value of type defaultResponseV3) as Response value in return statement: defaultResponseV3 does not implement Response (missing method IsSucceed) (typecheck)
|
build:
pkg/cmd/nebula-importer.go#L63
invalid operation: cannot compare o.pool != nil (operator != not defined on untyped nil) (typecheck)
|
build:
pkg/config/v3/config.go#L70
c.BuildLogger undefined (type *Config has no field or method BuildLogger) (typecheck)
|
build:
pkg/config/v3/config.go#L74
c.BuildClientPool undefined (type *Config has no field or method BuildClientPool) (typecheck)
|
build:
pkg/config/v3/manager.go#L27
m.Batch undefined (type *Manager has no field or method Batch) (typecheck)
|
build:
pkg/config/v3/manager.go#L28
m.ReaderConcurrency undefined (type *Manager has no field or method ReaderConcurrency) (typecheck)
|
build:
pkg/config/v3/manager.go#L29
m.ImporterConcurrency undefined (type *Manager has no field or method ImporterConcurrency) (typecheck)
|
build:
pkg/config/v3/manager.go#L30
m.StatsInterval undefined (type *Manager has no field or method StatsInterval) (typecheck)
|
build:
pkg/config/v3/manager.go#L31
m.Hooks undefined (type *Manager has no field or method Hooks) (typecheck)
|
build:
pkg/config/v3/manager.go#L32
m.Hooks undefined (type *Manager has no field or method Hooks) (typecheck)
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: webiny/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|