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 get operations
type Input ¶
type Input struct { StateKey string `md:"key,required"` Operation string `md:"operation,required,allowed(ADD,DELETE,LIST,SET)"` Role string `md:"role,allowed(MEMBER,ADMIN,CLIENT,PEER)"` Organizations string `md:"organizations"` Policy string `md:"policy"` IsPrivate bool `md:"isPrivate,required"` PrivateCollection string `md:"collection"` }
Input of the activity
Click to show internal directories.
Click to hide internal directories.