Documentation
¶
Index ¶
- Constants
- func GetChainAppKey(id string) string
- func GetDataBlockKey(blockId string) string
- func GetDataBlockOwnerKey(createPeerId string) string
- func GetPeerClientEmailKey(email string, hashed bool) string
- func GetPeerClientKey(peerId string) string
- func GetPeerClientMobileKey(mobile string, hashed bool) string
- func GetPeerClientNameKey(name string, hashed bool) string
- func GetPeerEndpointKey(id string) string
- func GetPeerTransactionChannelArticleKey(id string) string
- func GetPeerTransactionChannelKey(id string) string
- func GetPeerTransactionGroupFileKey(id string) string
- func GetPeerTransactionP2pChatKey(id string) string
- func GetPeerTransactionSrcKey(id string) string
- func GetPeerTransactionTargetKey(id string) string
- func GetTransactionKeyKey(id string) string
- type ChainAppValidator
- type DataBlockValidator
- type PeerClientValidator
- type PeerEndpointValidator
- type PeerTransactionValidator
- type TransactionKeyValidator
Constants ¶
View Source
const ChainApp_Prefix = "chainApp"
View Source
const DataBlock_KeyKind = "BlockId"
View Source
const DataBlock_Owner_KeyKind = "PeerId"
View Source
const DataBlock_Owner_Prefix = "dataBlockOwner"
View Source
const DataBlock_Prefix = "dataBlock"
View Source
const PeerClient_Email_KeyKind = "Email"
View Source
const PeerClient_Email_Prefix = "peerClientEmail"
View Source
const PeerClient_KeyKind = "PeerId"
View Source
const PeerClient_Mobile_KeyKind = "Mobile"
View Source
const PeerClient_Mobile_Prefix = "peerClientMobile"
View Source
const PeerClient_Name_KeyKind = "Name"
View Source
const PeerClient_Name_Prefix = "peerClientName"
View Source
const PeerClient_Prefix = "peerClient"
View Source
const PeerEndpoint_Prefix = "peerEndpoint"
View Source
const PeerTransaction_ChannelArticle_KeyKind = "ParentBusinessNumber"
View Source
const PeerTransaction_ChannelArticle_Prefix = "peerTransactionChannelArticle"
View Source
const PeerTransaction_Channel_KeyKind = "TransactionType"
View Source
const PeerTransaction_Channel_Prefix = "peerTransactionChannel"
View Source
const PeerTransaction_GroupFile_KeyKind = "BusinessNumber"
View Source
const PeerTransaction_GroupFile_Prefix = "peerTransactionGroupFile"
View Source
const PeerTransaction_P2PChat_KeyKind = "BusinessNumber"
View Source
const PeerTransaction_P2PChat_Prefix = "peerTransactionP2PChat"
View Source
const PeerTransaction_Src_KeyKind = "SrcPeerId"
View Source
const PeerTransaction_Src_Prefix = "peerTransactionSrc"
View Source
const PeerTransaction_Target_KeyKind = "TargetPeerId"
View Source
const PeerTransaction_Target_Prefix = "peerTransactionTarget"
View Source
const PeerTransaction_Type_KeyKind = "TransactionType"
View Source
const TransactionKey_Prefix = "transactionKey"
Variables ¶
This section is empty.
Functions ¶
func GetChainAppKey ¶
func GetDataBlockKey ¶
func GetDataBlockOwnerKey ¶
func GetPeerClientEmailKey ¶ added in v0.1.24
func GetPeerClientKey ¶
func GetPeerClientMobileKey ¶
func GetPeerClientNameKey ¶ added in v0.1.24
func GetPeerEndpointKey ¶
func GetPeerTransactionChannelArticleKey ¶ added in v0.0.3
func GetPeerTransactionChannelKey ¶ added in v0.0.3
func GetPeerTransactionGroupFileKey ¶ added in v0.0.2
func GetPeerTransactionP2pChatKey ¶ added in v0.0.2
func GetTransactionKeyKey ¶
Types ¶
type ChainAppValidator ¶
type ChainAppValidator struct { }
type DataBlockValidator ¶
type DataBlockValidator struct { }
type PeerClientValidator ¶
type PeerClientValidator struct { }
type PeerEndpointValidator ¶
type PeerEndpointValidator struct { }
type PeerTransactionValidator ¶
type PeerTransactionValidator struct { }
type TransactionKeyValidator ¶
type TransactionKeyValidator struct { }
Click to show internal directories.
Click to hide internal directories.