v2

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 19, 2026 License: MIT Imports: 0 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL