Skip to content

Commit

Permalink
PR FIXUP - Document CollectionSources
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSisley committed Feb 7, 2024
1 parent e8504f7 commit 8f1c8b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/descriptions.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 8f1c8b3

Please sign in to comment.