package main type Noodle struct { Id string Name string Proto string ListenPort int DestPort int DestHost string Expiration int IsUp bool }