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(opts EnvironmentOptions) (*Environment, error)
func (*Environment) GetClient ¶
func (env *Environment) GetClient() client.Client
func (*Environment) Start ¶
func (env *Environment) Start() error
func (*Environment) Stop ¶
func (env *Environment) Stop() error
type EnvironmentOptions ¶
Click to show internal directories.
Click to hide internal directories.