Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( RoomsContainer *fyne.Container RoomsList *fyne.Container Rooms map[string]*Room )
Functions ¶
func AddMessage ¶
func MakeRoomList ¶
func MakeRoomList() *fyne.Container
func StartServer ¶
func StartServer()
func StopServer ¶
func StopServer()
func UpdateBgColors ¶
func UpdateBgColors()
Types ¶
type Room ¶
type Room struct { Secret []byte Uuid string UserId string IsPublic bool Peers []*Peer // for public rooms Name string Addr string Port string Id int64 ChatRoom *fyne.Container MessageList *fyne.Container Messages []*message.Message MessageListScroll *container.Scroll // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.