7 lines
93 B
Go
7 lines
93 B
Go
package plc
|
|
|
|
type PlcConf struct {
|
|
Host string
|
|
ConnectType int `json:",optional"`
|
|
}
|