package
Version:
v0.0.0-...-d339e4e
Opens a new window with list of versions in this module.
Published: Mar 4, 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 Console struct {
Type string `json:"type"`
Port int32 `json:"port"`
}
type Credential struct {
Username string `json:"username"`
Password string `json:"password"`
}
type MacPrefix struct {
MacPrefix string `json:"macPrefix"`
Manufacturer string `json:"manufacturer"`
Protocol string `json:"protocol"`
Port int32 `json:"port"`
Type string `json:"type"`
DefaultCredentials []Credential `json:"defaultCredentials"`
Console Console `json:"console,omitempty"`
}
type MacPrefixes struct {
MacPrefixes []MacPrefix `json:"macPrefixes"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.