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