service

package
v0.0.0-...-1b0784a Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

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, username string, checkUserSignupCompleted bool) (*signup.Signup, error)
}

type VerificationService

type VerificationService interface {
	InitVerification(ctx *gin.Context, username, e164PhoneNumber, countryCode string) error
	VerifyPhoneCode(ctx *gin.Context, username, code string) error
	VerifyActivationCode(ctx *gin.Context, username, code string) error
}

Jump to

Keyboard shortcuts

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