Documentation ¶
Index ¶
Constants ¶
View Source
const ( // IdentityLevel is the current level of identities IdentityLevel = 2 // AffiliationLevel is the current level of affiliations AffiliationLevel = 1 // CertificateLevel is the current level of certificates CertificateLevel = 1 )
Current levels which are incremented each time there is a change which requires database migration
Variables ¶
View Source
var Version = "1.5.5"
Version specifies fabric-ca-client/fabric-ca-server version It is defined by the Makefile and passed in with ldflags
Functions ¶
func CmpVersion ¶
CmpVersion compares version v1 to v2. Strips off an optional 'v' prefix for semrev tags Return 0 if equal, 1 if v2 > v1, or -1 if v2 < v1.
func GetVersionInfo ¶
GetVersionInfo returns version information for the fabric-ca-client/fabric-ca-server
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.