Documentation ¶
Index ¶
- func LogChangeHost(db *sql.DB, sourcePID *types.PID, gatheringID uint32, oldHostPID *types.PID, ...) *nex.Error
- func LogChangeOwner(db *sql.DB, sourcePID *types.PID, gatheringID uint32, oldOwnerPID *types.PID, ...) *nex.Error
- func LogDisconnectGathering(db *sql.DB, pid *types.PID, gatheringID uint32, totalParticipants []uint64) *nex.Error
- func LogJoinGathering(db *sql.DB, sourcePID *types.PID, gatheringID uint32, newParticipants []uint64, ...) *nex.Error
- func LogLeaveGathering(db *sql.DB, pid *types.PID, gatheringID uint32, totalParticipants []uint64) *nex.Error
- func LogRegisterGathering(db *sql.DB, sourcePID *types.PID, gatheringID uint32) *nex.Error
- func LogUnregisterGathering(db *sql.DB, sourcePID *types.PID, gatheringID uint32) *nex.Error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LogChangeHost ¶
func LogChangeHost(db *sql.DB, sourcePID *types.PID, gatheringID uint32, oldHostPID *types.PID, newHostPID *types.PID) *nex.Error
LogChangeHost logs a host change event on the given database
func LogChangeOwner ¶
func LogChangeOwner(db *sql.DB, sourcePID *types.PID, gatheringID uint32, oldOwnerPID *types.PID, newOwnerPID *types.PID) *nex.Error
LogChangeOwner logs an owner change event on the given database
func LogDisconnectGathering ¶
func LogDisconnectGathering(db *sql.DB, pid *types.PID, gatheringID uint32, totalParticipants []uint64) *nex.Error
LogDisconnectGathering logs a gathering disconnect event on the given database
func LogJoinGathering ¶
func LogJoinGathering(db *sql.DB, sourcePID *types.PID, gatheringID uint32, newParticipants []uint64, totalParticipants []uint64) *nex.Error
LogJoinGathering logs a gathering join event on the given database
func LogLeaveGathering ¶
func LogLeaveGathering(db *sql.DB, pid *types.PID, gatheringID uint32, totalParticipants []uint64) *nex.Error
LogLeaveGathering logs a gathering leave event on the given database
func LogRegisterGathering ¶
LogRegisterGathering logs a gathering registration event on the given database
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.