Fix domain strategy #259
Annotations
10 errors and 1 warning
|
Build:
common/dialer/resolve.go#L20
cannot use (*resolveParallelNetworkDialer)(nil) (value of type *resolveParallelNetworkDialer) as ParallelInterfaceDialer value in variable declaration: *resolveParallelNetworkDialer does not implement ParallelInterfaceDialer (wrong type for method DialParallelInterface)
|
Build:
common/dialer/resolve.go#L47
cannot use &resolveParallelNetworkDialer{…} (value of type *resolveParallelNetworkDialer) as ParallelInterfaceDialer value in return statement: *resolveParallelNetworkDialer does not implement ParallelInterfaceDialer (wrong type for method DialParallelInterface)
|
Build:
common/dialer/resolve.go#L131
cannot use strategy (variable of type constant.NetworkStrategy) as *constant.NetworkStrategy value in argument to DialParallelNetwork
|
Build:
common/dialer/resolve.go#L133
cannot use strategy (variable of type constant.NetworkStrategy) as *constant.NetworkStrategy value in argument to DialSerialNetwork
|
Build:
common/dialer/resolve.go#L155
cannot use strategy (variable of type constant.NetworkStrategy) as *constant.NetworkStrategy value in argument to ListenSerialNetworkPacket
|
Build:
common/dialer/default_parallel_interface.go#L177
invalid case C.NetworkStrategyDefault in switch on strategy (mismatched types constant.NetworkStrategy and *constant.NetworkStrategy)
|
Build:
common/dialer/default_parallel_interface.go#L192
invalid case C.NetworkStrategyHybrid in switch on strategy (mismatched types constant.NetworkStrategy and *constant.NetworkStrategy)
|
Build:
common/dialer/default_parallel_interface.go#L200
invalid case C.NetworkStrategyFallback in switch on strategy (mismatched types constant.NetworkStrategy and *constant.NetworkStrategy)
|
Build
Process completed with exit code 1.
|
Setup Goreleaser
You are using 'latest' as default version. Will lock to '~> v2'.
|
Loading