Skip to content
Snippets Groups Projects

Resolve "The model stored in the plugin is increasing in size"

All threads resolved!
Files
14
@@ -27,11 +27,9 @@ const (
@@ -27,11 +27,9 @@ const (
//CREATED state describes a plugin which has been created but is not yet
//CREATED state describes a plugin which has been created but is not yet
//built.
//built.
CREATED State = iota
CREATED State = iota
// BUILT state describes a plugin which is built and can be loaded into the
// INITIALIZED state describes a plugin which is running and has been
// controller.
// initialized with the model data of the associated network element.
BUILT
INITIALIZED
// LOADED state describes a plugin which is running within the controller.
LOADED
// FAULTY state describes a plugin which couldn't be built or loaded.
// FAULTY state describes a plugin which couldn't be built or loaded.
FAULTY
FAULTY
)
)
Loading