Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountService ¶
type AccountService interface { CreateAccount(info *model.Register) error GetAccountInfo(info *model.Register) (*model.Register, error) UpdateAccountInfo(info *model.Register) error //修改phone,email,password GetUserInfo(userId int64) (*model.UserInfo, error) UpdateUserInfo(user *model.UserInfo) error }
func NewAccountService ¶
func NewAccountService( srv *Service, cache cache.AccountCache, ) AccountService
Click to show internal directories.
Click to hide internal directories.