Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ValidationInfoRetrieveShim ¶
type ValidationInfoRetrieveShim struct { Legacy plugindispatcher.LifecycleResources New plugindispatcher.LifecycleResources }
ValidationInfoRetrieveShim implements plugindispatcher.LifecycleResource by attempting to retrieve validation information from the two supplied sources - a legacy source and a new source. The ValidationInfo function will return info from the new source (if available) or info from the legacy source
func (*ValidationInfoRetrieveShim) ValidationInfo ¶
func (v *ValidationInfoRetrieveShim) ValidationInfo(channelID, chaincodeName string, qe ledger.SimpleQueryExecutor) (plugin string, args []byte, unexpectedErr error, validationErr error)
Click to show internal directories.
Click to hide internal directories.