package
Version:
v0.0.0-...-88918dc
Opens a new window with list of versions in this module.
Published: Dec 14, 2021
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Server struct {
Address string
AcceptLoginCallback func(userName string)
ChatMessageCallback func(text string)
}
type Session struct {
Server *Server
ProtocolVersion int32
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.