Documentation ¶
Index ¶
- func Applications(ctx *context.Context)
- func Create(ctx *context.Context)
- func CreatePost(ctx *context.Context)
- func DeleteLabel(ctx *context.Context)
- func DeleteOAuth2Application(ctx *context.Context)
- func DeleteTeam(ctx *context.Context)
- func DeleteWebhook(ctx *context.Context)
- func EditTeam(ctx *context.Context)
- func EditTeamPost(ctx *context.Context)
- func Home(ctx *context.Context)
- func InitializeLabels(ctx *context.Context)
- func Labels(ctx *context.Context)
- func Members(ctx *context.Context)
- func MembersAction(ctx *context.Context)
- func NewLabel(ctx *context.Context)
- func NewTeam(ctx *context.Context)
- func NewTeamPost(ctx *context.Context)
- func OAuth2ApplicationEdit(ctx *context.Context)
- func OAuth2ApplicationShow(ctx *context.Context)
- func OAuthApplicationsPost(ctx *context.Context)
- func OAuthApplicationsRegenerateSecret(ctx *context.Context)
- func RetrieveLabels(ctx *context.Context)
- func SearchTeam(ctx *context.Context)
- func Settings(ctx *context.Context)
- func SettingsAvatar(ctx *context.Context)
- func SettingsDelete(ctx *context.Context)
- func SettingsDeleteAvatar(ctx *context.Context)
- func SettingsPost(ctx *context.Context)
- func TeamInvite(ctx *context.Context)
- func TeamInvitePost(ctx *context.Context)
- func TeamMembers(ctx *context.Context)
- func TeamRepositories(ctx *context.Context)
- func Teams(ctx *context.Context)
- func TeamsAction(ctx *context.Context)
- func TeamsRepoAction(ctx *context.Context)
- func UpdateLabel(ctx *context.Context)
- func Webhooks(ctx *context.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Applications ¶ added in v1.17.4
Applications render org applications page (for org, at the moment, there are only OAuth2 applications)
func DeleteOAuth2Application ¶ added in v1.17.4
DeleteOAuth2Application deletes the given oauth2 application
func DeleteTeam ¶
DeleteTeam response for the delete team request
func DeleteWebhook ¶
DeleteWebhook response for delete webhook
func EditTeamPost ¶
EditTeamPost response for modify team information
func InitializeLabels ¶
InitializeLabels init labels for an organization
func MembersAction ¶
MembersAction response for operation to a member of organization
func OAuth2ApplicationEdit ¶ added in v1.17.4
OAuth2ApplicationEdit response for editing oauth2 application
func OAuth2ApplicationShow ¶ added in v1.17.4
OAuth2ApplicationShow displays the given application
func OAuthApplicationsPost ¶ added in v1.17.4
OAuthApplicationsPost response for adding an oauth2 application
func OAuthApplicationsRegenerateSecret ¶ added in v1.17.4
OAuthApplicationsRegenerateSecret handles the post request for regenerating the secret
func RetrieveLabels ¶
RetrieveLabels find all the labels of an organization
func SearchTeam ¶ added in v1.17.0
SearchTeam api for searching teams
func SettingsAvatar ¶
SettingsAvatar response for change avatar on settings page
func SettingsDelete ¶
SettingsDelete response for deleting an organization
func SettingsDeleteAvatar ¶
SettingsDeleteAvatar response for delete avatar on settings page
func SettingsPost ¶
SettingsPost response for settings change submitted
func TeamInvite ¶ added in v1.17.4
TeamInvite renders the team invite page
func TeamInvitePost ¶ added in v1.17.4
TeamInvitePost handles the team invitation
func TeamRepositories ¶
TeamRepositories show the repositories of team
func TeamsAction ¶
TeamsAction response for join, leave, remove, add operations to team
func TeamsRepoAction ¶
TeamsRepoAction operate team's repository
func UpdateLabel ¶
UpdateLabel update a label's name and color
Types ¶
This section is empty.