mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			135 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			135 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package initialize
 | 
						|
 | 
						|
import "mayfly-go/internal/machine/application"
 | 
						|
 | 
						|
func Init() {
 | 
						|
	application.GetMachineCronJobApp().InitCronJob()
 | 
						|
}
 |