Discover Packages
github.com/swayyaam/OSCTF
internal
clock
package
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: Aug 24, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package clock provides an injectable time source so time-based decisions
(event window, freeze) are testable without sleeping (docs/v0.1/03-tech-stack.md).
Clock returns the current time. Production uses System; tests inject a fixed one.
Fixed returns a clock that always reports t.
System is the real wall clock in UTC.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.