build: use Go 1.24 tools pattern (#10281)
This commit is contained in:
@@ -1809,60 +1809,6 @@ func (fake *Wrapper) UnsubscribeArgsForCall(i int) config.Committer {
|
||||
func (fake *Wrapper) Invocations() map[string][][]interface{} {
|
||||
fake.invocationsMutex.RLock()
|
||||
defer fake.invocationsMutex.RUnlock()
|
||||
fake.configPathMutex.RLock()
|
||||
defer fake.configPathMutex.RUnlock()
|
||||
fake.defaultDeviceMutex.RLock()
|
||||
defer fake.defaultDeviceMutex.RUnlock()
|
||||
fake.defaultFolderMutex.RLock()
|
||||
defer fake.defaultFolderMutex.RUnlock()
|
||||
fake.defaultIgnoresMutex.RLock()
|
||||
defer fake.defaultIgnoresMutex.RUnlock()
|
||||
fake.deviceMutex.RLock()
|
||||
defer fake.deviceMutex.RUnlock()
|
||||
fake.deviceListMutex.RLock()
|
||||
defer fake.deviceListMutex.RUnlock()
|
||||
fake.devicesMutex.RLock()
|
||||
defer fake.devicesMutex.RUnlock()
|
||||
fake.folderMutex.RLock()
|
||||
defer fake.folderMutex.RUnlock()
|
||||
fake.folderListMutex.RLock()
|
||||
defer fake.folderListMutex.RUnlock()
|
||||
fake.folderPasswordsMutex.RLock()
|
||||
defer fake.folderPasswordsMutex.RUnlock()
|
||||
fake.foldersMutex.RLock()
|
||||
defer fake.foldersMutex.RUnlock()
|
||||
fake.gUIMutex.RLock()
|
||||
defer fake.gUIMutex.RUnlock()
|
||||
fake.ignoredDeviceMutex.RLock()
|
||||
defer fake.ignoredDeviceMutex.RUnlock()
|
||||
fake.ignoredDevicesMutex.RLock()
|
||||
defer fake.ignoredDevicesMutex.RUnlock()
|
||||
fake.ignoredFolderMutex.RLock()
|
||||
defer fake.ignoredFolderMutex.RUnlock()
|
||||
fake.lDAPMutex.RLock()
|
||||
defer fake.lDAPMutex.RUnlock()
|
||||
fake.modifyMutex.RLock()
|
||||
defer fake.modifyMutex.RUnlock()
|
||||
fake.myIDMutex.RLock()
|
||||
defer fake.myIDMutex.RUnlock()
|
||||
fake.optionsMutex.RLock()
|
||||
defer fake.optionsMutex.RUnlock()
|
||||
fake.rawCopyMutex.RLock()
|
||||
defer fake.rawCopyMutex.RUnlock()
|
||||
fake.removeDeviceMutex.RLock()
|
||||
defer fake.removeDeviceMutex.RUnlock()
|
||||
fake.removeFolderMutex.RLock()
|
||||
defer fake.removeFolderMutex.RUnlock()
|
||||
fake.requiresRestartMutex.RLock()
|
||||
defer fake.requiresRestartMutex.RUnlock()
|
||||
fake.saveMutex.RLock()
|
||||
defer fake.saveMutex.RUnlock()
|
||||
fake.serveMutex.RLock()
|
||||
defer fake.serveMutex.RUnlock()
|
||||
fake.subscribeMutex.RLock()
|
||||
defer fake.subscribeMutex.RUnlock()
|
||||
fake.unsubscribeMutex.RLock()
|
||||
defer fake.unsubscribeMutex.RUnlock()
|
||||
copiedInvocations := map[string][][]interface{}{}
|
||||
for key, value := range fake.invocations {
|
||||
copiedInvocations[key] = value
|
||||
|
||||
Reference in New Issue
Block a user