package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Jun 20, 2022
License: MIT
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
¶
type Config struct {
Global Global `yaml:"global"`
}
type Global struct {
Pcep Pcep `yaml:"pcep"`
Grpc Grpc `yaml:"grpc"`
Log Log `yaml:"log"`
}
type Grpc struct {
Address string `yaml:"address"`
Port string `yaml:"port"`
}
type Log struct {
Path string `yaml:"path"`
Name string `yaml:"name"`
}
type Pcep struct {
Address string `yaml:"address"`
Port string `yaml:"port"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.