mirror of
				https://github.com/mickael-kerjean/filestash.git
				synced 2025-11-01 02:43:35 +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{})
 | |
| }
 | 
