Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangeEmailEvent ¶
type CustomerUseCase ¶
type CustomerUseCase interface { OnSignUp(ctx context.Context, event SignUpEvent) error OnChangeEmail(ctx context.Context, event ChangeEmailEvent) error }
func NewCustomerUseCase ¶
func NewCustomerUseCase(props CustomerUseCaseProperty) CustomerUseCase
type CustomerUseCaseProperty ¶
type SignUpEvent ¶
type SignUpEventHandler ¶
type SignUpEventHandler struct {
CustomerUseCase CustomerUseCase
}
Click to show internal directories.
Click to hide internal directories.