Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Currency ¶
type Currency struct {
gorm.Model
Convertor string `gorm:"nvarchar(50)"`
Rate float64 `gorm:"numberic(30,5)"`
CrawlTime string
RawText string
}
func (*Currency) FromRemote ¶
func (c *Currency) FromRemote()
Click to show internal directories.
Click to hide internal directories.