Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TaskHost ¶
type TaskHost struct { Id int `json:"id" gorm:"type:int(20); primary_key; auto_increment; not null"` TaskId int `json:"taskId" gorm:"type:int(20); not null; index:IDX_task_host_task_id"` HostId int `json:"hostId" gorm:"type:int(20); not null; index:IDX_task_host_host_id"` HostName string `json:"hostName" gorm:"-"` HostPort int `json:"hostPort" gorm:"-"` HostAlias string `json:"hostAlias" gorm:"-"` }
func (*TaskHost) GetHostIdsByTaskId ¶
func (*TaskHost) GetTaskIdsByHostId ¶
Click to show internal directories.
Click to hide internal directories.