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