Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Contenttemplate ¶
type Link ¶
type Link struct { XMLName xml.Name `xml:"link"` Name string `xml:"name,attr"` Memberlist Memberlist `xml:"memberlist"` }
type Memberlist ¶
type MessageLogic ¶
type MessageLogic struct { }
func NewMessageLogic ¶
func NewMessageLogic() *MessageLogic
func (*MessageLogic) Do ¶
func (m *MessageLogic) Do(message *wechat.Msg)
type RoomJoinXml ¶
type RoomJoinXml struct { XMLName xml.Name `xml:"sysmsg"` Sysmsgtemplate Sysmsgtemplate `xml:"sysmsgtemplate"` }
type Sysmsgtemplate ¶
type Sysmsgtemplate struct { XMLName xml.Name `xml:"sysmsgtemplate"` Contenttemplate Contenttemplate `xml:"content_template"` }
Click to show internal directories.
Click to hide internal directories.