PR #3398 #6123
codeql
on: dynamic
Matrix: analyze
Annotations
6 errors
|
Analyze (go)
cannot use c.host (variable of interface type host.Host) as dht.Option value in argument to dht.New
|
|
Analyze (go)
cannot use ctx (variable of interface type context.Context) as host.Host value in argument to dht.New: context.Context does not implement host.Host (missing method Addrs)
|
|
Analyze (go)
cannot use c.host (variable of interface type host.Host) as dht.Option value in argument to dht.New
|
|
Analyze (go)
cannot use ctx (variable of interface type context.Context) as host.Host value in argument to dht.New: context.Context does not implement host.Host (missing method Addrs)
|
|
Analyze (go)
cannot use c.host (variable of interface type host.Host) as dht.Option value in argument to dht.New
|
|
Analyze (go)
cannot use ctx (variable of interface type context.Context) as host.Host value in argument to dht.New: context.Context does not implement host.Host (missing method Addrs)
|