Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
type Environment interface { Create(types.ReadOnlyData) error Cleanup() error ConfigFilePath() string }
func GetEnvironment ¶
func GetEnvironment() (Environment, error)
type EnvironmentProvider ¶
type EnvironmentProvider func() Environment
Click to show internal directories.
Click to hide internal directories.