dukkha_internal

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RunSelf added in v0.8.0

func RunSelf(
	ctx dukkha.Context,
	stdin io.Reader,
	stdout, stderr io.Writer,
	args ...string,
) (err error)

RunSelf runs dukkha itself without spawning a new process

Types

type DefaultGitBranchOverrider

type DefaultGitBranchOverrider interface {
	OverrideDefaultGitBranch(branch string)
}

Internal interfaces made implicit to make sure called with caution

type VALUEGetter

type VALUEGetter interface {
	VALUE() interface{}
}

Internal interfaces made implicit to make sure called with caution

type VALUESetter

type VALUESetter interface {
	SetVALUE(v interface{})
}

Internal interfaces made implicit to make sure called with caution

type WorkDirOverrider added in v0.7.0

type WorkDirOverrider interface {
	OverrideWorkDir(cwd string)
}

Internal interfaces made implicit to make sure called with caution

Jump to

Keyboard shortcuts

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