Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bmatrix ¶
type Bmatrix struct { UserID string RoomMap map[string]string sync.RWMutex *config.BridgeConfig // contains filtered or unexported fields }
func New ¶
func New(cfg *config.BridgeConfig) *Bmatrix
func (*Bmatrix) Disconnect ¶
func (*Bmatrix) JoinChannel ¶
func (b *Bmatrix) JoinChannel(channel config.ChannelInfo) error
Click to show internal directories.
Click to hide internal directories.