Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchDeleteTokenLogic ¶ added in v0.1.8
func NewBatchDeleteTokenLogic ¶ added in v0.1.8
func NewBatchDeleteTokenLogic(r *http.Request, svcCtx *svc.ServiceContext) *BatchDeleteTokenLogic
func (*BatchDeleteTokenLogic) BatchDeleteToken ¶ added in v0.1.8
func (l *BatchDeleteTokenLogic) BatchDeleteToken(req *types.UUIDsReq) (resp *types.BaseMsgResp, err error)
type CreateOrUpdateTokenLogic ¶
func NewCreateOrUpdateTokenLogic ¶
func NewCreateOrUpdateTokenLogic(r *http.Request, svcCtx *svc.ServiceContext) *CreateOrUpdateTokenLogic
func (*CreateOrUpdateTokenLogic) CreateOrUpdateToken ¶
func (l *CreateOrUpdateTokenLogic) CreateOrUpdateToken(req *types.CreateOrUpdateTokenReq) (resp *types.BaseMsgResp, err error)
type DeleteTokenLogic ¶
func NewDeleteTokenLogic ¶
func NewDeleteTokenLogic(r *http.Request, svcCtx *svc.ServiceContext) *DeleteTokenLogic
func (*DeleteTokenLogic) DeleteToken ¶
func (l *DeleteTokenLogic) DeleteToken(req *types.UUIDReq) (resp *types.BaseMsgResp, err error)
type GetTokenListLogic ¶
func NewGetTokenListLogic ¶
func NewGetTokenListLogic(r *http.Request, svcCtx *svc.ServiceContext) *GetTokenListLogic
func (*GetTokenListLogic) GetTokenList ¶
func (l *GetTokenListLogic) GetTokenList(req *types.TokenListReq) (resp *types.TokenListResp, err error)
type LogoutLogic ¶
func NewLogoutLogic ¶
func NewLogoutLogic(r *http.Request, svcCtx *svc.ServiceContext) *LogoutLogic
func (*LogoutLogic) Logout ¶
func (l *LogoutLogic) Logout(req *types.UUIDReq) (resp *types.BaseMsgResp, err error)
type UpdateTokenStatusLogic ¶ added in v0.1.4
func NewUpdateTokenStatusLogic ¶ added in v0.1.4
func NewUpdateTokenStatusLogic(r *http.Request, svcCtx *svc.ServiceContext) *UpdateTokenStatusLogic
func (*UpdateTokenStatusLogic) UpdateTokenStatus ¶ added in v0.1.4
func (l *UpdateTokenStatusLogic) UpdateTokenStatus(req *types.StatusCodeUUIDReq) (resp *types.BaseMsgResp, err error)
Click to show internal directories.
Click to hide internal directories.