osys

package
v0.3.2-rc1 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2021 License: MPL-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrNoGitProviderTokenSet = errors.New("no git provider token env variable set")

Functions

This section is empty.

Types

type Osys

type Osys interface {
	UserHomeDir() (string, error)
	GetGitProviderToken(tokenVarName string) (string, error)
	Getenv(envVar string) string
	LookupEnv(envVar string) (string, bool)
	Setenv(envVar, value string) error
	Unsetenv(envVar string) error
	Exit(code int)
	Stdin() *os.File
	Stdout() *os.File
	Stderr() *os.File
}

type OsysClient

type OsysClient struct{}

func New

func New() *OsysClient

func (*OsysClient) Exit

func (o *OsysClient) Exit(code int)

func (*OsysClient) GetGitProviderToken added in v0.2.3

func (o *OsysClient) GetGitProviderToken(tokenVarName string) (string, error)

func (*OsysClient) Getenv added in v0.2.3

func (o *OsysClient) Getenv(envVar string) string

func (*OsysClient) LookupEnv added in v0.2.3

func (o *OsysClient) LookupEnv(envVar string) (string, bool)

func (*OsysClient) Setenv added in v0.2.3

func (o *OsysClient) Setenv(envVar, value string) error

func (*OsysClient) Stderr

func (o *OsysClient) Stderr() *os.File

func (*OsysClient) Stdin

func (o *OsysClient) Stdin() *os.File

func (*OsysClient) Stdout

func (o *OsysClient) Stdout() *os.File

func (*OsysClient) Unsetenv added in v0.3.0

func (o *OsysClient) Unsetenv(envVar string) error

func (*OsysClient) UserHomeDir

func (o *OsysClient) UserHomeDir() (string, error)

Directories

Path Synopsis
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

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