fix spelling

This commit is contained in:
Ryan McKinley
2025-07-02 19:40:19 -07:00
parent 1a883d1167
commit 4e3197a58f
+1 -1
View File
@@ -26,7 +26,7 @@ var (
)
// Get all datasource connections -- this will be backed by search or duplicated resource in unified storage
// TODO: name vs uid? name accross all groups not unique! must be different... use labels?
// TODO: name vs uid? name across all groups not unique! must be different... use labels?
type DataSourceConnectionProvider interface {
// Get gets a specific datasource (that the user in context can see)
GetConnection(ctx context.Context, namespace string, name string) (*queryV0.DataSourceConnection, error)