mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 04:34:23 -06:00
440f9a6ffb
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
11 lines
175 B
Go
11 lines
175 B
Go
package apis
|
|
|
|
import (
|
|
"github.com/google/wire"
|
|
playlistv1 "github.com/grafana/grafana/pkg/apis/playlist/v1"
|
|
)
|
|
|
|
var WireSet = wire.NewSet(
|
|
playlistv1.RegisterAPIService,
|
|
)
|