mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-10-28 04:05:21 +08:00
12 lines
296 B
Go
12 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{})
|
|
}
|