1 2 3 4 5 6 7 8 9 10 11 12 13 14
package model import ( "time" ) type Version struct { AccountId int Created time.Time Data []byte Id int Lock *string StateId int }