Documentation ¶
Index ¶
Constants ¶
View Source
const ( TcpServerMod string = "tcp" WsServerMod string = "websocket" )
Variables ¶
This section is empty.
Functions ¶
func NewZinxServer ¶
func NewZinxServer( logger *zap.Logger, serverSetting sfx.SettingsParams, securitySetting sfx.SecuritySettingsParams, name string, version string, deployment string, rateLimit int32, ) (result siface.IZinxServer, err error)
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.