MCPcopy Create free account
hub / github.com/DoNewsCode/core / manager

Struct manager

key/key_manager.go:46–48  ·  view source on GitHub ↗

manager is an immutable struct that manages the labels for log, metrics, tracing, kv store, etc.

Source from the content-addressed store, hash-verified

44// manager is an immutable struct that manages the labels for log, metrics,
45// tracing, kv store, etc.
46type manager struct {
47 Prefixes []string
48}
49
50// New constructs a manager from alternating key values.
51//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected