Documentation
¶
Index ¶
- Constants
- Variables
- func CheckRunbookInGit(client newclient.Client, spaceID string, projectID string) (bool, error)
- func GenerateRandomCryptoString(length int) string
- func GenerateRandomSerialNumber() big.Int
- func GetDeprecatedResourceError(resourceName, deprecationKey string) error
- func IsDeprecatedResourceEnabled(deprecationKey string) bool
- type MutexMap
Constants ¶
View Source
const ( DeprecationReversalsEnvVar = "TF_OCTOPUS_DEPRECATION_REVERSALS" DeprecationKeyProcess = "Process_v1.0.0" )
Variables ¶
View Source
var KeyedMutex = &MutexMap{}
View Source
var Mutex = &sync.Mutex{}
Functions ¶
func CheckRunbookInGit ¶ added in v0.41.0
CheckRunbookInGit the Projects persistence settings to see if the runbook are stored in git spaceId is not required(can be empty string)
func GetDeprecatedResourceError ¶ added in v1.5.0
func IsDeprecatedResourceEnabled ¶ added in v1.5.0
Types ¶
Click to show internal directories.
Click to hide internal directories.