package srunModels import "net" type Eth struct { Name string Addr net.Addr }