package room //记录房间的日志 func Init() { } func Enter() { } func Leave() { } func GetSnapshot() { // } func GetEventLog() { // }