cli: implement share-remove command #347
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
15 errors
go-lint:
main.go#L18
could not import reanahub/reana-client-go/cmd (-: # reanahub/reana-client-go/cmd
|
go-lint:
cmd/share_add.go#L81
undefined: operations.NewShareWorkflowParams
|
go-lint:
cmd/share_add.go#L104
api.Operations.ShareWorkflow undefined (type "reanahub/reana-client-go/client/operations".ClientService has no field or method ShareWorkflow)
|
go-lint:
cmd/share_remove.go#L71
undefined: operations.NewUnshareWorkflowParams
|
go-lint:
cmd/share_remove.go#L87
api.Operations.UnshareWorkflow undefined (type "reanahub/reana-client-go/client/operations".ClientService has no field or method UnshareWorkflow)) (typecheck)
|
go-lint:
cmd/close.go#L1
: # reanahub/reana-client-go/cmd [reanahub/reana-client-go/cmd.test]
|
go-lint:
cmd/share_add.go#L81
undefined: operations.NewShareWorkflowParams
|
go-lint:
cmd/share_add.go#L104
api.Operations.ShareWorkflow undefined (type "reanahub/reana-client-go/client/operations".ClientService has no field or method ShareWorkflow)
|
go-lint:
cmd/share_remove.go#L71
undefined: operations.NewUnshareWorkflowParams
|
go-lint:
cmd/share_remove.go#L87
api.Operations.UnshareWorkflow undefined (type "reanahub/reana-client-go/client/operations".ClientService has no field or method UnshareWorkflow) (typecheck)
|
go-tests:
cmd/share_add.go#L81
undefined: operations.NewShareWorkflowParams
|
go-tests:
cmd/share_add.go#L104
api.Operations.ShareWorkflow undefined (type "reanahub/reana-client-go/client/operations".ClientService has no field or method ShareWorkflow)
|
go-tests:
cmd/share_remove.go#L71
undefined: operations.NewUnshareWorkflowParams
|
go-tests:
cmd/share_remove.go#L87
api.Operations.UnshareWorkflow undefined (type "reanahub/reana-client-go/client/operations".ClientService has no field or method UnshareWorkflow)
|
go-tests
Process completed with exit code 2.
|