# Functions
FindFiles searches for API files in given directory or in a nested directory that is at most one level deeper than dir.
FindFilesRecursive searches for API files under dir or in a nested directory that is not nested deeper than deep.
GetVPPVersionInstalled retrieves VPP version of installed package using dpkg-query.
GetVPPVersionRepo retrieves VPP version using script in repo directory.
Parse parses API files in directory DefaultDir and returns collection of File or an error if any error occurs during parsing.
ParseDir searches for API files in apiDir, parses the found API files and returns collection of File.
ParseFile parses API file and returns File or an error if any error occurs during parsing.
No description provided by the author
ParseRaw parses raw API file content and returns File or an error if any error occurs during parsing.
ResolveApiDir checks if parameter dir is a path to directory of local VPP repository and returns path to directory with VPP API JSON files under build-root.
ResolveVppInput parses an input string and returns VppInput or an error if a problem occurs durig parsing.
ResolveVPPVersion resolves version of the VPP for target directory.
# Constants
APIFileExtension is a VPP API file extension suffix.
DefaultDir is default location of API files.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
InputRef is used to specify reference to VPP API input.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
VppInput defines VPP API input source.
# Type aliases
No description provided by the author