pweb-api-ets / models /authentication_payload_model.go
lifedebugger's picture
Deploy files from GitHub repository
131eba4
raw
history blame contribute delete
133 Bytes
package models
type AccountData struct {
UserID uint
VerifyStatus string
Role string
ErrVerif error
}