Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewUserModelUpdate ¶
func NewUserModelUpdate(query mysql.RegistrationUserExecutor) actor.Actor
NewUserModelUpdate is constructor for UserModelUpdate
Types ¶
type User ¶
type User struct { persistence.Mixin // contains filtered or unexported fields }
User is an actor to create user
func (*User) IsStateExists ¶
IsStateExists is a method to check state exists or not
type UserModelUpdate ¶
type UserModelUpdate struct {
// contains filtered or unexported fields
}
UserModelUpdate is actor to update read model
func (*UserModelUpdate) Receive ¶
func (u *UserModelUpdate) Receive(ctx actor.Context)
Receive is sent messages to be processed from the mailbox associated with the instance of the actor
Click to show internal directories.
Click to hide internal directories.