# Functions
LoadPersistedClock load a persisted Lamport clock from a file.
NewMemClock create a new clock with the value 1.
NewMemClockWithTime create a new clock with a value.
NewPersistedClock create a new persisted Lamport clock.
# Variables
No description provided by the author
# Structs
MemClock is a thread safe implementation of a lamport clock.
No description provided by the author
# Interfaces
Clock is a Lamport logical clock.
# Type aliases
Time is the value of a Clock.