1 package activationcode 2 3 const ( 4 SecretType = "activation-code" 5 Workload = "edge" 6 SecretKey = "activation" 7 ) 8
View as plain text