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