Add constant for Azure type.

pull/65/head
Mariano Cano 5 years ago
parent 37e84aa535
commit da93e40f90

@ -45,6 +45,8 @@ const (
TypeGCP Type = 3
// TypeAWS is used to indicate the AWS provisioners.
TypeAWS Type = 4
// TypeAzure is used to indicate the Azure provisioners.
TypeAzure Type = 4
// RevokeAudienceKey is the key for the 'revoke' audiences in the audiences map.
RevokeAudienceKey = "revoke"

Loading…
Cancel
Save