mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
11 lines
296 B
Go
11 lines
296 B
Go
package plg_search_sqlitefts
|
|
|
|
import (
|
|
. "github.com/mickael-kerjean/filestash/server/common"
|
|
. "github.com/mickael-kerjean/filestash/server/plugin/plg_search_sqlitefts/crawler"
|
|
)
|
|
|
|
func init() {
|
|
Hooks.Register.SearchEngine(SearchEngine{})
|
|
Hooks.Register.AuthorisationMiddleware(FileHook{})
|
|
}
|