MCPcopy
hub / github.com/netdata/netdata / mockInput

Struct mockInput

src/go/plugin/framework/functions/manager_test.go:511–513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

509}
510
511type mockInput struct {
512 chLines chan string
513}
514
515func (m *mockInput) lines() <-chan string {
516 return m.chLines

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected