Documentation ¶
Index ¶
- Variables
- type Bar
- type Color
- type Emitter
- func (e Emitter) Candidates(entries []packit.BuildpackPlanEntry)
- func (e Emitter) EnvironmentVariables(layer packit.Layer)
- func (e Emitter) LaunchProcesses(processes []packit.Process, processEnvs ...map[string]packit.Environment)
- func (e Emitter) SelectedDependency(entry packit.BuildpackPlanEntry, dependency postal.Dependency, now time.Time)
- type FormattedList
- type FormattedMap
- type Logger
- func (l Logger) Action(format string, v ...interface{})
- func (l Logger) Break()
- func (l Logger) Detail(format string, v ...interface{})
- func (l Logger) Process(format string, v ...interface{})
- func (l Logger) Subdetail(format string, v ...interface{})
- func (l Logger) Subprocess(format string, v ...interface{})
- func (l Logger) Title(format string, v ...interface{})
- type Option
- type Writer
Constants ¶
This section is empty.
Variables ¶
View Source
var ( BlackColor = NewColor(false, 0, -1) RedColor = NewColor(false, 1, -1) GreenColor = NewColor(false, 2, -1) YellowColor = NewColor(false, 3, -1) BlueColor = NewColor(false, 4, -1) MagentaColor = NewColor(false, 5, -1) CyanColor = NewColor(false, 6, -1) WhiteColor = NewColor(false, 7, -1) GrayColor = NewColor(false, 244, -1) )
Functions ¶
This section is empty.
Types ¶
type Emitter ¶ added in v0.6.0
type Emitter struct { // Logger is embedded and therefore delegates all of its functions to the // Emitter. Logger }
func NewEmitter ¶ added in v0.6.0
func (Emitter) Candidates ¶ added in v0.7.0
func (e Emitter) Candidates(entries []packit.BuildpackPlanEntry)
func (Emitter) EnvironmentVariables ¶ added in v0.11.1
func (Emitter) LaunchProcesses ¶ added in v0.11.0
func (Emitter) SelectedDependency ¶ added in v0.6.0
func (e Emitter) SelectedDependency(entry packit.BuildpackPlanEntry, dependency postal.Dependency, now time.Time)
type FormattedList ¶
type FormattedList []string
func (FormattedList) String ¶
func (l FormattedList) String() string
type FormattedMap ¶
type FormattedMap map[string]interface{}
func NewFormattedMapFromEnvironment ¶
func NewFormattedMapFromEnvironment(environment packit.Environment) FormattedMap
func (FormattedMap) String ¶
func (m FormattedMap) String() string
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
func (Logger) Subprocess ¶
type Option ¶
func WithIndent ¶
Click to show internal directories.
Click to hide internal directories.