()
| 416 | type ModelCatalog struct{} |
| 417 | |
| 418 | func NewModelCatalog() *ModelCatalog { |
| 419 | return &ModelCatalog{} |
| 420 | } |
| 421 | |
| 422 | // ListConfiguredModels returns a model catalog from enabled DB-backed model |
| 423 | // configs. The second return value reports whether DB-backed models were used. |
no outgoing calls