Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserService ¶
type UserService struct {
// contains filtered or unexported fields
}
func NewUserService ¶
func NewUserService(ctx context.Context) *UserService
func (*UserService) CheckUser ¶
func (s *UserService) CheckUser(req *user.CheckUserReq) (int64, error)
func (*UserService) CreateUser ¶
func (s *UserService) CreateUser(req *user.CreateUserReq) error
func (*UserService) MGetUser ¶
func (s *UserService) MGetUser(req *user.MGetUserReq) ([]*user.User, error)
MGetUser using cache mode: Cache Aside
Click to show internal directories.
Click to hide internal directories.