You've already forked woodpecker
							
							
				mirror of
				https://github.com/woodpecker-ci/woodpecker.git
				synced 2025-10-30 23:27:39 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			158 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			158 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package model
 | |
| 
 | |
| // type Log struct {
 | |
| // 	ID    int64  `meddler:"log_id,pk"`
 | |
| // 	JobID int64  `meddler:"log_job_id"`
 | |
| // 	Data  []byte `meddler:"log_data"`
 | |
| // }
 |