Documentation ¶
Index ¶
- Variables
- func AbsInt64(i int64) int64
- func ClearToLog(topic string, key string) bool
- func MaxInt(i1, i2 int) int
- func MaxInt64(i1, i2 int64) int64
- func MaxUInt64(i1, i2 uint64) uint64
- func MinInt(i1, i2 int) int
- func MinInt64(i1, i2 int64) int64
- func MinString(i1, i2 string) string
- func PrettyUniqueToken() string
- func RandomHash() string
- func TernaryInt(condition bool, resTrue int, resFalse int) int
- func TernaryString(condition bool, resTrue string, resFalse string) string
- type Token
Constants ¶
This section is empty.
Variables ¶
View Source
var ProcessToken = NewToken()
Functions ¶
func ClearToLog ¶
func PrettyUniqueToken ¶
func PrettyUniqueToken() string
func RandomHash ¶
func RandomHash() string
func TernaryInt ¶
TernaryInt acts like a "? :" C-style ternary operator for ints
Types ¶
Click to show internal directories.
Click to hide internal directories.