mirror of
https://github.com/gogs/gogs.git
synced 2025-12-20 23:30:00 +01:00
auth: add new authentication source: GitHub, including GitHub Enterprise (#5340)
* Add new Authentication Source: GitHub, including GitHub Enterprise. * Add vendor dependencies.
This commit is contained in:
7
vendor/github.com/google/go-github/github/teams.go
generated
vendored
Normal file
7
vendor/github.com/google/go-github/github/teams.go
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user