Documentation ¶
Index ¶
- func AddTeamMember(ctx *context.APIContext)
- func AddTeamRepository(ctx *context.APIContext)
- func ConcealMember(ctx *context.APIContext)
- func Create(ctx *context.APIContext)
- func CreateHook(ctx *context.APIContext)
- func CreateLabel(ctx *context.APIContext)
- func CreateTeam(ctx *context.APIContext)
- func Delete(ctx *context.APIContext)
- func DeleteHook(ctx *context.APIContext)
- func DeleteLabel(ctx *context.APIContext)
- func DeleteMember(ctx *context.APIContext)
- func DeleteTeam(ctx *context.APIContext)
- func Edit(ctx *context.APIContext)
- func EditHook(ctx *context.APIContext)
- func EditLabel(ctx *context.APIContext)
- func EditTeam(ctx *context.APIContext)
- func Get(ctx *context.APIContext)
- func GetAll(ctx *context.APIContext)
- func GetHook(ctx *context.APIContext)
- func GetLabel(ctx *context.APIContext)
- func GetTeam(ctx *context.APIContext)
- func GetTeamMember(ctx *context.APIContext)
- func GetTeamMembers(ctx *context.APIContext)
- func GetTeamRepo(ctx *context.APIContext)
- func GetTeamRepos(ctx *context.APIContext)
- func GetUserOrgsPermissions(ctx *context.APIContext)
- func IsMember(ctx *context.APIContext)
- func IsPublicMember(ctx *context.APIContext)
- func ListHooks(ctx *context.APIContext)
- func ListLabels(ctx *context.APIContext)
- func ListMembers(ctx *context.APIContext)
- func ListMyOrgs(ctx *context.APIContext)
- func ListOrgActivityFeeds(ctx *context.APIContext)
- func ListPublicMembers(ctx *context.APIContext)
- func ListTeamActivityFeeds(ctx *context.APIContext)
- func ListTeams(ctx *context.APIContext)
- func ListUserOrgs(ctx *context.APIContext)
- func ListUserTeams(ctx *context.APIContext)
- func PublicizeMember(ctx *context.APIContext)
- func RemoveTeamMember(ctx *context.APIContext)
- func RemoveTeamRepository(ctx *context.APIContext)
- func SearchTeam(ctx *context.APIContext)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddTeamMember ¶
func AddTeamMember(ctx *context.APIContext)
AddTeamMember api for add a member to a team
func AddTeamRepository ¶
func AddTeamRepository(ctx *context.APIContext)
AddTeamRepository api for adding a repository to a team
func ConcealMember ¶
func ConcealMember(ctx *context.APIContext)
ConcealMember make a member's membership not public
func CreateHook ¶
func CreateHook(ctx *context.APIContext)
CreateHook create a hook for an organization
func CreateLabel ¶
func CreateLabel(ctx *context.APIContext)
CreateLabel create a label for a repository
func DeleteHook ¶
func DeleteHook(ctx *context.APIContext)
DeleteHook delete a hook of an organization
func DeleteLabel ¶
func DeleteLabel(ctx *context.APIContext)
DeleteLabel delete a label for an organization
func DeleteMember ¶
func DeleteMember(ctx *context.APIContext)
DeleteMember remove a member from an organization
func EditLabel ¶
func EditLabel(ctx *context.APIContext)
EditLabel modify a label for an Organization
func GetLabel ¶
func GetLabel(ctx *context.APIContext)
GetLabel get label by organization and label id
func GetTeamMember ¶
func GetTeamMember(ctx *context.APIContext)
GetTeamMember api for get a particular member of team
func GetTeamMembers ¶
func GetTeamMembers(ctx *context.APIContext)
GetTeamMembers api for get a team's members
func GetTeamRepo ¶
func GetTeamRepo(ctx *context.APIContext)
GetTeamRepo api for get a particular repo of team
func GetTeamRepos ¶
func GetTeamRepos(ctx *context.APIContext)
GetTeamRepos api for get a team's repos
func GetUserOrgsPermissions ¶
func GetUserOrgsPermissions(ctx *context.APIContext)
GetUserOrgsPermissions get user permissions in organization
func IsMember ¶
func IsMember(ctx *context.APIContext)
IsMember check if a user is a member of an organization
func IsPublicMember ¶
func IsPublicMember(ctx *context.APIContext)
IsPublicMember check if a user is a public member of an organization
func ListLabels ¶
func ListLabels(ctx *context.APIContext)
ListLabels list all the labels of an organization
func ListMembers ¶
func ListMembers(ctx *context.APIContext)
ListMembers list an organization's members
func ListOrgActivityFeeds ¶
func ListOrgActivityFeeds(ctx *context.APIContext)
func ListPublicMembers ¶
func ListPublicMembers(ctx *context.APIContext)
ListPublicMembers list an organization's public members
func ListTeamActivityFeeds ¶
func ListTeamActivityFeeds(ctx *context.APIContext)
func ListTeams ¶
func ListTeams(ctx *context.APIContext)
ListTeams list all the teams of an organization
func ListUserTeams ¶
func ListUserTeams(ctx *context.APIContext)
ListUserTeams list all the teams a user belongs to
func PublicizeMember ¶
func PublicizeMember(ctx *context.APIContext)
PublicizeMember make a member's membership public
func RemoveTeamMember ¶
func RemoveTeamMember(ctx *context.APIContext)
RemoveTeamMember api for remove one member from a team
func RemoveTeamRepository ¶
func RemoveTeamRepository(ctx *context.APIContext)
RemoveTeamRepository api for removing a repository from a team
Types ¶
This section is empty.