This commit is contained in:
Dan Cech
2018-04-17 14:06:25 -04:00
parent d2eab2ff4c
commit 23f163e8cf
4 changed files with 20 additions and 10 deletions
+5
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 {