package ws type logic func(client *Client, msg *Message) const IDCustomer = "customer" const IDUser = "user" const IDEntry = "entry" const TypeNotice = "notice" const TypeLogin = "login" const LogicLogin = "login" const LogicSync = "sync" const PoolSize = 10000