Documentation ¶
Index ¶
Constants ¶
View Source
const ( PlatformAzure = "azure" PlatformDO = "digitalocean" PlatformEC2 = "ec2" PlatformGCE = "gce" PlatformPacket = "packet" PlatformOpenStackMetadata = "openstack-metadata" PlatformVagrantVirtualbox = "vagrant-virtualbox" )
Variables ¶
View Source
var ( ErrUnknownPlatform = fmt.Errorf("unsupported platform") ErrUnknownField = fmt.Errorf("unknown field") )
View Source
var Platforms = []string{ PlatformAzure, PlatformDO, PlatformEC2, PlatformGCE, PlatformPacket, PlatformOpenStackMetadata, PlatformVagrantVirtualbox, }
Functions ¶
func HasTemplating ¶
HasTemplating returns whether or not any of the environment variables present in the passed in list use ct templating
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.