env

package
v2.0.0-alpha.21 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: MIT Imports: 2 Imported by: 87

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CommandLocator

type CommandLocator interface {
	LookPath(file string) (string, error)
}

CommandLocator ...

func NewCommandLocator

func NewCommandLocator() CommandLocator

NewCommandLocator ...

type Repository

type Repository interface {
	List() []string
	Unset(key string) error
	Get(key string) string
	Set(key, value string) error
}

Repository ...

func NewRepository

func NewRepository() Repository

NewRepository ...

Jump to

Keyboard shortcuts

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