Method
RUnlock
()
Source from the content-addressed store, hash-verified
| 209 | type AuthReadTx interface { |
| 210 | RLock() |
| 211 | RUnlock() |
| 212 | UnsafeAuthReader |
| 213 | } |
| 214 | |
Implementers 6
RWMutexclient/v3/experimental/recipes/rwmutex txMockserver/auth/store_mock_test.go readTxserver/storage/backend/read_tx.go