(name string)
| 25 | RemoveModel(id string) |
| 26 | SetDefaultModel(modelType string, model IModel) |
| 27 | GetModel(name string) (IModel, bool) |
| 28 | Models() []IModel |
| 29 | ModelsByType(modelType string) ([]IModel, bool) |
| 30 | IConfig |
no outgoing calls
no test coverage detected