package
Version:
v0.0.0-...-b54b046
Opens a new window with list of versions in this module.
Published: May 29, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
SEPP SEPP `yaml:"sepp"`
}
type Local struct {
N32 N32 `yaml:"n32"`
SBI SBI `yaml:"sbi"`
}
type N32 struct {
FQDN string `yaml:"fqdn"`
Host string `yaml:"host"`
Port string `yaml:"port"`
TLS TLS `yaml:"tls"`
}
type Remote struct {
URL string `yaml:"url"`
TLS TLS `yaml:"tls"`
}
type SBI struct {
Host string `yaml:"host"`
Port string `yaml:"port"`
TLS TLS `yaml:"tls"`
}
type SEPP struct {
SecurityCapability string `yaml:"securityCapability"`
Local Local `yaml:"local"`
Remote Remote `yaml:"remote"`
}
type TLS struct {
Cert string `yaml:"cert"`
Key string `yaml:"key"`
CA string `yaml:"ca"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.