github.com/osdi23p228/fabric@v0.0.0-20221218062954-77808885f5db/core/peer/testdata/generate.go (about)

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