Documentation
¶
Index ¶
- Variables
- func ArrayContainsString(s []string, e string) bool
- func CurrentDate() string
- func CurrentDateWithFormat(format string) string
- func CurrentTimeMilliseconds() int64
- func LoadJsonFile(location string) ([]byte, error)
- func LogMessage(message string, logtype string)
- func NanosecondsToMilliseconds(nano int64) int64
- func PreventCrash()
Constants ¶
This section is empty.
Variables ¶
View Source
var DebugLogType = "DEBUG"
View Source
var ErrorLogType = "ERROR"
View Source
var InfoLogType = "INFO"
Functions ¶
func ArrayContainsString ¶
func CurrentDate ¶
func CurrentDate() string
func CurrentDateWithFormat ¶
func CurrentTimeMilliseconds ¶
func CurrentTimeMilliseconds() int64
func LoadJsonFile ¶
func LogMessage ¶
func PreventCrash ¶
func PreventCrash()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.