Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModelInfo ¶
type ModelInfo struct { // ControllerUUID is the controllers unique id. ControllerUUID string `db:"controller_uuid"` }
ModelInfo represents the model's read only information from the model table in the model database.
type State ¶
State represents the access method for interacting the underlying model during model migration.
func (*State) GetAllInstanceIDs ¶
GetAllInstanceIDs returns all instance IDs from the current model as juju/collections set.
Click to show internal directories.
Click to hide internal directories.