Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Plugin = plugins.Plugin{
Name: "coresmd",
Setup6: setup6,
Setup4: setup4,
}
Functions ¶
Types ¶
type Cache ¶
type Cache struct {
Client *SmdClient
Duration time.Duration
LastUpdated time.Time
Mutex sync.RWMutex
EthernetInterfaces map[string]EthernetInterface
Components map[string]Component
}
func (*Cache) RefreshLoop ¶
func (c *Cache) RefreshLoop()
type EthernetInterface ¶
type ScriptReader ¶
type ScriptReader struct{}
type SmdClient ¶
func NewSmdClient ¶
Click to show internal directories.
Click to hide internal directories.