Documentation
¶
Index ¶
- type Failing
- func (s Failing) AuthenticateUser(ctx context.Context, email string, password string) (string, error)
- func (s Failing) ChangeEmail(ctx context.Context, email string, password string, newEmail string) error
- func (s Failing) ConfirmEmail(ctx context.Context, token string) error
- func (s Failing) CreateUser(ctx context.Context, email string, password string) (string, error)
- func (s Failing) DeleteUser(ctx context.Context, email string, password string) error
- type Ok
- func (s Ok) AuthenticateUser(ctx context.Context, email string, password string) (string, error)
- func (s Ok) ChangeEmail(ctx context.Context, email string, password string, newEmail string) error
- func (s Ok) ConfirmEmail(ctx context.Context, token string) error
- func (s Ok) CreateUser(ctx context.Context, email string, password string) (string, error)
- func (s Ok) DeleteUser(ctx context.Context, email string, password string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Failing ¶
type Failing struct{}
func (Failing) AuthenticateUser ¶
func (Failing) ChangeEmail ¶
func (Failing) ConfirmEmail ¶
func (Failing) CreateUser ¶
type Ok ¶
type Ok struct{}
func (Ok) AuthenticateUser ¶
func (Ok) ChangeEmail ¶
func (Ok) CreateUser ¶
Click to show internal directories.
Click to hide internal directories.