You've already forked drone-email
							
							
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			
		
			
				
	
	
		
			14 lines
		
	
	
		
			186 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			186 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package domain
 | 
						|
 | 
						|
type Repo struct {
 | 
						|
	Avatar   string
 | 
						|
	Branch   string
 | 
						|
	FullName string
 | 
						|
	Link     string
 | 
						|
	Name     string
 | 
						|
	Owner    string
 | 
						|
	Private  bool
 | 
						|
	SCM      string
 | 
						|
	Trusted  bool
 | 
						|
}
 |