diff --git a/client/descriptions.go b/client/descriptions.go index 4a1065735b..150190231a 100644 --- a/client/descriptions.go +++ b/client/descriptions.go @@ -113,6 +113,7 @@ func (col CollectionDescription) QuerySources() []*QuerySource { return sourcesOfType[*QuerySource](col) } +// CollectionSources returns all the Sources of type [CollectionSource] func (col CollectionDescription) CollectionSources() []*CollectionSource { return sourcesOfType[*CollectionSource](col) }