package
Version:
v0.0.6
Opens a new window with list of versions in this module.
Published: Jan 7, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type NetworkDevice struct {
Hostname string `json:"name" validate:"required"`
SerialNumber string `json:"serial" validate:"omitempty"`
Tags []struct {
Name string `json:"name" validate:"required"`
} `json:"tags" validate:"omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.