content

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 3, 2017 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	//ErrorMissingAPIOrSecretKey error
	ErrorMissingAPIOrSecretKey = "Missing API key or/and Secret key. Please run 'coreo configure' to configure them."

	//ErrorNoCloudAccountsFound error
	ErrorNoCloudAccountsFound = "No cloud accounts found under team ID %s."

	//ErrorNoCloudAccountWithIDFound error
	ErrorNoCloudAccountWithIDFound = "No cloud account with ID %s found under team ID %s."

	//ErrorFailedToCreateCloudAccount error
	ErrorFailedToCreateCloudAccount = "Failed to create cloud account under team ID %s."

	//ErrorFailedToDeleteCloudAccount error
	ErrorFailedToDeleteCloudAccount = "Failed to delete cloud account with ID %s under team ID %s."

	//ErrorFailedToCreateComposite error
	ErrorFailedToCreateComposite = "Failed to create composite under team ID %s."

	//ErrorNoCompositesFound error
	ErrorNoCompositesFound = "No composites found under team ID %s."

	//ErrorNoCompositeWithIDFound error
	ErrorNoCompositeWithIDFound = "No composite with ID %s found under team ID %s."

	//ErrorNoGitKeysFound error
	ErrorNoGitKeysFound = "No git keys found under team ID %s."

	//ErrorNoGitKeyWithIDFound error
	ErrorNoGitKeyWithIDFound = "No git key with ID %s found under team ID %s."

	//ErrorFailedToCreateGitKey error
	ErrorFailedToCreateGitKey = "Failed to create git key under team ID %s."

	//ErrorFailedToDeleteGitKey error
	ErrorFailedToDeleteGitKey = "Failed to delete git key with ID %s under team ID %s."

	//ErrorNoPlansFound error
	ErrorNoPlansFound = "No plans found under team team ID %s and composite ID %s."

	//ErrorNoPlanWithIDFound error
	ErrorNoPlanWithIDFound = "No plan with ID %s found under team ID %s and composite ID %s."

	//ErrorFailedToDeletePlan error
	ErrorFailedToDeletePlan = "Failed to delete plan ID %s found under team ID %s and composite ID %s."

	//ErrorFailedToEnablePlan error
	ErrorFailedToEnablePlan = "Failed to enable plan ID %s found under team ID %s and composite ID %s."

	//ErrorFailedToDisblePlan error
	ErrorFailedToDisblePlan = "Failed to disable plan ID %s found under team ID %s and composite ID %s."

	//ErrorNoTokensFound error
	ErrorNoTokensFound = "No tokens found. To create a token use `coreo token add [flags]` command."

	//ErrorNoTokenWithIDFound error
	ErrorNoTokenWithIDFound = "No token with ID %s found."

	//ErrorFailedTokenCreation error
	ErrorFailedTokenCreation = "Failed to create token."

	//ErrorFailedToDeleteToken error
	ErrorFailedToDeleteToken = "Failed to delete token with ID %s."

	//ErrorNoTeamWithIDFound error
	ErrorNoTeamWithIDFound = "No team with ID %s found."
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL