Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LinkInfo ¶
type LinkInfo struct { g.Meta `orm:"table: link_info, do:true"` Id interface{} // 主键 Name interface{} // 连接名称 Mark interface{} // 连接标记 CreatedAt *gtime.Time // 创建时间 UpdatedAt *gtime.Time // 修改时间 }
LinkInfo is the golang structure for table link_info.
type LinkNet ¶
type LinkNet struct { g.Meta `orm:"table: link_net, do:true"` Id interface{} // 主键 Name interface{} // 连接名称 Mark interface{} // 串口标记 RemoteType interface{} // 远程类型 RemoteAddr interface{} // 远程地址 RemotePort interface{} // 远程端口号 Timeout interface{} // 超时时间 CreatedAt *gtime.Time // 创建时间 UpdatedAt *gtime.Time // 修改时间 }
LinkNet is the golang structure for table link_net.
type LinkSerial ¶
type LinkSerial struct { g.Meta `orm:"table: link_serial, do:true"` Id interface{} // 主键 Name interface{} // 连接名称 Mark interface{} // 串口标记 SerialName interface{} // 串口号 SerialBaund interface{} // 串口波特率 SerialParity interface{} // 串口校验位 SerialData interface{} // 串口数据位 SerialStop interface{} // 串口停止位 CreatedAt *gtime.Time // 创建时间 UpdatedAt *gtime.Time // 修改时间 }
LinkSerial is the golang structure for table link_serial.
Click to show internal directories.
Click to hide internal directories.