Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessLogic ¶
func NewAccessLogic ¶
func NewAccessLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AccessLogic
func (*AccessLogic) Access ¶
func (l *AccessLogic) Access(req *types.DeviceAuthAccessReq) error
type LoginLogic ¶
func NewLoginLogic ¶
func NewLoginLogic(ctx context.Context, svcCtx *svc.ServiceContext) *LoginLogic
func (*LoginLogic) Login ¶
func (l *LoginLogic) Login(req *types.DeviceAuthLoginReq) error
type RegisterLogic ¶ added in v0.5.1
func NewRegisterLogic ¶ added in v0.5.1
func NewRegisterLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RegisterLogic
func (*RegisterLogic) Register ¶ added in v0.5.1
func (l *RegisterLogic) Register(req *types.DeviceRegisterReq) (resp *types.DeviceRegisterResp, err error)
type RootCheckLogic ¶
func NewRootCheckLogic ¶
func NewRootCheckLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RootCheckLogic
func (*RootCheckLogic) RootCheck ¶
func (l *RootCheckLogic) RootCheck(req *types.DeviceAuthRootCheckReq) error
Click to show internal directories.
Click to hide internal directories.