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 {
Query string `md:"query,required"`
QueryParams map[string]interface{} `md:"queryParams"`
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.