Documentation
¶
Overview ¶
Package conns contains internal helpers relating to conn.Conns values.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Set ¶
Set is a set of connections. Since connections are map keys in the underlying type, they are unique. Standard map iteration is used to enumerate the contents of the set.
func SetFromSlice ¶
SetFromSlice converts a []conn.Conn into a conn.Set.
Click to show internal directories.
Click to hide internal directories.