mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-03-29 03:32:17 -04:00
updated godoc comment
This commit is contained in:
@@ -16,7 +16,7 @@ func (dao *Dao) CollectionQuery() *dbx.SelectQuery {
|
||||
return dao.ModelQuery(&models.Collection{})
|
||||
}
|
||||
|
||||
// FindCollectionsByType finds all collections by the given type
|
||||
// FindCollectionsByType finds all collections by the given type.
|
||||
func (dao *Dao) FindCollectionsByType(collectionType string) ([]*models.Collection, error) {
|
||||
collections := []*models.Collection{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user