mirror of
https://github.com/gogs/gogs.git
synced 2025-05-13 19:10:32 +00:00
* Add new Authentication Source: GitHub, including GitHub Enterprise. * Add vendor dependencies.
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
|