github.com/hyperledger-labs/bdls@v2.1.1+incompatible/core/peer/testdata/generate.go (about)

     1  /*
     2  Copyright IBM Corp. All Rights Reserved.
     3  
     4  SPDX-License-Identifier: Apache-2.0
     5  */
     6  
     7  // +build ignore
     8  
     9  //go:generate -command gencerts go run github.com/hyperledger/fabric/core/comm/testdata/certs
    10  //go:generate gencerts -orgs 3 -child-orgs 1 -servers 1 -clients 0
    11  
    12  package testdata