Documentation ¶
Overview ¶
Package util contains goyang utility functions that could be useful for external users.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProcessModules ¶
ProcessModules takes a list of either module/submodule names or .yang file paths, and a list of include paths. It runs the yang parser on the YANG files by searching for them in the include paths or in the current directory, returning a slice of yang.Entry pointers which represent the parsed top level modules. It also returns a list of errors encountered while parsing, if any.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.