package
Version:
v1.1.4
Opens a new window with list of versions in this module.
Published: Oct 18, 2022
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AuthenticateData struct {
ChannelData Member `json:"channel_data"`
}
type Data struct {
Channel string `json:"channel" mapstructure:"channel"`
Event string `json:"event" mapstructure:"event"`
Data any `json:"data" mapstructure:"data"`
Auth Auth `json:"auth" mapstructure:"auth"`
Socket string `json:"socket" mapstructure:"socket"`
}
type Member struct {
SocketId socket.SocketId `json:"socket_id"`
UserId uint64 `json:"user_id"`
UserInfo any `json:"user_info"`
}
type PocessLockData struct {
Process int `json:"process"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.