feat(client/orb): Add transport drpc. #148
Annotations
13 errors and 1 warning
Summary
cannot use (*EchoHandler)(nil) (value of type *EchoHandler) as "github.com/go-orb/plugins/client/tests/proto".StreamsServer value in variable declaration: *EchoHandler does not implement "github.com/go-orb/plugins/client/tests/proto".StreamsServer (missing method mustEmbedUnimplementedStreamsServer)
|
Summary
undefined: proto.UnsafeOrbStreamsServer
|
Summary
cannot use NewTransport (value of type func(logger "github.com/go-orb/go-orb/log".Logger, cfg *orb.Config) (orb.TransportType, error)) as func("github.com/go-orb/go-orb/log".Logger) (orb.TransportType, error) value in argument to orb.Transports.Register
|
Summary
Process completed with exit code 1.
|
Lint:
cmd/tests_server/wire_gen.go#L16
could not import github.com/go-orb/plugins/client/tests/handler (-: # github.com/go-orb/plugins/client/tests/handler
|
Lint
cannot use (*EchoHandler)(nil) (value of type *EchoHandler) as "github.com/go-orb/plugins/client/tests/proto".StreamsServer value in variable declaration: *EchoHandler does not implement "github.com/go-orb/plugins/client/tests/proto".StreamsServer (missing method mustEmbedUnimplementedStreamsServer)
|
Lint
undefined: proto.UnsafeOrbStreamsServer) (typecheck)
|
Lint:
handler/handler.go#L1
: # github.com/go-orb/plugins/client/tests/handler
|
Lint
cannot use (*EchoHandler)(nil) (value of type *EchoHandler) as "github.com/go-orb/plugins/client/tests/proto".StreamsServer value in variable declaration: *EchoHandler does not implement "github.com/go-orb/plugins/client/tests/proto".StreamsServer (missing method mustEmbedUnimplementedStreamsServer)
|
Lint
undefined: proto.UnsafeOrbStreamsServer (typecheck)
|
Lint:
drpc.go#L1
: # github.com/go-orb/plugins/client/orb/transport/drpc [github.com/go-orb/plugins/client/orb/transport/drpc.test]
|
Lint
cannot use NewTransport (value of type func(logger "github.com/go-orb/go-orb/log".Logger, cfg *orb.Config) (orb.TransportType, error)) as func("github.com/go-orb/go-orb/log".Logger) (orb.TransportType, error) value in argument to orb.Transports.Register (typecheck)
|
Unit Tests
Process completed with exit code 1.
|
Lint:
hertzh2c.go#L1
package-comments: package comment should be of the form "Package hertzh2c ..." (revive)
|