Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TimeFormatMap = map[string]string{ "Layout": time.Layout, "ANSIC": time.ANSIC, "UnixDate": time.UnixDate, "RubyDate": time.RubyDate, "RFC822": time.RFC822, "RFC822Z": time.RFC822Z, "RFC850": time.RFC850, "RFC1123": time.RFC1123, "RFC1123Z": time.RFC1123Z, "RFC3339": time.RFC3339, "RFC3339Nano": time.RFC3339Nano, "Kitchen": time.Kitchen, "Stamp": time.Stamp, "StampMilli": time.StampMilli, "StampMicro": time.StampMicro, "StampNano": time.StampNano, }
TimeFormatMap map of time formats
Functions ¶
func CreateFilePath ¶
CreateFilePath will create the desired filePath if it does not exist
func DownloadPayload ¶
DownloadPayload calls a URL and returns the bytes of the response body.
func GetTimeFormat ¶ added in v0.1.1
GetTimeFormat attempts to find a standard time format, else will return the fallback on empty strings or unaltered.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.