package
Version:
v0.0.0-...-70b25ef
Opens a new window with list of versions in this module.
Published: Jul 22, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
This file contains the config file information for storing data about JTAF to reduce input repetition
type Config struct {
YangDir string `toml:"yangDir"`
ProviderDir string `toml:"providerDir"`
XpathPath string `toml:"xpathPath"`
FileType string `toml:"fileType"`
ProviderName string `toml:"providerName"`
}
Config used to decode configuration file.
GetConfig loads the config from a .TOML file and removes the problem of repetition.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.