Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterAppEventHandler ¶
func RegisterAppEventHandler(kind AppEventKind, handler AppEventHandler)
RegisterAppEventHandler 注册代运营APP事件处理Handler
func RegisterAuthEventHandler ¶
func RegisterAuthEventHandler(kind AuthEventKind, handler AuthEventHandler)
Types ¶
type AppEventHandler ¶
type AppEventHandler func() error
type AppEventKind ¶
type AppEventKind string
type AuthEventHandler ¶
type AuthEventKind ¶
type AuthEventKind string
const ( AuthEventKindComponentVerifyTicket AuthEventKind = "component_verify_ticket" // 校验组件校验凭证 AuthEventKindAuthorized AuthEventKind = "authorized" // 授权 AuthEventKindUpdateAuthorized AuthEventKind = "updateauthorized" // 更新授权 )
type PreProcessor ¶
PreProcessor 预处理器,对消息进行预处理
Click to show internal directories.
Click to hide internal directories.