service

package
v0.0.0-...-d63e0d4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 17, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LoginUserService

type LoginUserService struct {
	// contains filtered or unexported fields
}

func NewLoginUserService

func NewLoginUserService(ctx context.Context) *LoginUserService

func (*LoginUserService) CheckUser

func (s *LoginUserService) CheckUser(req *user.UserLoginRequest) (int64, error)

type RegisterUserService

type RegisterUserService struct {
	// contains filtered or unexported fields
}

func NewRegisterUserService

func NewRegisterUserService(ctx context.Context) *RegisterUserService

func (*RegisterUserService) RegisterUser

func (s *RegisterUserService) RegisterUser(req *user.UserRegisterRequest) (int64, error)

type UserInfoService

type UserInfoService struct {
	// contains filtered or unexported fields
}

func NewUserInfoService

func NewUserInfoService(ctx context.Context) *UserInfoService

func (*UserInfoService) UserInfo

func (s *UserInfoService) UserInfo(req *user.UserRequest) (*user.User, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL