fix(deps): update module github.com/crossplane/function-sdk-go to v0.3.0 #128
Annotations
10 errors
Lint:
fn.go#L25
cannot use req (variable of type *"github.com/crossplane/function-sdk-go/proto/v1beta1".RunFunctionRequest) as *"github.com/crossplane/function-sdk-go/proto/v1".RunFunctionRequest value in argument to response.To
|
Lint:
fn.go#L28
cannot use req (variable of type *"github.com/crossplane/function-sdk-go/proto/v1beta1".RunFunctionRequest) as *"github.com/crossplane/function-sdk-go/proto/v1".RunFunctionRequest value in argument to request.GetInput
|
Lint:
fn.go#L30
cannot use rsp (variable of type *"github.com/crossplane/function-sdk-go/proto/v1".RunFunctionResponse) as *"github.com/crossplane/function-sdk-go/proto/v1beta1".RunFunctionResponse value in return statement
|
Lint:
fn.go#L37
cannot use rsp (variable of type *"github.com/crossplane/function-sdk-go/proto/v1".RunFunctionResponse) as *"github.com/crossplane/function-sdk-go/proto/v1beta1".RunFunctionResponse value in return statement
|
Lint:
main.go#L27
cannot use &Function{…} (value of type *Function) as "github.com/crossplane/function-sdk-go/proto/v1".FunctionRunnerServiceServer value in argument to function.Serve: *Function does not implement "github.com/crossplane/function-sdk-go/proto/v1".FunctionRunnerServiceServer (wrong type for method RunFunction)
|
Lint
t.UTC undefined (type MicroTime has no field or method UTC) (typecheck)
|
Lint
t.UTC undefined (type MicroTime has no field or method UTC) (typecheck)
|
Lint
t.Format undefined (type Time has no field or method Format) (typecheck)
|
Lint
t.UTC undefined (type Time has no field or method UTC) (typecheck)
|
Lint
t.UTC undefined (type Time has no field or method UTC) (typecheck)
|
Loading