MCPcopy
hub / github.com/grafana/dskit / NewDesc

Function NewDesc

ring/model.go:44–48  ·  view source on GitHub ↗

NewDesc returns an empty ring.Desc

()

Source from the content-addressed store, hash-verified

42
43// NewDesc returns an empty ring.Desc
44func NewDesc() *Desc {
45 return &Desc{
46 Ingesters: map[string]InstanceDesc{},
47 }
48}
49
50func timeToUnixSecons(t time.Time) int64 {
51 if t.IsZero() {

Calls

no outgoing calls