This commit is contained in:
Dan Cech
2018-03-19 17:09:49 -04:00
parent d2eab2ff4c
commit 23f163e8cf
4 changed files with 20 additions and 10 deletions

View File

@ -1,10 +1,15 @@
package models
import (
"time"
)
type UserAuth struct {
Id int64
UserId int64
AuthModule string
AuthId string
Created time.Time
}
type ExternalUserInfo struct {