mirror of
				https://github.com/cloudreve/cloudreve.git
				synced 2025-11-01 00:57:15 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			285 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			285 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package scripts
 | |
| 
 | |
| import "github.com/cloudreve/Cloudreve/v3/models/scripts/invoker"
 | |
| 
 | |
| func Init() {
 | |
| 	invoker.Register("ResetAdminPassword", ResetAdminPassword(0))
 | |
| 	invoker.Register("CalibrateUserStorage", UserStorageCalibration(0))
 | |
| 	invoker.Register("UpgradeTo3.4.0", UpgradeTo340(0))
 | |
| }
 | 
