service

package
v0.0.0-...-671c73a Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2023 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

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.InfoRequest) (*user.User, error)

type UserLoginService

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

func NewUserLoginService

func NewUserLoginService(ctx context.Context) *UserLoginService

func (*UserLoginService) UserLogin

func (s *UserLoginService) UserLogin(req *user.LoginRequest) (int64, string, error)

type UserRegisterService

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

func NewUserRegisterService

func NewUserRegisterService(ctx context.Context) *UserRegisterService

func (*UserRegisterService) UserRegister

func (s *UserRegisterService) UserRegister(req *user.RegisterRequest) (int64, string, error)

Jump to

Keyboard shortcuts

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