Skip to content

feat: support gRPC endpoints in core #3417

feat: support gRPC endpoints in core

feat: support gRPC endpoints in core #3417

Triggered via pull request November 21, 2024 17:54
Status Failure
Total duration 57s
Artifacts

lint.yml

on: pull_request
golangci-lint
45s
golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
golangci-lint: rpc/grpc/api.go#L66
syntax error: unexpected name context in argument list; possibly missing comma or ) (typecheck)
golangci-lint: rpc/grpc/api.go#L66
missing ',' in argument list (typecheck)
golangci-lint: rpc/grpc/api.go#L68
missing ',' in argument list (typecheck)
golangci-lint: rpc/grpc/api.go#L69
expected operand, found 'var' (typecheck)
golangci-lint: rpc/grpc/api.go#L76
missing ',' in composite literal (typecheck)
golangci-lint: rpc/grpc/api.go#L77
missing ',' before newline in composite literal (typecheck)
golangci-lint: rpc/grpc/api.go#L78
expected operand, found 'return' (typecheck)
golangci-lint: rpc/grpc/api.go#L79
missing ',' before newline in composite literal (typecheck)
golangci-lint: rpc/grpc/api.go#L80
missing ',' before newline in argument list (typecheck)
golangci-lint: rpc/grpc/api.go#L81
expected operand, found 'for' (typecheck)