macdb

package
v0.0.0-...-d339e4e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 4, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Console

type Console struct {
	Type string `json:"type"`
	Port int32  `json:"port"`
}

type Credential

type Credential struct {
	Username string `json:"username"`
	Password string `json:"password"`
}

type MacPrefix

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

type MacPrefixes struct {
	MacPrefixes []MacPrefix `json:"macPrefixes"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL