mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-23 01:50:18 -05:00
7 lines
188 B
Go
7 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
|