Documentation ¶
Index ¶
- Variables
- func GenerateEpochId() int64
- func GenerateMachineId() string
- func GenerateSessionId() int64
- func GenerateTimestampString() string
- func GenerateTraceId() string
- func GenerateWebsessionID(loggedIn bool) string
- func NeedUpdateSyncGroups(data *table.LSTable) bool
- func PreprocessJSObject(s string) string
- func RandStr(length int) string
- func RandomInt(min, max int) int64
Constants ¶
This section is empty.
Variables ¶
View Source
var Charset = []rune("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890")
Functions ¶
func GenerateEpochId ¶
func GenerateEpochId() int64
Counter + Mutex logic to ensure unique epoch id for all calls
func GenerateMachineId ¶
func GenerateMachineId() string
func GenerateSessionId ¶
func GenerateSessionId() int64
func GenerateTimestampString ¶
func GenerateTimestampString() string
func GenerateTraceId ¶
func GenerateTraceId() string
func GenerateWebsessionID ¶
func NeedUpdateSyncGroups ¶
func PreprocessJSObject ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.