-
Notifications
You must be signed in to change notification settings - Fork 380
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split the token storage type from the JSON representation
We will want to add locks and more to the in-memory type; sharing that with JSON gets awkward, and an explicit separation between the externally-imposed structure and internal records is cleaner anyway. For now, just introduces a separate type with the same structure, should not change behavior. Signed-off-by: Miloslav Trmač <[email protected]>
- Loading branch information
Showing
1 changed file
with
27 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters