meta

package
v0.0.0-...-6f2fbe4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2020 License: GPL-3.0 Imports: 3 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetVerbosity

func GetVerbosity() string

Get Required system logger verbosity

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

type ProxyStub

type ProxyStub interface {
	Discover(module string) (Converter, error)
}

Interface that defines the Proxy Stub Components behaviors

type Symbol

type Symbol interface{}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL