Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvIDGenerator ¶
type EnvIDGenerator struct {
	// contains filtered or unexported fields
}
    func NewEnvIDGenerator ¶
func NewEnvIDGenerator(reader io.Reader) EnvIDGenerator
func (EnvIDGenerator) Generate ¶
func (e EnvIDGenerator) Generate() (string, error)
type EnvIDManager ¶
type EnvIDManager struct {
	// contains filtered or unexported fields
}
    func NewEnvIDManager ¶
func NewEnvIDManager(envIDGenerator envIDGenerator, networkClient NetworkClient) EnvIDManager
type NetworkClient ¶
type PathFinder ¶
type PathFinder struct{}
    func NewPathFinder ¶
func NewPathFinder() PathFinder
func (PathFinder) CommandExists ¶
func (p PathFinder) CommandExists(command string) bool
 Click to show internal directories. 
   Click to hide internal directories.