Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Converter ¶
type Converter interface {
// Converts a raw interface element to a command qualified structure <BR/>
// Paramameters: <BR/>
// cmdValues (interface{}) Raw value from the feed file parsing
// Return: <BR/>
// (interface{}) Qualified structure <BR/>
// (error) Error occured during any conversion <BR/>
Convert(cmdValues interface{}) (threads.StepRunnable, error)
// Set locally into the converter the logger to use
SetLogger(l log.Logger)
}
Coverter interface, responsible to comvert raw interface from the parsing to a specific structure
Click to show internal directories.
Click to hide internal directories.