Documentation
¶
Index ¶
- Constants
- func CreateGitInstanceWaitHandler(ctx context.Context, a APIClientInterface, projectId, instanceId string) *wait.AsyncActionHandler[git.Instance]
- func DeleteGitInstanceWaitHandler(ctx context.Context, a APIClientInterface, projectId, instanceId string) *wait.AsyncActionHandler[git.Instance]
- type APIClientInterface
Constants ¶
View Source
const ( // Deprecated: InstanceStateReady is deprecated and will be removed after 14th November 2025. Use [git.INSTANCESTATE_READY] instead. InstanceStateReady = "Ready" // Deprecated: InstanceStateCreating is deprecated and will be removed after 14th November 2025. Use [git.INSTANCESTATE_CREATING] instead. InstanceStateCreating = "Creating" // Deprecated: InstanceStateError is deprecated and will be removed after 14th November 2025. Use [git.INSTANCESTATE_ERROR] instead. InstanceStateError = "Error" )
Variables ¶
This section is empty.
Functions ¶
func CreateGitInstanceWaitHandler ¶
func CreateGitInstanceWaitHandler(ctx context.Context, a APIClientInterface, projectId, instanceId string) *wait.AsyncActionHandler[git.Instance]
func DeleteGitInstanceWaitHandler ¶
func DeleteGitInstanceWaitHandler(ctx context.Context, a APIClientInterface, projectId, instanceId string) *wait.AsyncActionHandler[git.Instance]
Types ¶
Click to show internal directories.
Click to hide internal directories.