Documentation
¶
Index ¶
- Constants
- func CreateIntakeRunnerWaitHandler(ctx context.Context, client intake.DefaultAPI, ...) *wait.AsyncActionHandler[intake.IntakeRunnerResponse]
- func CreateIntakeUserWaitHandler(ctx context.Context, client intake.DefaultAPI, ...) *wait.AsyncActionHandler[intake.IntakeUserResponse]
- func CreateIntakeWaitHandler(ctx context.Context, client intake.DefaultAPI, ...) *wait.AsyncActionHandler[intake.IntakeResponse]
- func CreateOrUpdateIntakeRunnerWaitHandler(ctx context.Context, client intake.DefaultAPI, ...) *wait.AsyncActionHandler[intake.IntakeRunnerResponse]deprecated
- func CreateOrUpdateIntakeUserWaitHandler(ctx context.Context, client intake.DefaultAPI, ...) *wait.AsyncActionHandler[intake.IntakeUserResponse]deprecated
- func CreateOrUpdateIntakeWaitHandler(ctx context.Context, client intake.DefaultAPI, ...) *wait.AsyncActionHandler[intake.IntakeResponse]deprecated
- func DeleteIntakeRunnerWaitHandler(ctx context.Context, client intake.DefaultAPI, ...) *wait.AsyncActionHandler[intake.IntakeRunnerResponse]
- func DeleteIntakeUserWaitHandler(ctx context.Context, client intake.DefaultAPI, ...) *wait.AsyncActionHandler[intake.IntakeUserResponse]
- func DeleteIntakeWaitHandler(ctx context.Context, client intake.DefaultAPI, ...) *wait.AsyncActionHandler[intake.IntakeResponse]
- func UpdateIntakeRunnerWaitHandler(ctx context.Context, client intake.DefaultAPI, ...) *wait.AsyncActionHandler[intake.IntakeRunnerResponse]
- func UpdateIntakeUserWaitHandler(ctx context.Context, client intake.DefaultAPI, ...) *wait.AsyncActionHandler[intake.IntakeUserResponse]
- func UpdateIntakeWaitHandler(ctx context.Context, client intake.DefaultAPI, ...) *wait.AsyncActionHandler[intake.IntakeResponse]
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 INTAKERESPONSESTATE_RECONCILING = intake.INTAKERESPONSESTATE_RECONCILING // 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 INTAKERESPONSESTATE_ACTIVE = intake.INTAKERESPONSESTATE_ACTIVE // 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 INTAKERESPONSESTATE_DELETING = intake.INTAKERESPONSESTATE_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 INTAKERESPONSESTATE_FAILED = intake.INTAKERESPONSESTATE_FAILED // 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 INTAKERUNNERRESPONSESTATE_RECONCILING = intake.INTAKERUNNERRESPONSESTATE_RECONCILING // 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 INTAKERUNNERRESPONSESTATE_ACTIVE = intake.INTAKERUNNERRESPONSESTATE_ACTIVE // 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 INTAKERUNNERRESPONSESTATE_DELETING = intake.INTAKERUNNERRESPONSESTATE_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 INTAKEUSERRESPONSESTATE_RECONCILING = intake.INTAKEUSERRESPONSESTATE_RECONCILING // 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 INTAKEUSERRESPONSESTATE_ACTIVE = intake.INTAKEUSERRESPONSESTATE_ACTIVE // 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 INTAKEUSERRESPONSESTATE_DELETING = intake.INTAKEUSERRESPONSESTATE_DELETING )
Variables ¶
This section is empty.
Functions ¶
func CreateIntakeRunnerWaitHandler ¶ added in v0.11.0
func CreateIntakeRunnerWaitHandler(ctx context.Context, client intake.DefaultAPI, projectId, region, intakeRunnerId string) *wait.AsyncActionHandler[intake.IntakeRunnerResponse]
func CreateIntakeUserWaitHandler ¶ added in v0.11.0
func CreateIntakeUserWaitHandler(ctx context.Context, client intake.DefaultAPI, projectId, region, intakeId, intakeUserId string) *wait.AsyncActionHandler[intake.IntakeUserResponse]
func CreateIntakeWaitHandler ¶ added in v0.11.0
func CreateIntakeWaitHandler(ctx context.Context, client intake.DefaultAPI, projectId, region, intakeId string) *wait.AsyncActionHandler[intake.IntakeResponse]
func CreateOrUpdateIntakeRunnerWaitHandler
deprecated
func CreateOrUpdateIntakeRunnerWaitHandler(ctx context.Context, client intake.DefaultAPI, projectId, region, intakeRunnerId string) *wait.AsyncActionHandler[intake.IntakeRunnerResponse]
Deprecated: Will be removed after 2026-11-13. Use the CreateIntakeRunnerWaitHandler or UpdateIntakeRunnerWaitHandler instead
func CreateOrUpdateIntakeUserWaitHandler
deprecated
func CreateOrUpdateIntakeUserWaitHandler(ctx context.Context, client intake.DefaultAPI, projectId, region, intakeId, intakeUserId string) *wait.AsyncActionHandler[intake.IntakeUserResponse]
Deprecated: Will be removed after 2026-11-13. Use the CreateIntakeUserWaitHandler or UpdateIntakeUserWaitHandler instead
func CreateOrUpdateIntakeWaitHandler
deprecated
func CreateOrUpdateIntakeWaitHandler(ctx context.Context, client intake.DefaultAPI, projectId, region, intakeId string) *wait.AsyncActionHandler[intake.IntakeResponse]
Deprecated: Will be removed after 2026-11-13. Use the CreateIntakeWaitHandler or UpdateIntakeWaitHandler instead
func DeleteIntakeRunnerWaitHandler ¶
func DeleteIntakeRunnerWaitHandler(ctx context.Context, client intake.DefaultAPI, projectId, region, intakeRunnerId string) *wait.AsyncActionHandler[intake.IntakeRunnerResponse]
func DeleteIntakeUserWaitHandler ¶
func DeleteIntakeUserWaitHandler(ctx context.Context, client intake.DefaultAPI, projectId, region, intakeId, intakeUserId string) *wait.AsyncActionHandler[intake.IntakeUserResponse]
func DeleteIntakeWaitHandler ¶
func DeleteIntakeWaitHandler(ctx context.Context, client intake.DefaultAPI, projectId, region, intakeId string) *wait.AsyncActionHandler[intake.IntakeResponse]
func UpdateIntakeRunnerWaitHandler ¶ added in v0.11.0
func UpdateIntakeRunnerWaitHandler(ctx context.Context, client intake.DefaultAPI, projectId, region, intakeRunnerId string) *wait.AsyncActionHandler[intake.IntakeRunnerResponse]
func UpdateIntakeUserWaitHandler ¶ added in v0.11.0
func UpdateIntakeUserWaitHandler(ctx context.Context, client intake.DefaultAPI, projectId, region, intakeId, intakeUserId string) *wait.AsyncActionHandler[intake.IntakeUserResponse]
func UpdateIntakeWaitHandler ¶ added in v0.11.0
func UpdateIntakeWaitHandler(ctx context.Context, client intake.DefaultAPI, projectId, region, intakeId string) *wait.AsyncActionHandler[intake.IntakeResponse]
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.