up
This commit is contained in:
@@ -26,6 +26,9 @@ type Servidor struct {
|
||||
AgentToken string `json:"agent_token" gorm:"column:agent_token;uniqueIndex"`
|
||||
AgentLastSeen *time.Time `json:"agent_last_seen" gorm:"column:agent_last_seen"`
|
||||
MetricasJson string `json:"metricas_json" gorm:"column:metricas_json;type:text"`
|
||||
// Integración Hostinger
|
||||
HostingerVpsID *int `json:"hostinger_vps_id" gorm:"column:hostinger_vps_id"`
|
||||
HostingerState string `json:"hostinger_state" gorm:"column:hostinger_state"`
|
||||
}
|
||||
|
||||
func (Servidor) TableName() string {
|
||||
|
||||
Reference in New Issue
Block a user