package
Version:
v0.0.0-...-0ef678d
Opens a new window with list of versions in this module.
Published: Mar 26, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CUCM struct {
RootDir string `yaml:"root_dir" mapstructure:"root_dir"`
}
type Element struct {
XMLName xml.Name `xml:"element"`
Name string `xml:"name,attr"`
Type string `xml:"type,attr"`
}
type Schema struct {
XMLName xml.Name `xml:"schema"`
Elements []Element `xml:"element"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.