mirror of
				https://github.com/photoprism/photoprism.git
				synced 2025-10-31 04:06:43 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			257 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			257 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| /*
 | |
| This package contains the PhotoPrism REST api.
 | |
| 
 | |
| Additional information can be found in our Developer Guide:
 | |
| 
 | |
| https://github.com/photoprism/photoprism/wiki
 | |
| */
 | |
| package api
 | |
| 
 | |
| import (
 | |
| 	"github.com/photoprism/photoprism/internal/event"
 | |
| )
 | |
| 
 | |
| var log = event.Log
 | 
