fakes

package
v0.27.0 Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2022 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 App

type App struct {
	SetRootCallCount int
	DrawCallCount    int
	// contains filtered or unexported fields
}

func NewApp

func NewApp() *App

func (*App) Draw

func (a *App) Draw() *tview.Application

func (*App) QueueUpdateDraw added in v0.23.0

func (a *App) QueueUpdateDraw(f func()) *tview.Application

func (*App) ResetDrawCount added in v0.23.0

func (a *App) ResetDrawCount()

func (*App) Run

func (a *App) Run() error

func (*App) SetRoot

func (a *App) SetRoot(root tview.Primitive, fullscreen bool) *tview.Application

func (*App) StopRunning

func (a *App) StopRunning()

type Builder added in v0.23.0

type Builder struct {
	// contains filtered or unexported fields
}

func NewBuilder added in v0.23.0

func NewBuilder(baseImageName string, buildpacks []dist.BuildpackInfo, lifecycleDescriptor builder.LifecycleDescriptor, stack builder.StackMetadata) *Builder

func (*Builder) BaseImageName added in v0.23.0

func (b *Builder) BaseImageName() string

func (*Builder) Buildpacks added in v0.23.0

func (b *Builder) Buildpacks() []dist.BuildpackInfo

func (*Builder) LifecycleDescriptor added in v0.23.0

func (b *Builder) LifecycleDescriptor() builder.LifecycleDescriptor

func (*Builder) Stack added in v0.23.0

func (b *Builder) Stack() builder.StackMetadata

type DockerStdWriter

type DockerStdWriter struct {
	// contains filtered or unexported fields
}

func NewDockerStdWriter

func NewDockerStdWriter(w io.Writer) *DockerStdWriter

func (*DockerStdWriter) WriteStderrln

func (w *DockerStdWriter) WriteStderrln(contents string)

func (*DockerStdWriter) WriteStdoutln

func (w *DockerStdWriter) WriteStdoutln(contents string)

Jump to

Keyboard shortcuts

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