Ai
6 Star 48 Fork 32

Hyperledger/fabric

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
configtxutils.go 390 Bytes
Copy Edit Raw Blame History
Matthew Sykes authored 2019-08-30 03:56 +08:00 . Move to hyperledger/fabric-protos-go
/*
Copyright IBM Corp. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
*/
package protoutil
import "github.com/hyperledger/fabric-protos-go/common"
func NewConfigGroup() *common.ConfigGroup {
return &common.ConfigGroup{
Groups: make(map[string]*common.ConfigGroup),
Values: make(map[string]*common.ConfigValue),
Policies: make(map[string]*common.ConfigPolicy),
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hyperledger/fabric.git
git@gitee.com:hyperledger/fabric.git
hyperledger
fabric
fabric
v2.1.1

Search