account state changes
This commit is contained in:
@@ -16,6 +16,12 @@ type ContactRequest struct {
|
||||
Message string `json:"message"`
|
||||
}
|
||||
|
||||
const (
|
||||
ContactRequestTopicSiteContact = "site_contact_request"
|
||||
ContactRequestTopicSignupCompleted = "signup_completed"
|
||||
ContactRequestTopicAccountVerificationCompleted = "account_verification_completed"
|
||||
)
|
||||
|
||||
// Normalize trims whitespace from all string fields.
|
||||
func (cr *ContactRequest) Normalize() {
|
||||
if cr == nil {
|
||||
|
||||
Reference in New Issue
Block a user