Documentation
¶
Index ¶
- type UuapClientServer
- func (s *UuapClientServer) AddUser(ctx context.Context, in *uuappb.AddUserReq) (*uuappb.AddUserResp, error)
- func (s *UuapClientServer) AddUserRollback(ctx context.Context, in *uuappb.AddUserReq) (*uuappb.AddUserResp, error)
- func (s *UuapClientServer) BatchAddUser(ctx context.Context, in *uuappb.BatchAddUserReq) (*uuappb.BatchAddUserResp, error)
- func (s *UuapClientServer) BatchGetUser(in *uuappb.BatchGetUserReq, stream uuappb.UuapClient_BatchGetUserServer) error
- func (s *UuapClientServer) DelUser(ctx context.Context, in *uuappb.DelUserReq) (*uuappb.DelUserResp, error)
- func (s *UuapClientServer) DisableUser(ctx context.Context, in *uuappb.DisableUserReq) (*uuappb.DisableUserResp, error)
- func (s *UuapClientServer) GetAllUser(in *uuappb.Empty, stream uuappb.UuapClient_GetAllUserServer) error
- func (s *UuapClientServer) GetUser(ctx context.Context, in *uuappb.GetUserReq) (*uuappb.GetUserResp, error)
- func (s *UuapClientServer) GetUserFuzzy(ctx context.Context, in *uuappb.GetUserFuzzyReq) (*uuappb.GetUserFuzzyResp, error)
- func (s *UuapClientServer) Renewal(ctx context.Context, in *uuappb.RenewalReq) (*uuappb.RenewalResp, error)
- func (s *UuapClientServer) RetrievePwd(ctx context.Context, in *uuappb.RetrievePwdReq) (*uuappb.RetrievePwdResp, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UuapClientServer ¶
type UuapClientServer struct { uuappb.UnimplementedUuapClientServer // contains filtered or unexported fields }
func NewUuapClientServer ¶
func NewUuapClientServer(svcCtx *svc.ServiceContext) *UuapClientServer
func (*UuapClientServer) AddUser ¶
func (s *UuapClientServer) AddUser(ctx context.Context, in *uuappb.AddUserReq) (*uuappb.AddUserResp, error)
AddUser 用户新增
func (*UuapClientServer) AddUserRollback ¶
func (s *UuapClientServer) AddUserRollback(ctx context.Context, in *uuappb.AddUserReq) (*uuappb.AddUserResp, error)
AddUserRollback 用户新增回滚
func (*UuapClientServer) BatchAddUser ¶
func (s *UuapClientServer) BatchAddUser(ctx context.Context, in *uuappb.BatchAddUserReq) (*uuappb.BatchAddUserResp, error)
BatchAddUser 用户批量新增
func (*UuapClientServer) BatchGetUser ¶
func (s *UuapClientServer) BatchGetUser(in *uuappb.BatchGetUserReq, stream uuappb.UuapClient_BatchGetUserServer) error
BatchGetUser 用户批量获取
func (*UuapClientServer) DelUser ¶
func (s *UuapClientServer) DelUser(ctx context.Context, in *uuappb.DelUserReq) (*uuappb.DelUserResp, error)
DelUser 用户删除
func (*UuapClientServer) DisableUser ¶
func (s *UuapClientServer) DisableUser(ctx context.Context, in *uuappb.DisableUserReq) (*uuappb.DisableUserResp, error)
DisableUser 用户禁用
func (*UuapClientServer) GetAllUser ¶
func (s *UuapClientServer) GetAllUser(in *uuappb.Empty, stream uuappb.UuapClient_GetAllUserServer) error
GetAllUser 用户全量获取
func (*UuapClientServer) GetUser ¶
func (s *UuapClientServer) GetUser(ctx context.Context, in *uuappb.GetUserReq) (*uuappb.GetUserResp, error)
GetUser 用户单个获取
func (*UuapClientServer) GetUserFuzzy ¶
func (s *UuapClientServer) GetUserFuzzy(ctx context.Context, in *uuappb.GetUserFuzzyReq) (*uuappb.GetUserFuzzyResp, error)
GetUserFuzzy 用户模糊获取
func (*UuapClientServer) Renewal ¶
func (s *UuapClientServer) Renewal(ctx context.Context, in *uuappb.RenewalReq) (*uuappb.RenewalResp, error)
Renewal 用户续期
func (*UuapClientServer) RetrievePwd ¶
func (s *UuapClientServer) RetrievePwd(ctx context.Context, in *uuappb.RetrievePwdReq) (*uuappb.RetrievePwdResp, error)
RetrievePwd 用户密码找回
Click to show internal directories.
Click to hide internal directories.