Documentation ¶
Index ¶
- Variables
- type UserCenterService
- func (s *UserCenterService) CreateUser(ctx context.Context, rq *v1.CreateUserRequest) (*v1.UserReply, error)
- func (s *UserCenterService) DeleteUser(ctx context.Context, rq *v1.DeleteUserRequest) (*emptypb.Empty, error)
- func (s *UserCenterService) ListUser(ctx context.Context, rq *v1.ListUserRequest) (*v1.ListUserResponse, error)
- func (s *UserCenterService) Login(ctx context.Context, rq *v1.LoginRequest) (*v1.LoginReply, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewUserCenterService)
Functions ¶
This section is empty.
Types ¶
type UserCenterService ¶
type UserCenterService struct { v1.UnimplementedUserCenterServer // contains filtered or unexported fields }
func NewUserCenterService ¶
func NewUserCenterService(biz biz.IBiz) *UserCenterService
func (*UserCenterService) CreateUser ¶
func (s *UserCenterService) CreateUser(ctx context.Context, rq *v1.CreateUserRequest) (*v1.UserReply, error)
func (*UserCenterService) DeleteUser ¶
func (s *UserCenterService) DeleteUser(ctx context.Context, rq *v1.DeleteUserRequest) (*emptypb.Empty, error)
func (*UserCenterService) ListUser ¶
func (s *UserCenterService) ListUser(ctx context.Context, rq *v1.ListUserRequest) (*v1.ListUserResponse, error)
func (*UserCenterService) Login ¶
func (s *UserCenterService) Login(ctx context.Context, rq *v1.LoginRequest) (*v1.LoginReply, error)
Click to show internal directories.
Click to hide internal directories.