Home
last modified time | relevance | path

Searched refs:GetCollectionForPad (Results 1 – 2 of 2) sorted by relevance

/dports/www/writefreely/writefreely-0.13.1/
H A Dpad.go91 appData.EditCollection, err = app.db.GetCollectionForPad(collAlias)
162 appData.EditCollection, err = app.db.GetCollectionForPad(collAlias)
H A Ddatabase.go96 GetCollectionForPad(alias string) (*Collection, error) methodSpec
827 func (db *datastore) GetCollectionForPad(alias string) (*Collection, error) { func