Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Room ¶
type Room struct {
ID int `json:"id,omitempty"`
Xid string `json:"xid"`
Private bool `json:"private"`
Name string `json:"name"`
Description string `json:"description"`
Owner_ID string `json:"owner_id"`
}
func (*Room) GetDescription ¶
func (*Room) GetOwnerId ¶
func (*Room) GetPrivate ¶
type User ¶
type User struct {
Id int `json:"id"`
Xid string `json:"xid"`
Name string `json:"name"`
Email string `json:"email"`
Password string `json:"password"`
}
func (*User) GetPassword ¶
Click to show internal directories.
Click to hide internal directories.