package
0.0.0-20220930213620-4982e5b9fed9
Repository: https://github.com/codered-by-ec-council/hands-on-network-programming-with-go.git
Documentation: pkg.go.dev

# Functions

Stepper steps through a list of runners, grabbing and comparing the received data while validating success.

# Structs

CompareError is a composite struct to ensure what was got matches what was expected for a given command.
ISISAdjacencyRpcReply represents an ISIS neighbor.
SpecificRouteRpcReply represents a specific juniper route in the routing table.

# Interfaces

Runner provides the neccessary methods to collect and compare data from a target device.