feat: add context to remove call #44
Annotations
10 errors and 1 warning
test:
pkg/nuke/nuke_filter_test.go#L200
cannot use &TestResourceFilter{} (value of type *TestResourceFilter) as resource.Resource value in struct literal: *TestResourceFilter does not implement resource.Resource (wrong type for method Remove)
|
test:
pkg/nuke/nuke_run_test.go#L30
cannot use &TestResourceSuccess{} (value of type *TestResourceSuccess) as resource.Resource value in array or slice literal: *TestResourceSuccess does not implement resource.Resource (wrong type for method Remove)
|
test:
pkg/nuke/nuke_run_test.go#L41
cannot use &TestResourceFailure{} (value of type *TestResourceFailure) as resource.Resource value in array or slice literal: *TestResourceFailure does not implement resource.Resource (wrong type for method Remove)
|
test:
pkg/nuke/nuke_run_test.go#L47
cannot use &TestResourceSuccess{} (value of type *TestResourceSuccess) as resource.Resource value in array or slice literal: *TestResourceSuccess does not implement resource.Resource (wrong type for method Remove)
|
test:
pkg/nuke/nuke_test.go#L253
cannot use &TestResource3{} (value of type *TestResource3) as resource.Resource value in struct literal: *TestResource3 does not implement resource.Resource (wrong type for method Remove)
|
test:
pkg/nuke/nuke_test.go#L267
cannot use &TestResource3{…} (value of type *TestResource3) as resource.Resource value in struct literal: *TestResource3 does not implement resource.Resource (wrong type for method Remove)
|
test:
pkg/nuke/nuke_test.go#L380
cannot use &TestResource4{…} (value of type *TestResource4) as resource.Resource value in argument to append: *TestResource4 does not implement resource.Resource (wrong type for method Remove)
|
test:
pkg/nuke/nuke_test.go#L385
cannot use &TestResource4{…} (value of type *TestResource4) as resource.Resource value in argument to append: *TestResource4 does not implement resource.Resource (wrong type for method Remove)
|
test:
pkg/nuke/scan_test.go#L127
cannot use &TestResource2{…} (value of type *TestResource2) as resource.Resource value in array or slice literal: *TestResource2 does not implement resource.Resource (wrong type for method Remove)
|
test:
pkg/nuke/scan_test.go#L135
cannot use &TestResource{…} (value of type *TestResource) as resource.Resource value in array or slice literal: *TestResource does not implement resource.Resource (wrong type for method Remove)
|
test
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|