# Functions
ConvertToIntervals converts a slice of IntervalKey to a slice of data.Interval.
ConvertToKeys converts a slice of data.Interval to a slice of IntervalKey.
IntervalToKey converts a data.Interval struct to an IntervalKey struct which can be used as key in maps.
KeyToInterval converts an IntervalKey struct to a data.Interval struct.
# Variables
No description provided by the author
# Structs
Ephemeral represents storage of user interval data.
No description provided by the author
A LockerRoom is a collection of Mutexes mapped to user ids.
No description provided by the author
# Interfaces
Storage defines an interface for accessing stored intervals.
# Type aliases
A UserId represents a unique ID assigned to each user of the timewarrior sync server.