Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Colours = [12]string{"#a6cee3", "#1f78b4", "#b2df8a", "#33a02c", "#fb9a99", "#e31a1c", "#fdbf6f", "#ff7f00", "#cab2d6", "#6a3d9a", "#ffff99", "#b15928"}
var Colours = [8]string{"#c6a0f6","#f5bde6","#ed8796","#a6da95","#eed49f","#8aadf4","#f5a97f","#91d7e3"}
Functions ¶
This section is empty.
Types ¶
type Channel ¶
type Channel struct { Name string Users map[string]*User NumberOfUsers int // contains filtered or unexported fields }
func NewChannel ¶
func (*Channel) GetNumberOfUsers ¶
func (*Channel) SendMessage ¶
type Chat ¶
type Chat struct {
// contains filtered or unexported fields
}
chat implements bubbletea
func (*Chat) SetUpChannel ¶
Click to show internal directories.
Click to hide internal directories.