do

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 7, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL