Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Network ¶
type Network struct {
// contains filtered or unexported fields
}
Agent is an RPC client worker bee.
func NewNetwork ¶
func NewNetwork(cfg *config.NetworkConfig, conn *grpc.ClientConn) *Network
NewAgent returns a new *Agent from the given arguments.
func (*Network) ScrapeJunosHost ¶
func (n *Network) ScrapeJunosHost(wg *sync.WaitGroup, h *inventory.NetworkHost)
ScrapeJunosHost makes API calls against Junos calls to get some information.
Click to show internal directories.
Click to hide internal directories.