MCPcopy
hub / github.com/netdata/netdata / testRuntimeJob

Struct testRuntimeJob

src/go/plugin/agent/jobmgr/funcctl/controller_test.go:515–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513}
514
515type testRuntimeJob struct {
516 fullName string
517 moduleName string
518 name string
519 running bool
520}
521
522func newTestRuntimeJob(moduleName, name string, running bool) *testRuntimeJob {
523 return &testRuntimeJob{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected