Draft: feat login
This commit is contained in:
11
models/room.go
Normal file
11
models/room.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package models
|
||||
|
||||
type Room struct {
|
||||
Creater string
|
||||
Type string
|
||||
Status string
|
||||
}
|
||||
|
||||
func (self Room) View() string {
|
||||
return ""
|
||||
}
|
||||
Reference in New Issue
Block a user