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