Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoDestination = errors.New("dest is empty")
Functions ¶
This section is empty.
Types ¶
type ChatHandler ¶
type ChatHandler struct { }
func (*ChatHandler) DoGroupTalk ¶
func (h *ChatHandler) DoGroupTalk(ctx him.Context)
type LoginHandler ¶
type LoginHandler struct{}
func NewLoginHandler ¶
func NewLoginHandler() *LoginHandler
func (LoginHandler) DoSysLogin ¶
func (h LoginHandler) DoSysLogin(ctx him.Context)
func (LoginHandler) DoSysLogout ¶
func (h LoginHandler) DoSysLogout(ctx him.Context)
Click to show internal directories.
Click to hide internal directories.