| 3232 | } |
| 3233 | |
| 3234 | type fakeModelRegistry struct { |
| 3235 | clients map[string]*fakeModelClient |
| 3236 | unregisters []string |
| 3237 | } |
| 3238 | |
| 3239 | type fakeModelClient struct { |
| 3240 | provider string |
nothing calls this directly
no outgoing calls
no test coverage detected