Versions in this module Expand all Collapse all v1 v1.0.0 May 12, 2018 Changes in this version + func CreateMessageFromByte(message []byte) evtwebsocket.Msg + func CreateMessageFromString(message string) evtwebsocket.Msg + func DeserializeData(data []byte) (jsonObject interface{}) + func DeserializeDataFromString(data string) (jsonObject interface{}) + func GetAuthToken(message interface{}) string + func GetIsAuthenticated(message interface{}) bool + func IsEqual(s string, b []byte) bool + func PrintMessage(message string) + func SerializeData(data interface{}) []byte + func SerializeDataIntoString(data interface{}) string + type AtomicCounter struct + Counter uint64 + func (atomicCounter *AtomicCounter) GetAndIncrement() uint64 + func (atomicCounter *AtomicCounter) IncrementAndGet() uint64 + func (atomicCounter *AtomicCounter) Reset() + func (atomicCounter *AtomicCounter) Value() uint64