Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecPyProcessor ¶
type ExecPyProcessor struct {
// contains filtered or unexported fields
}
func LoadPythonProcessor ¶
func LoadPythonProcessor(pyCodePath, moduleName, processorClassName string, constructorArgs map[string]interface{}) *ExecPyProcessor
func (*ExecPyProcessor) Clone ¶
func (p *ExecPyProcessor) Clone() processor.Processor
func (*ExecPyProcessor) Process ¶
func (p *ExecPyProcessor) Process(ctx processor.BrainContext) error
Click to show internal directories.
Click to hide internal directories.