Documentation ¶
Index ¶
- Variables
- type Biz
- type UserBiz
- func (biz *UserBiz) GetById(req *dto.UserByIdReq, data *ent.User) error
- func (biz *UserBiz) GetByUsername(ctx context.Context, req *pb.UsernameRequest) (*ent.User, error)
- func (biz *UserBiz) Insert(req *dto.InsertUserReq, u *ent.User) error
- func (biz *UserBiz) Remove(req *dto.UserByIdReq) (err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderBizSet = wire.NewSet(NewUserBiz)
ProviderBizSet is biz providers.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.