Versions in this module Expand all Collapse all v1 v1.2.0 Aug 4, 2019 Changes in this version + var ColAdd = Green + var ColDiffAdd = Green + var ColDiffHeader = Cyan + var ColDiffRemove = Red + var ColDiffText = Text + var ColError = Red + var ColField = Cyan + var ColLogicalId = Magenta + var ColModify = Yellow + var ColRemove = Red + var ColVerbose = Yellow + var ColWarning = Yellow + var Cyan = color.New(color.FgCyan) + var Green = color.New(color.FgGreen) + var Magenta = color.New(color.FgMagenta) + var Red = color.New(color.FgRed) + var Text = color.New(color.Reset) + var Yellow = color.New(color.FgYellow) + func BeginField(w io.Writer, field string) + func ChangeHeader(w io.Writer, action string, resourceType string, logicalResourceId string) + func ChangeSet(w io.Writer, cs *cf.DescribeChangeSetOutput) + func ChangeSetDetail(w io.Writer, detail *cf.ResourceChangeDetail) + func DisableColor() + func EnableColor() + func Errorf(w io.Writer, format string, args ...interface{}) + func Field(w io.Writer, field string, value interface{}) + func Promptf(w io.Writer, text string, args ...interface{}) bool + func StackEvent(w io.Writer, event *cf.StackEvent) + func StackOutput(w io.Writer, output *cf.Output) + func Verbosef(w io.Writer, format string, args ...interface{}) + func Warningf(w io.Writer, format string, args ...interface{}) + func Whoami(w io.Writer, region *string, id *sts.GetCallerIdentityOutput) v1.2.0-b1 Jul 23, 2019