MCPcopy
hub / github.com/grafana/grafana / syncer

Struct syncer

pkg/services/pluginsintegration/installsync/syncer.go:45–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45type syncer struct {
46 services.NamedService
47 featureToggles featuremgmt.FeatureToggles
48 clientGenerator resource.ClientGenerator
49 installRegistrar *install.InstallRegistrar
50 orgService org.Service
51 namespaceMapper request.NamespaceMapper
52 serverLock ServerLock
53 restConfigProvider apiserver.RestConfigProvider
54 pluginsStoreService pluginstore.Store
55}
56
57var _ Syncer = (*syncer)(nil)
58var _ registry.BackgroundService = (*syncer)(nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected