v1.1.26
This commit is contained in:
@@ -1058,6 +1058,11 @@ func (j *JSONLFile) GetEncryptKey() string {
|
||||
return j.cypherKey
|
||||
}
|
||||
|
||||
// Mutex возвращает RWMutex адаптера файла (тот же замок, что у Read/Write/Update/Delete при options.InTransaction == false).
|
||||
func (j *JSONLFile) Mutex() *sync.RWMutex {
|
||||
return &j.mutex
|
||||
}
|
||||
|
||||
// matchesFilter проверяет соответствие записи фильтру
|
||||
func (j *JSONLFile) matchesFilter(record any, filter any, strictCompare bool) bool {
|
||||
if filter == nil {
|
||||
|
||||
Reference in New Issue
Block a user