Time is used to return the current value of the lamport clock
()
| 7 | type Clock interface { |
| 8 | // Time is used to return the current value of the lamport clock |
| 9 | Time() Time |
| 10 | // Increment is used to return the value of the lamport clock and increment it afterwards |
| 11 | Increment() (Time, error) |
| 12 | // Witness is called to update our local clock if necessary after |
no outgoing calls
no test coverage detected