Versions in this module Expand all Collapse all v0 v0.10.7 Oct 9, 2024 v0.10.6 Oct 6, 2024 Changes in this version + type AccessAuthReq = dg.AccessAuthReq + type DeviceAuth interface + AccessAuth func(ctx context.Context, in *AccessAuthReq, opts ...grpc.CallOption) (*Response, error) + DeviceRegister func(ctx context.Context, in *DeviceRegisterReq, opts ...grpc.CallOption) (*DeviceRegisterResp, error) + LoginAuth func(ctx context.Context, in *LoginAuthReq, opts ...grpc.CallOption) (*Response, error) + func NewDeviceAuth(cli zrpc.Client) DeviceAuth + func NewDirectDeviceAuth(svcCtx *svc.ServiceContext, svr dg.DeviceAuthServer) DeviceAuth + type DeviceRegisterReq = dg.DeviceRegisterReq + type DeviceRegisterResp = dg.DeviceRegisterResp + type LoginAuthReq = dg.LoginAuthReq + type Request = dg.Request + type Response = dg.Response