Documentation
¶
Index ¶
- Variables
- func Run()
- type DbWorker
- func (dbw *DbWorker) DeleteData(username, password string)
- func (dbw *DbWorker) InsertData(username, password string, email string) bool
- func (dbw *DbWorker) QueryData(username, password string) bool
- func (dbw *DbWorker) UpdateData(newUsername, newPassword string, newEmail string, username, password string) bool
- type RespInfo
- type Template
Constants ¶
This section is empty.
Variables ¶
View Source
var (
WSChannelMap sync.Map // map[roomtoken]*WSChannel
)
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.