Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Endpoint ¶
type Endpoint struct { Name string `yaml:"name"` Labels Labels `yaml:"labels"` NseName string `yaml:"nseName"` //TODO temporary in order to be able to run examples NseControl *NseControl `yaml:"nseControl"` VL3 VL3 `yaml:"vl3"` }
func (*Endpoint) ToNSConfiguration ¶
func (e *Endpoint) ToNSConfiguration() *common.NSConfiguration
type InvalidConfigErrors ¶
type InvalidConfigErrors []error
func (InvalidConfigErrors) Error ¶
func (v InvalidConfigErrors) Error() string
type NSConfigurationConverter ¶
type NSConfigurationConverter interface {
ToNSConfiguration() *common.NSConfiguration
}
type NseControl ¶
Click to show internal directories.
Click to hide internal directories.