Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
type Environment struct {
// contains filtered or unexported fields
}
func NewEnvironment ¶
func NewEnvironment(cliPath string) *Environment
func (*Environment) GetContainerID ¶
func (environment *Environment) GetContainerID() (string, error)
func (*Environment) GetHostPath ¶
func (environment *Environment) GetHostPath(path string) (string, error)
Click to show internal directories.
Click to hide internal directories.