Current levels which are incremented each time there is a change which requires database migration
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 )
Version specifies fabric-ca-client/fabric-ca-server version It is defined by the Makefile and passed in with ldflags
var Version = "1.4.2"
func CmpVersion(v1, v2 string) (int, error)
CmpVersion compares version v1 to v2. Return 0 if equal, 1 if v2 > v1, or -1 if v2 < v1.
func GetLevels(version string) (*db.Levels, error)
GetLevels returns the levels for a particular version
func GetVersion() string
GetVersion returns the version
func GetVersionInfo(prgName string) string
GetVersionInfo returns version information for the fabric-ca-client/fabric-ca-server