add unittest #1
Annotations
10 errors
golangci-lint:
pkg/event/pubsub.go#L32
n.Lock undefined (type *StateNotifier has no field or method Lock) (typecheck)
|
golangci-lint:
pkg/event/pubsub.go#L33
n.Unlock undefined (type *StateNotifier has no field or method Unlock) (typecheck)
|
golangci-lint:
pkg/event/pubsub.go#L39
n.Lock undefined (type *StateNotifier has no field or method Lock) (typecheck)
|
golangci-lint:
pkg/event/pubsub.go#L40
n.Unlock undefined (type *StateNotifier has no field or method Unlock) (typecheck)
|
golangci-lint:
pkg/event/pubsub.go#L50
n.Lock undefined (type *StateNotifier has no field or method Lock) (typecheck)
|
golangci-lint:
pkg/event/pubsub.go#L51
n.Unlock undefined (type *StateNotifier has no field or method Unlock) (typecheck)
|
golangci-lint:
pkg/dpll/dpll.go#L199
dependingProcessStateMap.Lock undefined (type DependingStates has no field or method Lock) (typecheck)
|
golangci-lint:
pkg/dpll/dpll.go#L200
dependingProcessStateMap.Unlock undefined (type DependingStates has no field or method Unlock) (typecheck)
|
golangci-lint:
pkg/daemon/daemon.go#L346
cannot infer T (/home/runner/go/pkg/mod/golang.org/[email protected]/src/cmp/cmp.go:40:14) (typecheck)
|
golangci-lint:
pkg/daemon/metrics.go#L735
m.RLock undefined (type *masterOffsetInterface has no field or method RLock) (typecheck)
|
Loading