package
Version:
v0.2.1-develop.110
Opens a new window with list of versions in this module.
Published: Oct 5, 2019
License: BSD-3-Clause
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
New creates a new Activity
Activity is a stub for executing Hyperledger Fabric get operations
Eval implements activity.Activity.Eval
Metadata implements activity.Activity.Metadata
type Input struct {
ChaincodeName string `md:"chaincodeName,required"`
ChannelID string `md:"channelID"`
TransactionName string `md:"transactionName,required"`
Parameters map[string]interface{} `md:"parameters"`
}
Input of the activity
FromMap sets activity input values from a map
ToMap converts activity input to a map
type Output struct {
Code int `md:"code"`
Message string `md:"message"`
Result interface{} `md:"result"`
}
Output of the activity
FromMap sets activity output values from a map
ToMap converts activity output to a map
Source Files
¶
Click to show internal directories.
Click to hide internal directories.