Documentation
¶
Index ¶
- Constants
- func ActionHaltWithError(state multistep.StateBag, err error) multistep.StepAction
- func ActionHaltWithErrorf(state multistep.StateBag, format string, args ...any) multistep.StepAction
- func CommHost(host string) func(state multistep.StateBag) (string, error)
- func DeleteSubWithUI(ctx context.Context, ui packer.Ui, resourceType string, resourceName string, ...)
- func DeleteWithUI(ctx context.Context, ui packer.Ui, resourceType string, resourceName string, ...)
- func StateGetOkString(state multistep.StateBag, key string) string
- func UpperFirst(s string) string
Constants ¶
View Source
const ( DriverKey = "driver" HookKey = "hook" UIKey = "ui" CommunicatorKey = "communicator" PrefixKey = "prefix" ErrorKey = "error" DiskRefKey = "disk_ref" ImageKey = "image" GeneratedDataKey = "generated_data" InstanceIPKey = "instance_ip" InstanceIDKey = "instance_id" HMACAccessKeyStateKey = "hmac_access_key" HMACSecretKeyStateKey = "hmac_secret_key" ExternalURLKey = "external_url" AWSClientKey = "aws_client" )
View Source
const ErrUnexpected = consterr.Error("plugin unexpected error")
Variables ¶
This section is empty.
Functions ¶
func ActionHaltWithError ¶
func ActionHaltWithError(state multistep.StateBag, err error) multistep.StepAction
func ActionHaltWithErrorf ¶
func DeleteSubWithUI ¶
func DeleteWithUI ¶
func UpperFirst ¶ added in v0.7.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.