MCPcopy
hub / github.com/netdata/netdata / writeView

Struct writeView

src/go/pkg/metrix/meter.go:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3package metrix
4
5type writeView struct {
6 backend meterBackend
7}
8
9type snapshotMeter struct {
10 backend meterBackend

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected