Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserRegistered ¶
type UserRegistered struct {
Email string `json:"email"`
Name string `json:"name"`
Country string `json:"country"` // New in v2
RegisteredAt int64 `json:"registered_at"` // New in v2: Unix timestamp
}
UserRegistered is version 2 with additional fields for enhanced tracking. Breaking change from v1: Added Country (required) and RegisteredAt fields.
Click to show internal directories.
Click to hide internal directories.