refactor: stream api #5363
Annotations
10 errors
Golangci Lint:
pkg/endpoint/client/endpoint.go#L6
could not import github.com/cloudwego/kitex/pkg/streamx (-: import cycle not allowed in test) (typecheck)
|
Golangci Lint:
pkg/endpoint/server/endpoint.go#L6
could not import github.com/cloudwego/kitex/pkg/streamx (-: import cycle not allowed in test) (typecheck)
|
Golangci Lint:
pkg/rpcinfo/remoteinfo/remoteInfo.go#L24
"github.com/cloudwego/kitex/internal" imported and not used (typecheck)
|
Golangci Lint:
internal/client/option.go#L29
could not import github.com/cloudwego/kitex/internal/stream (-: import cycle not allowed: import stack: [github.com/cloudwego/kitex/client github.com/cloudwego/kitex/client/callopt github.com/cloudwego/kitex/internal/client github.com/cloudwego/kitex/internal/stream github.com/cloudwego/kitex/pkg/endpoint github.com/cloudwego/kitex/pkg/streaming github.com/cloudwego/kitex/pkg/streamx github.com/cloudwego/kitex/pkg/rpcinfo github.com/cloudwego/kitex/internal/stream]) (typecheck)
|
Golangci Lint:
internal/client/option.go#L52
could not import github.com/cloudwego/kitex/pkg/streamx (-: import cycle not allowed in test) (typecheck)
|
Golangci Lint:
internal/server/option.go#L31
could not import github.com/cloudwego/kitex/internal/stream (-: import cycle not allowed: import stack: [github.com/cloudwego/kitex/client github.com/cloudwego/kitex/client/callopt github.com/cloudwego/kitex/internal/client github.com/cloudwego/kitex/internal/stream github.com/cloudwego/kitex/pkg/endpoint github.com/cloudwego/kitex/pkg/streaming github.com/cloudwego/kitex/pkg/streamx github.com/cloudwego/kitex/pkg/rpcinfo github.com/cloudwego/kitex/internal/stream]) (typecheck)
|
Golangci Lint:
internal/mocks/remote/servicesearcher.go#L34
declared and not used: svcInfo (typecheck)
|
Golangci Lint:
pkg/remote/trans/streamx/server_handler.go#L184
declared and not used: reqArgs (typecheck)
|
Golangci Lint:
pkg/remote/trans/streamx/server_handler.go#L185
declared and not used: resArgs (typecheck)
|
Golangci Lint:
client/stream.go#L24
could not import github.com/cloudwego/kitex/internal/stream (-: import cycle not allowed: import stack: [github.com/cloudwego/kitex/client github.com/cloudwego/kitex/client/callopt github.com/cloudwego/kitex/internal/client github.com/cloudwego/kitex/internal/stream github.com/cloudwego/kitex/pkg/endpoint github.com/cloudwego/kitex/pkg/streaming github.com/cloudwego/kitex/pkg/streamx github.com/cloudwego/kitex/pkg/rpcinfo github.com/cloudwego/kitex/internal/stream]) (typecheck)
|
Loading