github.com/mook-as/cf-cli@v7.0.0-beta.28.0.20200120190804-b91c115fae48+incompatible/api/cloudcontroller/ccv3/internal/real_time.go (about)

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