progress

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 30, 2021 License: Unlicense Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Build = Action{
	InProgress: "🔨 Building %s...\n",
	Success:    "✅ Building %s...done",
	Error:      "❌ Building %s...error",
}
View Source
var Upload = Action{
	InProgress: "☁️ Uploading %s...\n",
	Success:    "✅ Uploading %s...done",
	Error:      "❌ Uploading %s...error",
}

Functions

This section is empty.

Types

type Action

type Action struct {
	InProgress string
	Success    string
	Error      string
}

type BuildDisplay

type BuildDisplay interface {
	Init(action Action)
	Started(lambdaName string)
	Completed(lambdaName string, wasSuccessful bool)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL