Documentation ¶
Index ¶
- func WhenUserAccessTokenWasRequested(cfg *config.Config, signedMethod jwt.SigningMethod, ...) eventbus.EventHandler
- func WhenUserConnectedWithFacebook(repository persistence.UserRepository, cb commandbus.CommandBus) eventbus.EventHandler
- func WhenUserConnectedWithGoogle(repository persistence.UserRepository, cb commandbus.CommandBus) eventbus.EventHandler
- func WhenUserEmailAddressWasChanged(repository persistence.UserRepository) eventbus.EventHandler
- func WhenUserWasRegisteredWithEmail(repository persistence.UserRepository, cb commandbus.CommandBus) eventbus.EventHandler
- func WhenUserWasRegisteredWithFacebook(repository persistence.UserRepository, cb commandbus.CommandBus) eventbus.EventHandler
- func WhenUserWasRegisteredWithGoogle(repository persistence.UserRepository, cb commandbus.CommandBus) eventbus.EventHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WhenUserAccessTokenWasRequested ¶
func WhenUserAccessTokenWasRequested(cfg *config.Config, signedMethod jwt.SigningMethod, authenticator auth.Authenticator, userRepository persistence.UserRepository, authClient proto.AuthenticationServiceClient) eventbus.EventHandler
WhenUserAccessTokenWasRequested handles event
func WhenUserConnectedWithFacebook ¶
func WhenUserConnectedWithFacebook(repository persistence.UserRepository, cb commandbus.CommandBus) eventbus.EventHandler
WhenUserConnectedWithFacebook handles event
func WhenUserConnectedWithGoogle ¶
func WhenUserConnectedWithGoogle(repository persistence.UserRepository, cb commandbus.CommandBus) eventbus.EventHandler
WhenUserConnectedWithGoogle handles event
func WhenUserEmailAddressWasChanged ¶
func WhenUserEmailAddressWasChanged(repository persistence.UserRepository) eventbus.EventHandler
WhenUserEmailAddressWasChanged handles event
func WhenUserWasRegisteredWithEmail ¶
func WhenUserWasRegisteredWithEmail(repository persistence.UserRepository, cb commandbus.CommandBus) eventbus.EventHandler
WhenUserWasRegisteredWithEmail handles event
func WhenUserWasRegisteredWithFacebook ¶
func WhenUserWasRegisteredWithFacebook(repository persistence.UserRepository, cb commandbus.CommandBus) eventbus.EventHandler
WhenUserWasRegisteredWithFacebook handles event
func WhenUserWasRegisteredWithGoogle ¶
func WhenUserWasRegisteredWithGoogle(repository persistence.UserRepository, cb commandbus.CommandBus) eventbus.EventHandler
WhenUserWasRegisteredWithGoogle handles event
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.