package
module
Version:
v0.2.3
Opens a new window with list of versions in this module.
Published: Jan 15, 2020
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 put operations
Eval implements activity.Activity.Eval
Metadata implements activity.Activity.Metadata
type Input struct {
StateKey string `md:"key,required"`
PrivateCollection string `md:"privateCollection"`
KeysOnly bool `md:"keysOnly"`
CompositeKeys string `md:"compositeKeys"`
}
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"`
StateKey string `md:"key"`
Result map[string]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.