Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Argument ¶
type Argument interface { Dependency Arg() []byte }
type ContextDatum ¶
type ContextDatum interface{}
type Dependency ¶
type Dependency interface{}
type ExecutionFailureError ¶
type ExecutionFailureError struct {
Reason string
}
func (*ExecutionFailureError) Error ¶
func (e *ExecutionFailureError) Error() string
type Plugin ¶
type Plugin interface { Validate(block *common.Block, namespace string, txPosition int, actionPosition int, contextData ...ContextDatum) error Init(dependencies ...Dependency) error }
type PluginFactory ¶
type PluginFactory interface {
New() Plugin
}
Click to show internal directories.
Click to hide internal directories.