snmp

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 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 Community

type Community struct {
	Name      string `json:"name"`
	Community string `json:"community"`
	Type      string `json:"type"`
}

type SNMP

type SNMP struct {
	Device struct {
		Name string `json:"name" validate:"required"`
	} `json:"device" validate:"required"`
	Location      string      `json:"location"                   validate:"omitempty"`
	Contact       string      `json:"contact"                    validate:"omitempty"`
	CommunityList []Community `json:"community_list" validate:"omitempty,dive"`
}

Jump to

Keyboard shortcuts

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