internal

package
v2.13.0 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Fail = failError{/* contains filtered or unexported fields */}

Functions

This section is empty.

Types

type EnvironmentWriter

type EnvironmentWriter struct{}

func NewEnvironmentWriter

func NewEnvironmentWriter() EnvironmentWriter

func (EnvironmentWriter) Write

func (w EnvironmentWriter) Write(dir string, env map[string]string) error

type ExitHandler

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

func NewExitHandler

func NewExitHandler(options ...Option) ExitHandler

func (ExitHandler) Error

func (h ExitHandler) Error(err error)

type FileWriter

type FileWriter struct{}

func NewFileWriter

func NewFileWriter() FileWriter

func (FileWriter) Write

func (fw FileWriter) Write(path string, reader io.Reader) error

type Option

type Option func(handler ExitHandler) ExitHandler

func WithExitHandlerExitFunc

func WithExitHandlerExitFunc(e func(int)) Option

func WithExitHandlerStderr

func WithExitHandlerStderr(stderr io.Writer) Option

func WithExitHandlerStdout

func WithExitHandlerStdout(stdout io.Writer) Option

type TOMLWriter

type TOMLWriter struct{}

func NewTOMLWriter

func NewTOMLWriter() TOMLWriter

func (TOMLWriter) Write

func (tw TOMLWriter) Write(path string, value interface{}) error

Jump to

Keyboard shortcuts

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