redis pub sub metrics #1964
Annotations
11 errors and 1 warning
|
Test:
hub_test.go#L165
cannot use h.remove(c) (value of type bool) as error value in assignment: bool does not implement error (missing method Error)
|
Test:
hub_test.go#L167
h.add(c) (no value) used as value
|
Test:
hub_test.go#L176
cannot use h.remove(c) (value of type bool) as error value in assignment: bool does not implement error (missing method Error)
|
Test:
hub_test.go#L181
cannot use h.remove(c) (value of type bool) as error value in assignment: bool does not implement error (missing method Error)
|
Test:
hub_test.go#L914
h.add(c) (no value) used as value
|
Test:
hub_test.go#L943
cannot use h.removeSub("not_existed", c) (value of type bool) as error value in assignment: bool does not implement error (missing method Error)
|
Test:
hub_test.go#L950
cannot use h.removeSub("test1", c) (value of type bool) as error value in assignment: bool does not implement error (missing method Error)
|
Test:
hub_test.go#L956
cannot use h.removeSub("test1", c) (value of type bool) as error value in assignment: bool does not implement error (missing method Error)
|
Test:
hub_test.go#L961
cannot use h.removeSub("test2", c) (value of type bool) as error value in assignment: bool does not implement error (missing method Error)
|
Test:
hub_test.go#L978
h.add(c) (no value) used as value
|
Install Go stable version
Restore cache failed: Dependencies file is not found in /home/runner/work/centrifuge/centrifuge. Supported file pattern: go.sum
|
Loading