package
Version:
v1.1.6
Opens a new window with list of versions in this module.
Published: Aug 20, 2020
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 4
Opens a new window with list of known importers.
Documentation
¶
type Subscription struct {
CreatedAt time.Time `gorm:"default:CURRENT_TIMESTAMP"`
Coin uint `gorm:"primary_key; column:coin; auto_increment:false" sql:"index"`
Address string `gorm:"primary_key; column:address; type:varchar(128)" sql:"index"`
}
type Tracker struct {
UpdatedAt time.Time
Coin string `gorm:"primary_key:true; type:varchar(64)"`
Height int64
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.