package swarm import ( ) type Swarm struct { Conns map[string]*Conn }