Documentation ¶
Overview ¶
Package class provides constants for string representation of class for basic interfaces implementations.
Usage:
func GetClassID() string { return class.ObjectID }
Index ¶
Constants ¶
const AllowanceID = "Allowance"
AllowanceID is a string representation of class for Allowance interface implementations.
const ClsDomainID = "ClassDomain"
ClsDomainID is a string representation of class for ClassDomain interface implementations.
const CompositeCollectionID = "CompositeCollection"
CompositeCollectionID is a string representation of class for CompositeCollection interface implementations.
const DomainID = "Domain"
DomainID is a string representation of class for Domain interface implementations.
const InstanceDomainID = "InstanceDomain"
InstanceDomainID is a string representation of class for InstanceDomain interface implementations.
const MemberDomainID = "MemberDomain"
MemberDomainID is a string representation of class for MemberDomain interface implementations.
const MemberID = "Member"
MemberID is a string representation of class for Member interface implementations.
const ObjectID = "Object"
ObjectID is a string representation of class for Object interface implementations.
const ProxyID = "Proxy"
ProxyID is a string representation of class for Proxy interface implementations.
const ReferenceDomainID = "ReferenceDomain"
ReferenceDomainID is a string representation of class for AddressDomain interface implementations.
const ReferenceID = "Reference"
ReferenceID is a string representation of class for Reference interface implementations.
const SmartContractID = "SmartContract"
SmartContractID is a string representation of class for SmartContract interface implementations.
const WalletDomainID = "WalletDomain"
WalletDomainID is a string representation of class for WalletDomain interface implementations.
const WalletID = "Wallet"
WalletID is a string representation of class for Wallet interface implementations.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.