Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Int64Array ¶
type Int64Array []int64
func (*Int64Array) Scan ¶
func (a *Int64Array) Scan(value interface{}) error
type Result ¶
type Result struct { ID int64 `gorm:"type:bigint;primaryKey;autoIncrement:false"` Winners Int64Array `gorm:"type:json"` }
Click to show internal directories.
Click to hide internal directories.