Documentation ¶
Index ¶
Constants ¶
View Source
const ( TcpServerMod string = "tcp" WsServerMod string = "websocket" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ZinxServer ¶
type ZinxServer struct {
// contains filtered or unexported fields
}
func (*ZinxServer) StartServing ¶
func (zs *ZinxServer) StartServing(_ context.Context) error
func (*ZinxServer) StopServing ¶
func (zs *ZinxServer) StopServing(_ context.Context) error
func (*ZinxServer) ZinxServer ¶
func (zs *ZinxServer) ZinxServer() ziface.IServer
Click to show internal directories.
Click to hide internal directories.