terminal

package
v6.0.0-beta2+incompatible Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2013 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeUI

type FakeUI struct {
	Outputs                 []string
	Prompts                 []string
	PasswordPrompts         []string
	Inputs                  []string
	FailedWithUsage         bool
	ShowConfigurationCalled bool
}

func (*FakeUI) Ask

func (ui *FakeUI) Ask(prompt string, args ...interface{}) (answer string)

func (*FakeUI) AskForPassword

func (ui *FakeUI) AskForPassword(prompt string, args ...interface{}) (answer string)

func (*FakeUI) ClearOutputs

func (ui *FakeUI) ClearOutputs()

func (*FakeUI) ConfigFailure

func (ui *FakeUI) ConfigFailure(err error)

func (*FakeUI) Confirm

func (ui *FakeUI) Confirm(prompt string, args ...interface{}) bool

func (*FakeUI) DisplayTable

func (ui *FakeUI) DisplayTable(table [][]string)

func (*FakeUI) DumpOutputs

func (ui *FakeUI) DumpOutputs() string

func (*FakeUI) FailWithUsage

func (ui *FakeUI) FailWithUsage(ctxt *cli.Context, cmdName string)

func (*FakeUI) Failed

func (ui *FakeUI) Failed(message string, args ...interface{})

func (FakeUI) LoadingIndication

func (ui FakeUI) LoadingIndication()

func (*FakeUI) Ok

func (ui *FakeUI) Ok()

func (*FakeUI) PrintPaginator

func (ui *FakeUI) PrintPaginator(rows []string, err error)

func (*FakeUI) Say

func (ui *FakeUI) Say(message string, args ...interface{})

func (*FakeUI) ShowConfiguration

func (ui *FakeUI) ShowConfiguration(config *configuration.Configuration)

func (*FakeUI) Table

func (ui *FakeUI) Table(headers []string) term.Table

func (FakeUI) Wait

func (c FakeUI) Wait(duration time.Duration)

func (*FakeUI) Warn

func (ui *FakeUI) Warn(message string, args ...interface{})

Jump to

Keyboard shortcuts

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