Spaces:
Runtime error
Runtime error
File size: 133 Bytes
131eba4 | 1 2 3 4 5 6 7 8 9 | package models
type AccountData struct {
UserID uint
VerifyStatus string
Role string
ErrVerif error
}
|