Documentation
¶
Index ¶
- Constants
- type Runner
- func (r *Runner) ClearTables() error
- func (r *Runner) DeleteEverything() error
- func (r *Runner) Deploy(deleteContainers bool) error
- func (r *Runner) DropTables() error
- func (r *Runner) Environment() *mconfig.Environment
- func (r *Runner) GeneratePlan() *mconfig.Plan
- func (r *Runner) Plan() *mconfig.Plan
- func (r *Runner) StopContainers() error
Constants ¶
View Source
const DefaultEndPort uint = 60000
View Source
const DefaultStartPort uint = 10000
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
func NewRunnerFromPlan ¶
Create a new runner
func (*Runner) ClearTables ¶
Delete all database tables from databases, at runtime
func (*Runner) DeleteEverything ¶
Delete all containers + their attached volumes and reset all state
func (*Runner) DropTables ¶
Clear the content of all tables from databases, at runtime
func (*Runner) Environment ¶
func (r *Runner) Environment() *mconfig.Environment
func (*Runner) GeneratePlan ¶
Deploy the containers for the magic context
Click to show internal directories.
Click to hide internal directories.