[flyte-core] Flyte Connection #3103
Annotations
10 errors and 1 warning
Lint
cannot use &setupCtx (value of type *mocks.SetupContext) as "github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core".SetupContext value in argument to core.LoadPlugin: *mocks.SetupContext does not implement "github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core".SetupContext (missing method ConnectionManager)
|
Lint
cannot use &setupCtx (value of type *mocks.SetupContext) as "github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core".SetupContext value in argument to core.LoadPlugin: *mocks.SetupContext does not implement "github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core".SetupContext (missing method ConnectionManager)
|
Lint
cannot use &setupCtx (value of type *mocks.SetupContext) as "github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core".SetupContext value in argument to core.LoadPlugin: *mocks.SetupContext does not implement "github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core".SetupContext (missing method ConnectionManager)
|
Lint
cannot use &setupCtx (value of type *mocks.SetupContext) as "github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core".SetupContext value in argument to core.LoadPlugin: *mocks.SetupContext does not implement "github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core".SetupContext (missing method ConnectionManager) (typecheck)
|
Lint
cannot use newFakeSetupContext("async task") (value of type *"github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core/mocks".SetupContext) as "github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core".SetupContext value in argument to pluginEntry.LoadPlugin: *"github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core/mocks".SetupContext does not implement "github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core".SetupContext (missing method ConnectionManager)
|
Lint
cannot use newFakeSetupContext("sync task") (value of type *"github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core/mocks".SetupContext) as "github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core".SetupContext value in argument to pluginEntry.LoadPlugin: *"github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core/mocks".SetupContext does not implement "github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core".SetupContext (missing method ConnectionManager)
|
Lint
cannot use newFakeSetupContext("test2") (value of type *"github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core/mocks".SetupContext) as "github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core".SetupContext value in argument to pluginEntry.LoadPlugin: *"github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core/mocks".SetupContext does not implement "github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core".SetupContext (missing method ConnectionManager)
|
Lint
cannot use newFakeSetupContext("test3") (value of type *"github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core/mocks".SetupContext) as "github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core".SetupContext value in argument to pluginEntry.LoadPlugin: *"github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core/mocks".SetupContext does not implement "github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core".SetupContext (missing method ConnectionManager)
|
Lint
cannot use newFakeSetupContext("test4") (value of type *"github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core/mocks".SetupContext) as "github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core".SetupContext value in argument to pluginEntry.LoadPlugin: *"github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core/mocks".SetupContext does not implement "github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core".SetupContext (missing method ConnectionManager)
|
Lint
cannot use taskContext (variable of type *"github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/webapi/mocks".StatusContext) as "github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/webapi".StatusContext value in argument to plugin.Status: *"github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/webapi/mocks".StatusContext does not implement "github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/webapi".StatusContext (missing method ConnectionManager)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading