MCPcopy
hub / github.com/unkeyed/unkey / RealClock

Struct RealClock

pkg/clock/real_clock.go:7–9  ·  view source on GitHub ↗

RealClock implements the Clock interface using the system clock. This is the implementation that should be used in production code.

Source from the content-addressed store, hash-verified

5// RealClock implements the Clock interface using the system clock.
6// This is the implementation that should be used in production code.
7type RealClock struct {
8 // Intentionally empty - no state needed
9}
10
11// New creates a new RealClock that uses the system time.
12// This is the standard clock implementation for production use.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected