| 27 | ) |
| 28 | |
| 29 | type fakeLock struct { |
| 30 | identity string |
| 31 | } |
| 32 | |
| 33 | // Get is a dummy to allow us to have a fakeLock for testing. |
| 34 | func (fl *fakeLock) Get() (ler *rl.LeaderElectionRecord, err error) { |
nothing calls this directly
no outgoing calls
no test coverage detected