MCPcopy Index your code
hub / github.com/cloudfoundry/cli / RealTime

Struct RealTime

api/cloudcontroller/ccv3/internal/real_time.go:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "time"
4
5type RealTime struct{}
6
7func (RealTime) Now() time.Time {
8 return time.Now()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected