|
|
@@ -15,7 +15,7 @@ type Channel struct {
|
|
|
CreatedTime int64 `json:"created_time" gorm:"bigint"`
|
|
|
TestTime int64 `json:"test_time" gorm:"bigint"`
|
|
|
ResponseTime int `json:"response_time"` // in milliseconds
|
|
|
- BaseURL *string `json:"base_url" gorm:"column:base_url"`
|
|
|
+ BaseURL *string `json:"base_url" gorm:"column:base_url;default:''"`
|
|
|
Other string `json:"other"`
|
|
|
Balance float64 `json:"balance"` // in USD
|
|
|
BalanceUpdatedTime int64 `json:"balance_updated_time" gorm:"bigint"`
|