Documentation
¶
Index ¶
- func GetUserConfigHome() string
- func GraphqlEndpoint() string
- func NewAPIClient(ctx context.Context, auth auth.Authorizer) *http.Client
- func NewEvalCmd() *cobra.Command
- func NewEvalRunCmd() *cobra.Command
- func NewEvalTaskCmd() *cobra.Command
- func NewEvalTaskNewCmd() *cobra.Command
- func NewEvalViewCmd() *cobra.Command
- func NewHarborCmd() *cobra.Command
- func Root() *cobra.Command
- type CommandExportExtractMatch
- type ExitCodeError
- type RunBlockPrompt
- type RunFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetUserConfigHome ¶
func GetUserConfigHome() string
GetUserConfigHome returns the user's configuration directory. The user configuration directory should be used for configuration that is specific to the user and thus shouldn't be included in project/repository configuration. An example of user location is where server logs should be stored.
func GraphqlEndpoint ¶
func GraphqlEndpoint() string
func NewAPIClient ¶
func NewEvalCmd ¶ added in v3.17.3
NewEvalCmd returns the full runme eval command group.
func NewEvalRunCmd ¶ added in v3.17.3
NewEvalRunCmd returns the standalone eval runner command for reuse as an alias.
func NewEvalTaskCmd ¶ added in v3.17.3
NewEvalTaskCmd returns the eval task command group.
func NewEvalTaskNewCmd ¶ added in v3.17.3
NewEvalTaskNewCmd returns the eval task scaffold command.
func NewEvalViewCmd ¶ added in v3.17.3
NewEvalViewCmd returns the eval jobs dashboard command.
func NewHarborCmd ¶ added in v3.17.3
NewHarborCmd returns the hidden Harbor command group.
Types ¶
type ExitCodeError ¶ added in v3.16.12
func (ExitCodeError) Error ¶ added in v3.16.12
func (e ExitCodeError) Error() string
func (ExitCodeError) Unwrap ¶ added in v3.16.12
func (e ExitCodeError) Unwrap() error
type RunBlockPrompt ¶
func (RunBlockPrompt) Init ¶
func (p RunBlockPrompt) Init() tea.Cmd
func (RunBlockPrompt) KeyMap ¶
func (p RunBlockPrompt) KeyMap() *tui.KeyMap
func (RunBlockPrompt) View ¶
func (p RunBlockPrompt) View() string
Source Files
¶
Click to show internal directories.
Click to hide internal directories.