You've already forked woodpecker
							
							
				mirror of
				https://github.com/woodpecker-ci/woodpecker.git
				synced 2025-10-30 23:27:39 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			94 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			94 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package datastore
 | |
| 
 | |
| type Datastore interface {
 | |
| 	Userstore
 | |
| 	Permstore
 | |
| 	Repostore
 | |
| 	Commitstore
 | |
| }
 |