mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
K8s: Add storage dual writer (#75403)
This commit is contained in:
@@ -3,7 +3,7 @@ package apiregistry
|
||||
import (
|
||||
"context"
|
||||
|
||||
playlistsv1 "github.com/grafana/grafana/pkg/apis/playlist/v1"
|
||||
playlistsv0alpha1 "github.com/grafana/grafana/pkg/apis/playlist/v0alpha1"
|
||||
"github.com/grafana/grafana/pkg/registry"
|
||||
)
|
||||
|
||||
@@ -14,7 +14,7 @@ var (
|
||||
type Service struct{}
|
||||
|
||||
func ProvideService(
|
||||
_ *playlistsv1.PlaylistAPIBuilder,
|
||||
_ *playlistsv0alpha1.PlaylistAPIBuilder,
|
||||
) *Service {
|
||||
return &Service{}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user