Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GateService ¶
type GateService struct {
framework.ServiceInstance
}
GateService 网关服务
func (*GateService) Built ¶
func (serv *GateService) Built(ctx service.Context)
func (*GateService) InstallRPC ¶
func (serv *GateService) InstallRPC(ctx service.Context)
type WorkService ¶
type WorkService struct {
framework.ServiceInstance
}
WorkService 工作服务
func (*WorkService) Built ¶
func (serv *WorkService) Built(ctx service.Context)
func (*WorkService) InstallRPC ¶
func (serv *WorkService) InstallRPC(ctx service.Context)
func (*WorkService) WakeUpUser ¶
func (serv *WorkService) WakeUpUser(entId uid.Id)
Click to show internal directories.
Click to hide internal directories.