Versions in this module Expand all Collapse all v1 v1.0.1 Mar 12, 2020 Changes in this version + type ISC_GateRouteComp interface + RegisterRoute func(comId uint16, ...) (err error) + func NewGateRouteComp() ISC_GateRouteComp + type SComp_GateRouteComp struct + Routes map[uint16]func(s core.IUserSession, msg proto.IMessage) (code int, err string) + Service base.IClusterService + func (this *SComp_GateRouteComp) GetName() core.S_Comps + func (this *SComp_GateRouteComp) Init(service core.IService, comp core.IServiceComp) (err error) + func (this *SComp_GateRouteComp) ReceiveMsg(s core.IUserSession, msg proto.IMessage) (result string, err string) + func (this *SComp_GateRouteComp) RegisterRoute(comId uint16, ...) (err error) + func (this *SComp_GateRouteComp) Start() (err error)