You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cannot use &MockAsyncTask{} (value of type *MockAsyncTask) as "github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/service".AsyncAgentServiceClient value in return statement: *MockAsyncTask does not implement "github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/service".AsyncAgentServiceClient (missing method GetTaskLogs)
cannot use &MockSyncTask{} (value of type *MockSyncTask) as "github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/service".AsyncAgentServiceClient value in return statement: *MockSyncTask does not implement "github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/service".AsyncAgentServiceClient (missing method GetTaskLogs) (typecheck)
cannot use &MockAsyncTask{} (value of type *MockAsyncTask) as "github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/service".AsyncAgentServiceClient value in return statement: *MockAsyncTask does not implement "github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/service".AsyncAgentServiceClient (missing method GetTaskLogs)
cannot use &MockSyncTask{} (value of type *MockSyncTask) as "github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/service".AsyncAgentServiceClient value in return statement: *MockSyncTask does not implement "github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/service".AsyncAgentServiceClient (missing method GetTaskLogs)