Documentation ¶
Index ¶
- type Unimplemented
- func (j *Unimplemented) ConfigureInterface(update *models.UpdateInterface) (bool, error)
- func (j *Unimplemented) Connect(cfg config.Connection) error
- func (j *Unimplemented) Disconnect() error
- func (j *Unimplemented) GetHardwareInfo() (*models.HardwareInfo, error)
- func (j *Unimplemented) GetInterface(name string) (*models.Interface, error)
- func (j *Unimplemented) ListArpTable() ([]models.ArpEntry, error)
- func (j *Unimplemented) ListInterfaces() ([]*models.Interface, error)
- func (j *Unimplemented) ListLLDPNeighbors() ([]models.LLDPNeighbor, error)
- func (j *Unimplemented) Logger() *log.Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Unimplemented ¶
type Unimplemented struct {
// contains filtered or unexported fields
}
func (*Unimplemented) ConfigureInterface ¶
func (j *Unimplemented) ConfigureInterface(update *models.UpdateInterface) (bool, error)
func (*Unimplemented) Connect ¶
func (j *Unimplemented) Connect(cfg config.Connection) error
func (*Unimplemented) Disconnect ¶
func (j *Unimplemented) Disconnect() error
func (*Unimplemented) GetHardwareInfo ¶
func (j *Unimplemented) GetHardwareInfo() (*models.HardwareInfo, error)
func (*Unimplemented) GetInterface ¶
func (j *Unimplemented) GetInterface(name string) (*models.Interface, error)
func (*Unimplemented) ListArpTable ¶
func (j *Unimplemented) ListArpTable() ([]models.ArpEntry, error)
func (*Unimplemented) ListInterfaces ¶
func (j *Unimplemented) ListInterfaces() ([]*models.Interface, error)
func (*Unimplemented) ListLLDPNeighbors ¶
func (j *Unimplemented) ListLLDPNeighbors() ([]models.LLDPNeighbor, error)
func (*Unimplemented) Logger ¶
func (j *Unimplemented) Logger() *log.Logger
Click to show internal directories.
Click to hide internal directories.