Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateKline ¶
func CreateKline(e *binance.WsKlineEvent) error
Types ¶
type WsKlineModel ¶
type WsKlineModel struct { ID uint `gorm:"primaryKey"` Event string `json:"e"` Time int64 `json:"E"` Symbol string `json:"s"` Kline binance.WsKline `gorm:"embedded" json:"k"` }
func (WsKlineModel) TableName ¶
func (WsKlineModel) TableName() string
Click to show internal directories.
Click to hide internal directories.