| 3280 | } |
| 3281 | |
| 3282 | type fakeExecutorManager struct { |
| 3283 | executors map[string]coreauth.ProviderExecutor |
| 3284 | registerCalls int |
| 3285 | unregisters []string |
| 3286 | } |
| 3287 | |
| 3288 | func newFakeExecutorManager() *fakeExecutorManager { |
| 3289 | return &fakeExecutorManager{ |
nothing calls this directly
no outgoing calls
no test coverage detected