Documentation
¶
Index ¶
- Constants
- func CreateGitInstanceWaitHandler(ctx context.Context, client git.DefaultAPI, projectId, instanceId string) *wait.AsyncActionHandler[git.Instance]
- func DeleteGitInstanceWaitHandler(ctx context.Context, client git.DefaultAPI, projectId, instanceId string) *wait.AsyncActionHandler[git.Instance]
Constants ¶
View Source
const ( // Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing //go:fix inline INSTANCESTATE_CREATING = git.INSTANCESTATE_CREATING // Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing //go:fix inline INSTANCESTATE_WAITING_FOR_RESOURCES = git.INSTANCESTATE_WAITING_FOR_RESOURCES // Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing //go:fix inline INSTANCESTATE_UPDATING = git.INSTANCESTATE_UPDATING // Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing //go:fix inline INSTANCESTATE_DELETING = git.INSTANCESTATE_DELETING // Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing //go:fix inline INSTANCESTATE_READY = git.INSTANCESTATE_READY // Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing //go:fix inline INSTANCESTATE_ERROR = git.INSTANCESTATE_ERROR )
Variables ¶
This section is empty.
Functions ¶
func CreateGitInstanceWaitHandler ¶
func CreateGitInstanceWaitHandler(ctx context.Context, client git.DefaultAPI, projectId, instanceId string) *wait.AsyncActionHandler[git.Instance]
func DeleteGitInstanceWaitHandler ¶
func DeleteGitInstanceWaitHandler(ctx context.Context, client git.DefaultAPI, projectId, instanceId string) *wait.AsyncActionHandler[git.Instance]
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.