Versions in this module Expand all Collapse all v0 v0.0.1 Sep 22, 2024 Changes in this version + type AuthApplication struct + func New(authService authserviceiface.AuthService) *AuthApplication + func (a *AuthApplication) CreateVerificationCode(ctx context.Context, request *api.CreateVerificationCodeRequest) (*api.CreateVerificationCodeResponse, error) + func (a *AuthApplication) ValidateVerificationCode(ctx context.Context, request *api.ValidateVerificationCodeRequest) (*api.ValidateVerificationCodeResponse, error)