|
|
@ -43,7 +43,7 @@ type Account struct { |
|
|
|
StockCorp string `json:"stock_corp"` |
|
|
|
StockCorp string `json:"stock_corp"` |
|
|
|
|
|
|
|
|
|
|
|
Shark bool `json:"shark"` |
|
|
|
Shark bool `json:"shark"` |
|
|
|
SharkDelay float64 `json:"shark_delay" gorm:"default:1200"` |
|
|
|
SharkDelay float64 `json:"shark_delay" gorm:"default:10"` |
|
|
|
SharkTeam bool `json:"shark_team"` |
|
|
|
SharkTeam bool `json:"shark_team"` |
|
|
|
|
|
|
|
|
|
|
|
Motivation bool `json:"motivation" gorm:"default:true"` |
|
|
|
Motivation bool `json:"motivation" gorm:"default:true"` |
|
|
|