Commit 63e27dd
authored
Merge pull request #77 from keep-network/expose-checkStoragePermission
Expose checkStoragePermission as a Public Function
What we really want here is to adjust persistence.Handle to provide support
for multiple storage areas, some of which need the current/archive/snapshot
behavior and some of which just store data normally. For now, we expose functions
like this one until time can be invested to export a higher-level abstraction and
unexport these lower-level details.1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
| 156 | + | |
156 | 157 | | |
157 | 158 | | |
158 | 159 | | |
| |||
0 commit comments