Documentation
¶
Index ¶
- Constants
- Variables
- func ListenToSignUp() option
- func Register(options ...option)
- func WithDeferredEventBus(bus event.DeferredBus) option
- func WithEventBus(bus event.Bus) option
- func WithEventStore(store event.Store) option
- func WithHttp(echo *echo.Echo) option
- type Command
- type Event
- type SignUpListener
Constants ¶
View Source
const SignUpUseCaseID = event.Index(1)
Variables ¶
View Source
var ErrMissingPIIKey = errors.New("the event did not have the pii key in metadata")
Functions ¶
func ListenToSignUp ¶
func ListenToSignUp() option
func WithDeferredEventBus ¶
func WithDeferredEventBus(bus event.DeferredBus) option
func WithEventBus ¶
func WithEventStore ¶
Types ¶
type SignUpListener ¶
type SignUpListener struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.