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 Dependency ¶
type Dependency interface {
}
type Plugin ¶
type Plugin interface {
Endorse(payload []byte, sp *peer.SignedProposal) (*peer.Endorsement, []byte, error)
Init(dependencies ...Dependency) error
}
type PluginFactory ¶
type PluginFactory interface {
New() Plugin
}
Click to show internal directories.
Click to hide internal directories.