Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteOrganizationWaitHandler ¶
func DeleteOrganizationWaitHandler(ctx context.Context, a APIClientInterface, projectId, region, orgId string) *wait.AsyncActionHandler[scf.Organization]
DeleteOrganizationWaitHandler will wait for Organization deletion
Types ¶
type APIClientInterface ¶
type APIClientInterface interface {
GetOrganizationExecute(ctx context.Context, projectId, region, orgId string) (*scf.Organization, error)
}
Interfaces needed for tests
Click to show internal directories.
Click to hide internal directories.