Home
last modified time | relevance | path

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

/dports/www/writefreely/writefreely-0.13.1/
H A Dgopher.go59 colls, err := app.db.GetPublicCollections(app.cfg.App.Host)
H A Ddatabase.go1686 func (db *datastore) GetPublicCollections(hostName string) (*[]Collection, error) { func