Documentation ¶
Index ¶
Constants ¶
View Source
const ( SYS_CHANNEL string = "testchainid" BLOCK_CHAIN_TYPE_FABRIC string = "fabric" SOLO_FABRIC string = "SOLO_FABRIC" KAFKA_FABRIC string = "KAFKA_FABRIC" RAFT_FABRIC string = "RAFT_FABRIC" ZOOK_COUNT int = 3 KAFKA_COUNT int = 4 CC_DEPLOY_OK uint64 = 0 CC_DEPLOY_ING uint64 = 101 CC_DEPLOY_FAILED uint64 = 102 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddOrgConfig ¶
type CCRecordSt ¶
type CCRecordSt struct { BlockChainId string `json:"BlockChainId"` BlockChainName string `json:"BlockChainName"` ChCC []ChannelCCSt `json:"ChCC"` }
type CCSt ¶
type CCSt struct { BlockChainId string `json:"BlockChainId"` BlockChainName string `json:"BlockChainName"` CCName string `json:"CCName"` CCVersion string `json:"CCVersion"` CreateTime string `json:"CreateTime"` UpdateTime string `json:"UpdateTime"` Status uint64 `json:Status` //0:success,101:deploying,102:deploy failed }
type ChannelCCSt ¶
type ChannelList ¶
type ChannelList struct { Channels []struct { ChannelID string `json:"channel_id"` } `json:"channels"` }
type ChannelTxSt ¶
type DeployNetConfig ¶
type DeployPara ¶
type DeployPara struct { DeployNetCfg DeployNetConfig `json:"DeployNetCfg"` DeployType string `json:"DeployType"` Version string `json:"Version"` CryptoType string `json:"CryptoType"` ClusterId string `json:"ClusterId"` }
type ServiceNodePortSt ¶
type TxRecordSt ¶
type TxRecordSt struct { BlockChainId string `json:"BlockChainId"` ChTx []ChannelTxSt `json:"ChTx"` }
Click to show internal directories.
Click to hide internal directories.