Versions in this module Expand all Collapse all v0 v0.2.5 Oct 14, 2016 Changes in this version + var OID = map[string]string + type Client struct + Host string + SNMP *SNMPClient + func NewClient(args string, cfg cli.Config) (Client, error) + func (c *Client) ShowInterface(args string) error + type SNMPClient struct + Args snmpgo.SNMPArguments + Host string + SysDescr string + func NewSNMP(a string, cfg cli.Config) (*SNMPClient, error) + func (c *SNMPClient) BulkWalk(oid ...string) ([]*snmpgo.VarBind, error) + func (c *SNMPClient) GetOIDs(oid ...string) ([]*snmpgo.VarBind, error) + type Widgets struct