Documentation
¶
Index ¶
- func CreateOrUpdateIntakeRunnerWaitHandler(ctx context.Context, a APIClientInterface, ...) *wait.AsyncActionHandler[intake.IntakeRunnerResponse]
- func CreateOrUpdateIntakeUserWaitHandler(ctx context.Context, a APIClientInterface, ...) *wait.AsyncActionHandler[intake.IntakeUserResponse]
- func CreateOrUpdateIntakeWaitHandler(ctx context.Context, a APIClientInterface, projectId, region, intakeId string) *wait.AsyncActionHandler[intake.IntakeResponse]
- func DeleteIntakeRunnerWaitHandler(ctx context.Context, a APIClientInterface, ...) *wait.AsyncActionHandler[intake.IntakeRunnerResponse]
- func DeleteIntakeUserWaitHandler(ctx context.Context, a APIClientInterface, ...) *wait.AsyncActionHandler[intake.IntakeUserResponse]
- func DeleteIntakeWaitHandler(ctx context.Context, a APIClientInterface, projectId, region, intakeId string) *wait.AsyncActionHandler[intake.IntakeResponse]
- type APIClientInterface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateOrUpdateIntakeRunnerWaitHandler ¶
func CreateOrUpdateIntakeRunnerWaitHandler(ctx context.Context, a APIClientInterface, projectId, region, intakeRunnerId string) *wait.AsyncActionHandler[intake.IntakeRunnerResponse]
func CreateOrUpdateIntakeUserWaitHandler ¶
func CreateOrUpdateIntakeUserWaitHandler(ctx context.Context, a APIClientInterface, projectId, region, intakeId, intakeUserId string) *wait.AsyncActionHandler[intake.IntakeUserResponse]
func CreateOrUpdateIntakeWaitHandler ¶
func CreateOrUpdateIntakeWaitHandler(ctx context.Context, a APIClientInterface, projectId, region, intakeId string) *wait.AsyncActionHandler[intake.IntakeResponse]
func DeleteIntakeRunnerWaitHandler ¶
func DeleteIntakeRunnerWaitHandler(ctx context.Context, a APIClientInterface, projectId, region, intakeRunnerId string) *wait.AsyncActionHandler[intake.IntakeRunnerResponse]
func DeleteIntakeUserWaitHandler ¶
func DeleteIntakeUserWaitHandler(ctx context.Context, a APIClientInterface, projectId, region, intakeId, intakeUserId string) *wait.AsyncActionHandler[intake.IntakeUserResponse]
func DeleteIntakeWaitHandler ¶
func DeleteIntakeWaitHandler(ctx context.Context, a APIClientInterface, projectId, region, intakeId string) *wait.AsyncActionHandler[intake.IntakeResponse]
Types ¶
type APIClientInterface ¶
type APIClientInterface interface {
GetIntakeRunnerExecute(ctx context.Context, projectId, region, intakeRunnerId string) (*intake.IntakeRunnerResponse, error)
GetIntakeExecute(ctx context.Context, projectId, region, intakeId string) (*intake.IntakeResponse, error)
GetIntakeUserExecute(ctx context.Context, projectId, region, intakeId, intakeUserId string) (*intake.IntakeUserResponse, error)
}
Click to show internal directories.
Click to hide internal directories.