Documentation ¶ Index ¶ type Magic Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Magic ¶ type Magic struct { // Email is the Email address associated with the Magic Link Email string `json:"email"` // Secret is the secret token associated with the Magic Link Secret []byte `json:"secret"` } Source Files ¶ View all Source files magic.go Click to show internal directories. Click to hide internal directories.