Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Hardware ¶
type Hardware struct { ObjectID string `db:"naam"` Hostname string `db:"hostnaam"` User string `db:"ref_gebruiker"` Type string `db:"objecttype"` Description string `db:"specificatie"` Location string `db:"ref_lokatie"` IP string `db:"ipadres"` MAC string `db:"macadres"` }
Hardware table contains the information for each Object
func FindHardware ¶
FindHardware finds Hardware objects by ObjectID or Username and returns a slice of Hardware
Click to show internal directories.
Click to hide internal directories.