Versions in this module Expand all Collapse all v1 v1.0.0 May 31, 2023 Changes in this version + type DataModelClient interface + DeleteDataModel func(ctx context.Context, in *convert.DeleteDataModelRequest) (*convert.DeleteDataModelResponse, error) + GetDataModel func(ctx context.Context, in *convert.GetDataModelRequest) (*convert.GetDataModelResponse, error) + ListAllDataModelRowIDs func(ctx context.Context, in *convert.ListAllDataModelRowIDsRequest) (*convert.ListAllDataModelRowIDsResponse, error) + ListDataModelRows func(ctx context.Context, in *convert.ListDataModelRowsRequest) (*convert.ListDataModelRowsResponse, error) + ListDataModels func(ctx context.Context, in *convert.ListDataModelsRequest) (*convert.ListDataModelsResponse, error) + PatchDataModel func(ctx context.Context, in *convert.PatchDataModelRequest) (*convert.PatchDataModelResponse, error) + type Factory interface + DataModelClient func() (DataModelClient, error) + SubmissionClient func() (SubmissionClient, error) + VersionClient func() (VersionClient, error) + WorkflowClient func() (WorkflowClient, error) + WorkspaceClient func() (WorkspaceClient, error) + func NewFactory(opts *clioptions.ClientOptions) Factory + type SubmissionClient interface + CancelRun func(ctx context.Context, in *convert.CancelRunRequest) (*convert.CancelRunResponse, error) + CancelSubmission func(ctx context.Context, in *convert.CancelSubmissionRequest) (*convert.CancelSubmissionResponse, error) + CreateSubmission func(ctx context.Context, in *convert.CreateSubmissionRequest) (*convert.CreateSubmissionResponse, error) + DeleteSubmission func(ctx context.Context, in *convert.DeleteSubmissionRequest) (*convert.DeleteSubmissionResponse, error) + ListRuns func(ctx context.Context, in *convert.ListRunsRequest) (*convert.ListRunsResponse, error) + ListSubmissions func(ctx context.Context, in *convert.ListSubmissionsRequest) (*convert.ListSubmissionsResponse, error) + ListTasks func(ctx context.Context, in *convert.ListTasksRequest) (*convert.ListTasksResponse, error) + type VersionClient interface + Version func(ctx context.Context) (*version.Info, error) + type WorkflowClient interface + CreateWorkflow func(ctx context.Context, in *convert.CreateWorkflowRequest) (*convert.CreateWorkflowResponse, error) + DeleteWorkflow func(ctx context.Context, in *convert.DeleteWorkflowRequest) (*convert.DeleteWorkflowResponse, error) + GetWorkflow func(ctx context.Context, in *convert.GetWorkflowRequest) (*convert.GetWorkflowResponse, error) + GetWorkflowVersion func(ctx context.Context, in *convert.GetWorkflowVersionRequest) (*convert.GetWorkflowVersionResponse, error) + ListWorkflow func(ctx context.Context, in *convert.ListWorkflowsRequest) (*convert.ListWorkflowsResponse, error) + ListWorkflowFiles func(ctx context.Context, in *convert.ListWorkflowFilesRequest) (*convert.ListWorkflowFilesResponse, error) + UpdateWorkflow func(ctx context.Context, in *convert.UpdateWorkflowRequest) (*convert.UpdateWorkflowResponse, error) + type WorkspaceClient interface + CreateWorkspace func(ctx context.Context, in *convert.CreateWorkspaceRequest) (*convert.CreateWorkspaceResponse, error) + DeleteWorkspace func(ctx context.Context, in *convert.DeleteWorkspaceRequest) (*convert.DeleteWorkspaceResponse, error) + ImportWorkspace func(ctx context.Context, in *convert.ImportWorkspaceRequest) (*convert.ImportWorkspaceResponse, error) + ListWorkspaces func(ctx context.Context, in *convert.ListWorkspacesRequest) (*convert.ListWorkspacesResponse, error) + UpdateWorkspace func(ctx context.Context, in *convert.UpdateWorkspaceRequest) (*convert.UpdateWorkspaceResponse, error)