Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interceptor ¶
type Interceptor interface {
// CheckLogin 验证是否登录
CheckLogin(ctx core.Context) (info proposal.SessionUserInfo, err core.BusinessError)
// CheckRBAC 验证 RBAC 权限是否合法
CheckRBAC() core.HandlerFunc
// CheckSignature 验证签名是否合法,对用签名算法 pkg/signature
CheckSignature() core.HandlerFunc
// contains filtered or unexported methods
}
Click to show internal directories.
Click to hide internal directories.