Documentation ¶
Index ¶
Constants ¶
View Source
const ( //EmailAuthHeader is the header name for getting the auth from a request EmailAuthHeader = "Authorization" //EmailAuthEnvKey the key name for auth token EmailAuthEnvKey = "EMAIL_AUTH" )
Variables ¶
This section is empty.
Functions ¶
func EmailAuthMiddleware ¶
EmailAuthMiddleware checks all requests
Types ¶
type AttendeeInfo ¶
type AttendeeInfo struct { Address sdk.AccAddress `json:"address"` Profile *eventbrite.AttendeeProfile `json:"attendee"` // private key information CosmosPrivateKey string `json:"cosmos_private_key"` RSAPrivateKey string `json:"rsa_private_key"` RSAPublicKey string `json:"rsa_public_key"` // needed to claim the attendee account CommitmentSecret string `json:"commitment_secret"` Commitment util.Commitment `json:"commitment"` ImageUploadURL string `json:"image_upload_url"` }
AttendeeInfo -
Click to show internal directories.
Click to hide internal directories.