feat(mlflow): Add s3 artifact type #416
Annotations
5 errors and 3 warnings
api/pkg/client/mlflow/mlflow_test.go#L361
cannot use &mocks.Service{} (value of type *mocks.Service) as artifact.Service value in struct literal: *mocks.Service does not implement artifact.Service (missing method GetURLScheme)
|
api/pkg/client/mlflow/mlflow_test.go#L429
cannot use &mocks.Service{} (value of type *mocks.Service) as artifact.Service value in struct literal: *mocks.Service does not implement artifact.Service (missing method GetURLScheme)
|
api/pkg/client/mlflow/mlflow_test.go#L499
cannot use &artifactServiceMock (value of type *mocks.Service) as artifact.Service value in struct literal: *mocks.Service does not implement artifact.Service (missing method GetURLScheme)
|
api/pkg/client/mlflow/mlflow_test.go#L626
cannot use &artifactServiceMock (value of type *mocks.Service) as artifact.Service value in struct literal: *mocks.Service does not implement artifact.Service (missing method GetURLScheme) (typecheck)
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading