Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authenticator ¶
type Authenticator interface {
UpdateUser(context.Context, AuthenticatorUpdateUserParam) (AuthenticatorUser, error)
}
type AuthenticatorUser ¶
type Container ¶
type Container struct { Authenticator Authenticator Mailer mailer.Mailer }
Click to show internal directories.
Click to hide internal directories.