Documentation
¶
Index ¶
- func Activation(ctx context.Context, token *uuid.UUID) (err error)
- func Configure(ctx context.Context, userID *uuid.UUID) (err error)
- func CreateAccount(ctx context.Context, in *domain.CreateAccount) error
- func Disable(ctx context.Context, userUUID *uuid.UUID) error
- func GetQrCode(ctx context.Context, userID *uuid.UUID) (res *domain.QRCode, err error)
- func Login(ctx context.Context, in *domain.Login) (*domain.Session, error)
- func LoginSteps(ctx context.Context, email *string) (res *domain.Steps, err error)
- func Logout(ctx context.Context, sessionID *uuid.UUID) (err error)
- func Unconfigure(ctx context.Context, userID *uuid.UUID) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Activation ¶
Activation is the business logic for the user activation
func CreateAccount ¶
func CreateAccount(ctx context.Context, in *domain.CreateAccount) error
CreateAccount is the business logic for the user register
func LoginSteps ¶
LoginSteps is the business logic needed to retrieve needed steps for log a user in
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.