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

Function mockInitFunc

modules/modules_test.go:18–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16)
17
18func mockInitFunc() (services.Service, error) { return services.NewIdleService(nil, nil), nil }
19
20func mockInitFuncFail() (services.Service, error) { return nil, errors.New("Error") }
21

Callers

nothing calls this directly

Calls 1

NewIdleServiceFunction · 0.92

Tested by

no test coverage detected