Documentation ¶
Index ¶
- func GetCredentialsGroupName(ctx context.Context, apiClient ObjectStorageClient, ...) (string, error)
- func GetCredentialsName(ctx context.Context, apiClient ObjectStorageClient, ...) (string, error)
- func ProjectEnabled(ctx context.Context, apiClient ObjectStorageClient, projectId string) (bool, error)
- type ObjectStorageClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCredentialsGroupName ¶
func GetCredentialsName ¶
func ProjectEnabled ¶ added in v0.8.1
Types ¶
type ObjectStorageClient ¶
type ObjectStorageClient interface { GetServiceStatusExecute(ctx context.Context, projectId string) (*objectstorage.ProjectStatus, error) ListCredentialsGroupsExecute(ctx context.Context, projectId string) (*objectstorage.ListCredentialsGroupsResponse, error) ListAccessKeys(ctx context.Context, projectId string) objectstorage.ApiListAccessKeysRequest }
Click to show internal directories.
Click to hide internal directories.