LockFile sends LockEvent for Echo Filtering
(operation merger.Operation, path string, operationId string)
| 47 | type ProcessorLocker interface { |
| 48 | // LockFile sends LockEvent for Echo Filtering |
| 49 | LockFile(operation merger.Operation, path string, operationId string) |
| 50 | // UnlockFile sends UnlockEvent for Echo Filtering |
| 51 | UnlockFile(operation merger.Operation, path string) |
| 52 | } |
no outgoing calls
no test coverage detected