Documentation ¶
Index ¶
- type Branches
- type Dashboard
- type Detect
- type Dive
- type Symbol
- type Termui
- func (s *Termui) Debug(msg string)
- func (s *Termui) Debugf(fmt string, v ...interface{})
- func (s *Termui) Error(msg string)
- func (s *Termui) Errorf(fmt string, v ...interface{})
- func (s *Termui) Handler() container.Handler
- func (s *Termui) Info(msg string)
- func (s *Termui) Infof(fmt string, v ...interface{})
- func (s *Termui) IsVerbose() bool
- func (s *Termui) ReadLayers(reader io.ReadCloser) error
- func (s *Termui) Run(funk func()) error
- func (s *Termui) Warn(msg string)
- func (s *Termui) Warnf(fmt string, v ...interface{})
- func (s *Termui) Writer() io.Writer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dashboard ¶ added in v0.23.0
type Dashboard struct {
// contains filtered or unexported fields
}
func NewDashboard ¶ added in v0.23.0
type Detect ¶
type Detect struct {
// contains filtered or unexported fields
}
func NewDetect ¶
func NewDetect(app app, buildpackChan chan dist.ModuleInfo, bldr buildr) *Detect
type Dive ¶ added in v0.23.0
type Dive struct {
// contains filtered or unexported fields
}
func NewDive ¶ added in v0.23.0
func NewDive(app app, buildpackInfo []dist.ModuleInfo, selectedBuildpack dist.ModuleInfo, nodes map[string]*tview.TreeNode, escHandler func()) *Dive
type Termui ¶
type Termui struct {
// contains filtered or unexported fields
}
func (*Termui) ReadLayers ¶ added in v0.23.0
func (s *Termui) ReadLayers(reader io.ReadCloser) error
Click to show internal directories.
Click to hide internal directories.