Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupPingSimi ¶
func SetupPingSimi(c *config.WorkerConfig) error
Types ¶
type PingWorker ¶
type PingWorker struct {
ChaincodeID string `yaml:"chaincodeID"`
Sdk *fabsdk.FabricSDK
Username string `yaml:"username"`
Org string `yaml:"org"`
LogLevel string `yaml:"logLevel"`
}
func (*PingWorker) Close ¶
func (a *PingWorker) Close()
Close Fabric SDK resources and connections before exiting
func (*PingWorker) PingChaincodeAllOrgPeers ¶
func (a *PingWorker) PingChaincodeAllOrgPeers() error
Click to show internal directories.
Click to hide internal directories.