package
Version:
v1.3.0-rc
Opens a new window with list of versions in this module.
Published: Jun 6, 2024
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"`
GrpcServer GrpcServer `yaml:"grpc-server"`
Log Log `yaml:"log"`
Ted Ted `yaml:"ted"`
Gobgp Gobgp `yaml:"gobgp"`
USidMode bool `yaml:"usid-mode"`
}
type Gobgp struct {
GrpcClient GrpcClient `yaml:"grpc-client"`
}
type GrpcClient struct {
Address string `yaml:"address"`
Port string `yaml:"port"`
}
type GrpcServer struct {
Address string `yaml:"address"`
Port string `yaml:"port"`
}
type Log struct {
Path string `yaml:"path"`
Name string `yaml:"name"`
Debug bool `yaml:"debug"`
}
type Pcep struct {
Address string `yaml:"address"`
Port string `yaml:"port"`
}
type Ted struct {
Enable bool `yaml:"enable"`
Source string `yaml:"source"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.