Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Inits []func() error VrfAdd func(vrfName string, index int) error )
Functions ¶
This section is empty.
Types ¶
type FeaComponent ¶
type FeaComponent struct {
Params *FeaParam
}
func NewFeaComponent ¶
func NewFeaComponent(param *FeaParam) *FeaComponent
func (*FeaComponent) Start ¶
func (fea *FeaComponent) Start() component.Component
func (*FeaComponent) Stop ¶
func (fea *FeaComponent) Stop() component.Component
Click to show internal directories.
Click to hide internal directories.