Documentation ¶
Index ¶
- type LogModel
- func (p *LogModel) AddCreateUserLog(createAt time.Time, userId int64, name string, roleId int32, gender string, ...)
- func (p *LogModel) AddGlobalLog(log *dbData.GlobalLog)
- func (p *LogModel) AddKillMonsterLog(createAt time.Time, userId int64, name string, monCid int32, monName string, ...)
- func (p *LogModel) AddUserAnimalLog(createAt time.Time, userId int64, name string, action string, ...)
- func (p *LogModel) AddUserChangeMapLog(createAt time.Time, userId int64, name, state string, fromScene string, ...)
- func (p *LogModel) AddUserCollectLog(createAt time.Time, userId int64, name string, state string, inScene string, ...)
- func (p *LogModel) AddUserDeathLog(createAt time.Time, scene, sceneAppId string, sceneOwner int64, userId int64, ...)
- func (p *LogModel) AddUserHomeActionLog(createAt time.Time, userId int64, name string, action string, itemCid uint32, ...)
- func (p *LogModel) AddUserItemLog(createAt time.Time, userId int64, name string, itemAction string, ...)
- func (p *LogModel) AddUserLoginLog(createAt time.Time, userId int64, name, actionType, agent, scene string, ...)
- func (p *LogModel) AddUserTalentExpLog(createAt time.Time, userId int64, name string, action string, ...)
- func (p *LogModel) AddUserTalentNodeLog(createAt time.Time, userId int64, name string, action string, ...)
- func (p *LogModel) AddUserTaskLog(createAt time.Time, userId int64, name string, action string, taskId int32, ...)
- func (p *LogModel) Daily(utc time.Time)
- func (p *LogModel) Hourly(utc time.Time)
- func (p *LogModel) Minutely(utc time.Time)
- func (p *LogModel) OnInit() error
- func (p *LogModel) OnTick(utc time.Time)
- func (p *LogModel) Secondly(utc time.Time)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogModel ¶
type LogModel struct { module_base.ModuleBase // contains filtered or unexported fields }
func GetLogModel ¶
func NewLogModel ¶
func NewLogModel() *LogModel
func (*LogModel) AddCreateUserLog ¶
func (*LogModel) AddGlobalLog ¶
actionType proto.GameLogType.String()
func (*LogModel) AddKillMonsterLog ¶
func (*LogModel) AddUserAnimalLog ¶
func (*LogModel) AddUserChangeMapLog ¶
func (*LogModel) AddUserCollectLog ¶
func (*LogModel) AddUserDeathLog ¶
func (*LogModel) AddUserHomeActionLog ¶
func (*LogModel) AddUserItemLog ¶
func (*LogModel) AddUserLoginLog ¶
func (*LogModel) AddUserTalentExpLog ¶
func (*LogModel) AddUserTalentNodeLog ¶
func (*LogModel) AddUserTaskLog ¶
Click to show internal directories.
Click to hide internal directories.