Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Activity ¶
type Activity struct {
}
Activity is a stub for executing Hyperledger Fabric put operations
type Input ¶
type Input struct {
StartKey string `md:"startKey,required"`
EndKey string `md:"endKey,required"`
UsePagination bool `md:"usePagination"`
PageSize int32 `md:"pageSize"`
Start string `md:"start"`
PrivateCollection string `md:"privateCollection"`
}
Input of the activity
Click to show internal directories.
Click to hide internal directories.