Spaces:
Runtime error
Runtime error
| package models | |
| type AccountData struct { | |
| UserID uint | |
| VerifyStatus string | |
| Role string | |
| ErrVerif error | |
| } | |
| package models | |
| type AccountData struct { | |
| UserID uint | |
| VerifyStatus string | |
| Role string | |
| ErrVerif error | |
| } | |