package
Version:
v1.4.8
Opens a new window with list of versions in this module.
Published: Mar 9, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BaseMsg struct {
FromId string `json:"from_id"`
FromName string `json:"from_name"`
Avatar string `json:"avatar"`
Raw []byte `json:"data"`
Url string `json:"url"`
Type int `json:"type"`
TimeFmt string `json:"time_fmt"`
}
type ConnectMsg struct {
BaseMsg
UserId string `json:"user_id"`
Groups []string `json:"groups"`
}
type Msg interface {
String()
}
type PeerGroupMsg struct {
BaseMsg
ToGroup string `json:"to_group"`
AtList string `json:"at_list"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.