mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-29 17:25:32 +00:00
FTS5-Suche
This commit is contained in:
8
pagemodels/pagecollection.go
Normal file
8
pagemodels/pagecollection.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package pagemodels
|
||||
|
||||
import "github.com/pocketbase/pocketbase/core"
|
||||
|
||||
type IPageCollection interface {
|
||||
core.RecordProxy
|
||||
Collection(pagename string) *core.Collection
|
||||
}
|
||||
Reference in New Issue
Block a user