package models type Room struct { Creater string Type string Status string } func (self Room) View() string { return "" }