api

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config added in v0.4.0

type Config struct {
	NamePrefix  string      `yaml:"namePrefix"`
	Inventories []Inventory `yaml:"hosts"`
	Filter      Filter      `yaml:"filter"`
}

type Filter added in v0.4.0

type Filter struct {
	MacPrefix []string `yaml:"macPrefix"`
}

type Inventory

type Inventory struct {
	Name       string `yaml:"name"`
	MacAddress string `yaml:"macAddress"`
}

Jump to

Keyboard shortcuts

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