Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "undefined" GitSha = "undefined" Release = "false" Dirty = "true" )
Functions ¶
func DebugSleepProgressWithContext ¶ added in v0.1.1
DebugSleepProgressWithContext prints extended debugging information to the screen while the waiter is still waiting.
func GetFailOnAbortContext ¶ added in v0.1.1
func GetFailOnAbortContext(createdAt time.Time) request.WaiterOption
GetFailOnAbortContext ends a ECS DescribeTask Waiter loop early if it finds messages in the event log that indicate the operation already failed.
func SleepProgressWithContext ¶ added in v0.1.1
SleepProgressWithContext prints something to the screen to show the waiter is still waiting.
func VersionString ¶
func WaiterDelay ¶ added in v0.1.1
func WaiterDelay(timeout int, defaultDelay int) []request.WaiterOption
WaiterDelay returns the WaiterOptions to be able to delay a given amount of seconds, checking if the operation is done every defaultDelay seconds
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.