Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Machine ¶
type Machine struct {
Name string
Complete bool
Ports map[string]*MachinePort
}
type MachinePort ¶
type MachinePort struct {
Machine *Machine
OtherEnd *SwitchPort
Name string
}
type Switch ¶
type Switch struct {
Name string
Complete bool
Ports map[string]*SwitchPort
}
type SwitchPort ¶
type SwitchPort struct {
Switch *Switch
OtherEnd *MachinePort
Name string
}
Source Files
¶
- graph.go
Click to show internal directories.
Click to hide internal directories.