Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( LevelOpts = metrics.GaugeOpts{ Namespace: "idemix", Name: "cache_level", Help: "Level of the idemix cache", LabelNames: []string{"network", "channel", "namespace"}, StatsdFormat: "%{#fqname}.%{network}.%{channel}.%{namespace}", } )
Functions ¶
This section is empty.
Types ¶
type IdentityCache ¶
type IdentityCache struct {
// contains filtered or unexported fields
}
func NewIdentityCache ¶
func NewIdentityCache(backed IdentityCacheBackendFunc, size int, auditInfo []byte, metrics *Metrics) *IdentityCache
Click to show internal directories.
Click to hide internal directories.