Documentation ¶
Index ¶
Constants ¶
View Source
const UTCFormat = "2006-01-02T15:04:05Z"
Variables ¶
This section is empty.
Functions ¶
func DateToUTCString ¶
Types ¶
type MockTimeProvider ¶
func (MockTimeProvider) Now ¶
func (provider MockTimeProvider) Now() time.Time
func (MockTimeProvider) UTCString ¶
func (provider MockTimeProvider) UTCString() string
type RealTimeProvider ¶
type RealTimeProvider struct{}
func (RealTimeProvider) Now ¶
func (RealTimeProvider) Now() time.Time
func (RealTimeProvider) UTCString ¶
func (time RealTimeProvider) UTCString() string
type TimeProvider ¶
Click to show internal directories.
Click to hide internal directories.