Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plan ¶
type Plan struct {
Environment map[string]string `json:"environment"`
DatabaseTypes []PlannedDatabaseType `json:"database_types"`
}
func FromPrintable ¶
Convert back to a plan from printable form
func (*Plan) ToPrintable ¶
Turn the plan into printable form
type PlannedDatabase ¶
type PlannedDatabaseType ¶
type PlannedDatabaseType struct {
Port uint `json:"port"`
Type mconfig.DatabaseType `json:"type"`
Databases []PlannedDatabase `json:"databases"`
}
Click to show internal directories.
Click to hide internal directories.