test git
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
package logicalports
|
||||
|
||||
// IDs gets array of IDs from LogicalPortList struct
|
||||
func (pl LogicalPortsList) IDs() []string {
|
||||
res := make([]string, 0, len(pl.Ports))
|
||||
for _, c := range pl.Ports {
|
||||
res = append(res, c.ID)
|
||||
}
|
||||
return res
|
||||
}
|
||||
Reference in New Issue
Block a user