Documentation ¶
Index ¶
- Constants
- func MakeMapFromAttractorList(lst []*reader.Attractor) map[string]reader.Attractor
- func MakeMapFromConduitList(lst []*reader.Conduit) map[string]reader.Conduit
- func MakeMapFromFlowList(lst []*reader.Flow) map[string]reader.Flow
- func MakeMapFromGWList(lst []*reader.Gateway) map[string]reader.Gateway
- func MakeMapFromStreamList(lst []*reader.Stream) map[string]reader.Stream
- func MakeMapFromVipList(lst []*reader.Vip) map[string]reader.Vip
- func WaitTimeout(wg *sync.WaitGroup, timeout time.Duration) error
Constants ¶
View Source
const TestTimeout = 1 * time.Second
Variables ¶
This section is empty.
Functions ¶
func MakeMapFromAttractorList ¶
Input is a slice of Attractors. Return a map with key as attractor names.
func MakeMapFromConduitList ¶
Input is a slice of Conduits. Return a map with key as conduit names.
func MakeMapFromFlowList ¶
Input is a slice of Flows. Return a map with key as flow names.
func MakeMapFromGWList ¶
Input is a slice of Gateways. Return a map with key as gateway names.
func MakeMapFromStreamList ¶
Input is a slice of Streams. Return a map with key as stream names.
func MakeMapFromVipList ¶
Input is a slice of Vips. Return a map with key as vip names.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.