Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "mib2go",
Short: "Generates Go code from MIB files",
Long: `mib2go is a CLI to generate Go code from SNMP MIB files.`,
}
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
type ImportType ¶
type ImportType string
const ( ImportTypeUnknown ImportType = "" ImportTypeNode ImportType = "node" ImportTypeType ImportType = "type" )
Click to show internal directories.
Click to hide internal directories.