Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Opts ¶
type Opts interface { Set(interface{}, interface{}) Get(interface{}) (interface{}, bool) }
type Plugin ¶
type Plugin interface { Name() string Init() error FInit() error Interest(msg *proto.Msg, tools PluginTools) (Action, error) PreProcess(msg *proto.Msg, tools PluginTools) (Action, error) Process(msg *proto.Msg, tools PluginTools) (Action, error) PostProcess(msg *proto.Msg, tools PluginTools) (Action, error) }
type PluginTools ¶
Click to show internal directories.
Click to hide internal directories.