service

package
v0.0.0-...-816873c Latest Latest
Warning

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

Go to latest
Published: May 6, 2024 License: MIT Imports: 9 Imported by: 0

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) CreateUser

func (service *UserService) CreateUser(req *user.RegisterRequest) (*db.User, error)

func (*UserService) GetUser

func (s *UserService) GetUser(req *user.InfoRequest) (*user.User, error)

func (*UserService) UserLogin

func (service *UserService) UserLogin(req *user.LoginRequest) (*db.User, error)

Jump to

Keyboard shortcuts

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