(ctx context.Context)
| 125 | } |
| 126 | |
| 127 | func (l *FileLock) lockProcess(ctx context.Context) error { |
| 128 | return l.processLock.Lock(ctx) |
| 129 | } |
| 130 | |
| 131 | // Unlock releases the advisory lock and closes the sentinel file descriptor. |
| 132 | func (l *FileLock) Unlock() error { |