Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailService ¶
type UserService ¶
type UserService interface { GoogleAuthCallback(code string) (string, error) GoogleTokens(token string) (string, string, error) Login(email, password string) (string, string, error) RegisterUser(email string, password string) error ConfirmUser(token string) error ForgotPassword(email string) error ResetPassword(token, newPassword string) error RenewAccessToken(refreshToken string) (string, error) Logout(userId primitive.ObjectID) error GetUserProfile(userId primitive.ObjectID) (*entity.User, []byte, error) UpdateUserProfile(userId primitive.ObjectID, logo []byte, name string) error FacebookAuthCallback(code, workspaceId string) error }
Click to show internal directories.
Click to hide internal directories.