Documentation
¶
Index ¶
Constants ¶
View Source
const ( UnixTime = "unixtime" UnixTimeMilli = "unixtimemilli" UnixTimeMicro = "unixtimemicro" UnixTimeNano = "unixtimenano" )
Variables ¶
This section is empty.
Functions ¶
func GetInaccurateTime ¶
func GetInaccurateUnixNano ¶
func GetInaccurateUnixNano() int64
func ParseFormatName ¶ added in v0.55.0
func SetNowTime ¶
func SetNowTime(unixNano int64)
SetNowTime sets the current time. Function should be used only in tests.
An alternative to this approach is to store and redefine a function through the fields of the tested struct. But in this case, the inlining function GetInaccurateUnixNano is lost.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.