Documentation ¶
Index ¶
- type UserServiceImpl
- func (s *UserServiceImpl) UserLogin(ctx context.Context, req *user.UserLoginRequest) (resp *user.UserLoginResponse, err error)
- func (s *UserServiceImpl) UserQuery(ctx context.Context, req *user.UserQueryRequest) (resp *user.UserQueryResponse, err error)
- func (s *UserServiceImpl) UserRegister(ctx context.Context, req *user.UserRegisterRequest) (resp *user.UserRegisterResponse, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserServiceImpl ¶
type UserServiceImpl struct{}
UserServiceImpl implements the last service interface defined in the IDL.
func (*UserServiceImpl) UserLogin ¶
func (s *UserServiceImpl) UserLogin(ctx context.Context, req *user.UserLoginRequest) (resp *user.UserLoginResponse, err error)
UserLogin implements the UserServiceImpl interface.
func (*UserServiceImpl) UserQuery ¶
func (s *UserServiceImpl) UserQuery(ctx context.Context, req *user.UserQueryRequest) (resp *user.UserQueryResponse, err error)
UserQuery implements the UserServiceImpl interface.
func (*UserServiceImpl) UserRegister ¶
func (s *UserServiceImpl) UserRegister(ctx context.Context, req *user.UserRegisterRequest) (resp *user.UserRegisterResponse, err error)
UserRegister implements the UserServiceImpl interface.
Click to show internal directories.
Click to hide internal directories.