package
Version:
v0.2.1
Opens a new window with list of versions in this module.
Published: Apr 25, 2021
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 10
Opens a new window with list of known importers.
Documentation
¶
type Device struct {
Name string `json:"name,omitempty"`
Index int `json:"index,omitempty"`
Ports []Port `json:"ports,omitempty"`
}
type Port struct {
Name string `json:"name,omitempty"`
Index int `json:"index,omitempty"`
Terminals []Terminal `json:"terminals,omitempty"`
}
type Terminal struct {
Name string `json:"name,omitempty"`
Index int `json:"index,omitempty"`
State bool `json:"state,omitempty"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.