package
0.0.0-20240731062821-dc9c76cc409b
Repository: https://github.com/daedaleanai/git-ticket.git
Documentation: pkg.go.dev
# 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.