package enums type ConfirmationCodeType int32 const ( RegistrationCodeType ConfirmationCodeType = iota PasswordResetCodeType )