Internal
internal/adapters/clock
Package clock provides runtime clock adapters for application use cases.
import "github.com/nilstate/scafld/v2/internal/adapters/clock"
Package clock provides runtime clock adapters for application use cases.
Types
type System
Source: internal/adapters/clock/clock.go:6
System reads time from the host system clock.
type System struct{}func Now() time.Time
Source: internal/adapters/clock/clock.go:9
Now returns the current UTC time.
