Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetOrganizationName ¶
func GetOrganizationName(ctx context.Context, apiClient ResourceManagerClient, orgId string) (string, error)
GetOrganizationName returns the name of an organization by its ID.
func GetProjectName ¶
Types ¶
type ResourceManagerClient ¶
type ResourceManagerClient interface { GetOrganizationExecute(ctx context.Context, organizationId string) (*resourcemanager.OrganizationResponse, error) GetProjectExecute(ctx context.Context, projectId string) (*resourcemanager.GetProjectResponse, error) }
Click to show internal directories.
Click to hide internal directories.