mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 05:02:35 +08:00
fixes
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user