Documentation
¶
Overview ¶
Package runners provides functions for the command line interface. Exported methods are intended to be used in cobra.Command instances.
Index ¶
- func ResultDelete(cmd *cobra.Command, args []string)
- func ResultExport(cmd *cobra.Command, args []string)
- func ResultList(cmd *cobra.Command, args []string)
- func ResultSearch(cmd *cobra.Command, args []string)
- func TestDelete(cmd *cobra.Command, args []string)
- func TestExport(cmd *cobra.Command, args []string)
- func TestImport(cmd *cobra.Command, args []string)
- func TestList(cmd *cobra.Command, args []string)
- func TestSearch(cmd *cobra.Command, args []string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResultDelete ¶
ResultDelete is a runner for `result delete` subcommand.
func ResultExport ¶
ResultExport is a runner for `result export` subcommand.
func ResultList ¶
ResultList is a runner for `result list` subcommand.
func ResultSearch ¶
ResultSearch is a runner for `result search` subcommand.
func TestDelete ¶
TestDelete is a runner for `test delete` subcommand.
func TestExport ¶
TestExport is a runner for `test export` subcommand.
func TestImport ¶
TestImport is a runner for `test import` subcommand.
func TestSearch ¶
TestSearch is a runner for `test search subcommand`.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.