mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-11-04 04:28:08 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			188 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			188 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package github
 | 
						|
 | 
						|
// TeamsService provides access to the team-related functions
 | 
						|
// in the GitHub API.
 | 
						|
//
 | 
						|
// GitHub API docs: https://developer.github.com/v3/teams/
 | 
						|
type TeamsService service
 |