Documentation
¶
Index ¶
- Variables
- func GenExample(cmd *cobra.Command) string
- func GetAllRuns(ctx context.Context, submissionClient factory.SubmissionClient, ...) ([]convert.RunItem, error)
- func GetWorkspaceName(timeout int, workspaceClient factory.WorkspaceClient) (string, error)
- func ParseWholeDataModel(ctx context.Context, dataModelClient factory.DataModelClient, ...) ([]string, [][]string, error)
- type ExampleData
Constants ¶
This section is empty.
Variables ¶
View Source
var ExampleTemplate = template.Must(template.New("Example").Parse(
` # Use Command-Line mode:
"bioctl {{.Use}} {{- range .OptionsUsage }} {{ . }} {{- end }}"
# Enter Interactive mode:
1. Firstly input parent Command:
"bioctl {{.ParentName}}"
2. Select Subcommand
"{{.Name}}"
`))
Functions ¶
func GenExample ¶
"# list workspaces: bioctl workspace list"
func GetAllRuns ¶
func GetWorkspaceName ¶
func GetWorkspaceName(timeout int, workspaceClient factory.WorkspaceClient) (string, error)
func ParseWholeDataModel ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.