Unlock unlocks the policy store. It is a run-time error if the store is not locked on entry to Unlock.
()
| 62 | // Unlock unlocks the policy store. |
| 63 | // It is a run-time error if the store is not locked on entry to Unlock. |
| 64 | Unlock() |
| 65 | } |
| 66 | |
| 67 | // Changeable is an optional interface that [Store] implementations may support |
no outgoing calls