Documentation
¶
Index ¶
- func CheckZeropsProcessWithProcessOutputCallback(callback ProcessCallback) generic.Option[checkZeropsProcessSetup]
- func PrintOrgSelector(ctx context.Context, uxBlocks uxBlock.UxBlocks, ...) (*entity.Org, error)
- func PrintProjectList(ctx context.Context, uxBlocks uxBlock.UxBlocks, ...) error
- func PrintProjectSelector(ctx context.Context, uxBlocks uxBlock.UxBlocks, ...) (*entity.Project, error)
- func PrintServiceList(ctx context.Context, uxBlocks uxBlock.UxBlocks, ...) error
- func PrintServiceSelector(ctx context.Context, uxBlocks uxBlock.UxBlocks, ...) (*entity.Service, error)
- func ProcessCheckWithSpinner(ctx context.Context, uxBlocks *uxBlock.Blocks, processList []Process) error
- func YesNoPrompt(ctx context.Context, uxBlocks uxBlock.UxBlocks, questionMessage string) (bool, error)
- type Process
- type ProcessCallback
- type ProcessFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckZeropsProcessWithProcessOutputCallback ¶ added in v1.0.38
func CheckZeropsProcessWithProcessOutputCallback(callback ProcessCallback) generic.Option[checkZeropsProcessSetup]
func PrintOrgSelector ¶
func PrintProjectList ¶
func PrintProjectSelector ¶
func PrintServiceList ¶
func PrintServiceSelector ¶
func ProcessCheckWithSpinner ¶
Types ¶
type Process ¶
type Process struct {
F ProcessFunc
RunningMessage string
ErrorMessageMessage string
SuccessMessage string
// contains filtered or unexported fields
}
type ProcessCallback ¶ added in v1.0.38
type ProcessFunc ¶ added in v1.0.38
func CheckZeropsProcess ¶
func CheckZeropsProcess( processId uuid.ProcessId, restApiClient *zeropsRestApiClient.Handler, options ...generic.Option[checkZeropsProcessSetup], ) ProcessFunc
Click to show internal directories.
Click to hide internal directories.