constant

package
v0.0.0-...-7ab3431 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 3, 2020 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	//每条chain的fabric证书文件目录
	BaasArtifacts = "baas-artifacts"
	//每条chain的fabric的k8s文件目录
	BaasK8sConfig = "baas-k8s-config"
	//每条chain的fabric的数据目录
	BaasFabricData = "baas-fabric-data"
	//系统channel名称
	BaasFirstChannel = "youcannotseeme"
	//chaincode保存的文件名
	BaasChaincodeFile = "main.go"
)
View Source
const (
	//cryptogen工具生成证书目录
	CryptoConfigDir = "crypto-config"
	//configtxgen工具生成创世区块,channel交易保存的目录
	ChannelArtifactsDir = "channel-artifacts"
	//cryptogen配置
	CryptoConfigYaml = CryptoConfigDir + ".yaml"
	//configtxgen配置
	ConfigtxYaml = "configtx.yaml"
)
View Source
const (
	//configtx下的proflie
	ProfilesGenesis = "OrdererGenesis"
	ProfilesChannel = "OrgsChannel"
	//创世区块名
	GenesisBlock = "genesis.block"
	//交易后缀
	Tx = ".tx"
	//锚节点后缀
	AnchorsTx = "MSPanchors.tx"
)
View Source
const (
	OrdererSuffix      = "orderer"
	OrdererMsp         = "OrdererMSP"
	OrdererSolo        = "solo"
	OrdererKafka       = "kafka"
	OrdererEtcdraft    = "etcdraft"
	KafkaSuffix        = "kafka"
	TypeImplicitMeta   = "ImplicitMeta"
	TypeSignature      = "Signature"
	RuleAnyReaders     = "ANY Readers"
	RuleAnyWriters     = "ANY Writers"
	RuleMajorityAdmins = "MAJORITY Admins"
	Country            = "CN"
	Province           = "GuangDong"
	Locality           = "GuangZhou"
)

configtx文件下的配置

View Source
const (
	K8sNfsYaml       = "nfs.yaml"
	K8sNamespaceYaml = "namespace.yaml"
	K8sOrdererYaml   = "orderer.yaml"
	K8sPeerYaml      = "peer.yaml"
	K8sCaYaml        = "ca.yaml"
	K8sCliYaml       = "cli.yaml"
	K8sZookeeperYaml = "zookeeper.yaml"
	K8sKafkaYaml     = "kafka.yaml"
)

k8s模板文件

View Source
const (
	//k8s模板的标签
	Tag = "{{%s}}"
	//私钥后缀
	PriKeySuf = "_sk"
	//msp后缀
	MspSuf = "MSP"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL