mirror of https://github.com/grafana/grafana
parent
bd470abcf0
commit
42a5aefb23
@ -1 +1 @@ |
|||||||
Subproject commit dfef4727b689d408b86d75c575646705bac79496 |
Subproject commit bc673fd9697d5b37314ca0d75943dec68f9fffe1 |
||||||
@ -0,0 +1,14 @@ |
|||||||
|
package models |
||||||
|
|
||||||
|
import "time" |
||||||
|
|
||||||
|
type HomeDashboard struct { |
||||||
|
Id int64 |
||||||
|
UserId int64 |
||||||
|
AccountId int64 |
||||||
|
|
||||||
|
Created time.Time |
||||||
|
Updated time.Time |
||||||
|
|
||||||
|
Data map[string]interface{} |
||||||
|
} |
||||||
Loading…
Reference in new issue