You've already forked woodpecker
							
							
				mirror of
				https://github.com/woodpecker-ci/woodpecker.git
				synced 2025-10-30 23:27:39 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			235 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			235 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package model
 | |
| 
 | |
| type System struct {
 | |
| 	Version   string   `json:"version"`
 | |
| 	Link      string   `json:"link_url"`
 | |
| 	Plugins   []string `json:"plugins"`
 | |
| 	Globals   []string `json:"globals"`
 | |
| 	Escalates []string `json:"privileged_plugins"`
 | |
| }
 |