grafana/pkg/registry/apis/wireset.go
Todd Treece 440f9a6ffb
K8s: Register apiserver as background service, and list real playlists (#75338)
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2023-09-25 15:31:58 -07:00

13 lines
160 B
Go

package apiregistry
import (
"github.com/google/wire"
"github.com/grafana/grafana/pkg/apis"
)
var WireSet = wire.NewSet(
ProvideService,
apis.WireSet,
)