Versions in this module Expand all Collapse all v0 v0.0.2 Nov 4, 2024 v0.0.1 Nov 4, 2024 Changes in this version + type NameWithSha256 struct + func NewNameWithSha256() *NameWithSha256 + func (h *NameWithSha256) ID() []byte + func (h *NameWithSha256) Name() []byte + func (h *NameWithSha256) Update(labels []labels.Bytes) + type Noop struct + func NewNoop() *Noop + func (h *Noop) ID() []byte + func (h *Noop) Name() []byte + func (h *Noop) Update(labels []labels.Bytes) + type Provider interface + ID func() []byte + Name func() []byte + Update func(labels []labels.Bytes)