app

package
v0.0.0-...-0ef678d Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CUCM

type CUCM struct {
	RootDir string `yaml:"root_dir" mapstructure:"root_dir"`
}

func (*CUCM) Execute

func (c *CUCM) Execute() error

type Element

type Element struct {
	XMLName xml.Name `xml:"element"`
	Name    string   `xml:"name,attr"`
	Type    string   `xml:"type,attr"`
}

type Schema

type Schema struct {
	XMLName  xml.Name  `xml:"schema"`
	Elements []Element `xml:"element"`
}

Jump to

Keyboard shortcuts

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