Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Services ¶
type Services interface { SignupService() SignupService VerificationService() VerificationService }
type SignupService ¶
type SignupService interface { Signup(ctx *gin.Context) (*toolchainv1alpha1.UserSignup, error) GetSignup(ctx *gin.Context, userID, username string, checkUserSignupCompleted bool) (*signup.Signup, error) GetUserSignupFromIdentifier(userID, username string) (*toolchainv1alpha1.UserSignup, error) PhoneNumberAlreadyInUse(userID, username, phoneNumberOrHash string) error }
type VerificationService ¶
Click to show internal directories.
Click to hide internal directories.