Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUserNotExist = errors.New("user not exist")
Functions ¶
This section is empty.
Types ¶
type UserInfo ¶
type UserInfo struct {
// contains filtered or unexported fields
}
func NewUserInfoClient ¶
func NewUserInfoClient(lb *util.LoadBalancer) *UserInfo
func (*UserInfo) CreateUserInfo ¶
func (*UserInfo) FetchUserInfo ¶
func (*UserInfo) RemoveUserInfo ¶
TODO: Implement this
type UserInfoMock ¶
type UserInfoMock struct{}
func (*UserInfoMock) CreateUserInfo ¶
func (s *UserInfoMock) CreateUserInfo(username, email, phoneNumber string) (*dto.UserInfo, error)
func (*UserInfoMock) FetchUserInfo ¶
func (*UserInfoMock) RemoveUserInfo ¶
func (s *UserInfoMock) RemoveUserInfo(username, email, phoneNumber string) error
TODO: Implement this
Click to show internal directories.
Click to hide internal directories.