Documentation
¶
Index ¶
- func ClearConsole()
- func CreateGroup(user *model.User, groupname string)
- func EnterGroupChat(user *model.User, groupname string)
- func GetGroupInfo(groupname string)
- func JoinGroup(user *model.User)
- func Login(username, password string) (*model.User, error)
- func LoginMenu(user *model.User)
- func Receive(groupName, sender string, signal <-chan bool)
- func RemoveUserFromGroup(groupname string, user *model.User)
- func SendMessage(groupName string, user *model.User, signal chan<- bool) error
- func SignUp(username, password string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClearConsole ¶
func ClearConsole()
func CreateGroup ¶
func EnterGroupChat ¶
func GetGroupInfo ¶
func GetGroupInfo(groupname string)
func RemoveUserFromGroup ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.