Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoopPreventer ¶
type LoopPreventer interface { CheckLoopPrevent(src, dst string) error RemoveRoute(src, dst string) error }
func NewLoopPreverter ¶
func NewLoopPreverter(strElement string) LoopPreventer
Click to show internal directories.
Click to hide internal directories.