RefreshAPIKeyModelAlias rebuilds the API-key model alias table from the current runtime config.
()
| 1929 | |
| 1930 | // RefreshAPIKeyModelAlias rebuilds the API-key model alias table from the current runtime config. |
| 1931 | func (m *Manager) RefreshAPIKeyModelAlias() { |
| 1932 | m.rebuildAPIKeyModelAliasFromRuntimeConfig() |
| 1933 | } |
| 1934 | |
| 1935 | func (m *Manager) rebuildAPIKeyModelAliasLocked(cfg *internalconfig.Config) { |
| 1936 | if m == nil { |
no test coverage detected