Documentation ¶
Index ¶
Constants ¶
View Source
const ( Prefix = "BASKET_" UserCreated = Prefix + "USER_CREATED" UserDeleted = Prefix + "USER_DELETED" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type UserCreatedPayload ¶
type UserCreatedPayload struct {
UserID string `json:"user_id"`
}
type UserDeletedPayload ¶
type UserDeletedPayload struct {
UserID string `json:"user_id"`
}
Click to show internal directories.
Click to hide internal directories.