Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppEvent ¶ added in v0.2.5
type AppEvent interface {
RegisterHandler(kind AppEventKind, handler AppEventHandler)
Handle() error
}
type AppEventHandler ¶
type AppEventHandler func() error
type AppEventKind ¶
type AppEventKind string
type AuthEvent ¶ added in v0.2.5
type AuthEvent interface {
RegisterHandler(kind AuthEventKind, handler AuthEventHandler)
Handle() error
}
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.