Documentation ¶
Index ¶
- func Create(ctx *context.Context)
- func CreatePost(ctx *context.Context, form auth.CreateOrgForm)
- func DeleteLabel(ctx *context.Context)
- func DeleteTeam(ctx *context.Context)
- func DeleteWebhook(ctx *context.Context)
- func EditTeam(ctx *context.Context)
- func EditTeamPost(ctx *context.Context, form auth.CreateTeamForm)
- func Home(ctx *context.Context)
- func InitializeLabels(ctx *context.Context, form auth.InitializeLabelsForm)
- func Labels(ctx *context.Context)
- func Members(ctx *context.Context)
- func MembersAction(ctx *context.Context)
- func NewLabel(ctx *context.Context, form auth.CreateLabelForm)
- func NewTeam(ctx *context.Context)
- func NewTeamPost(ctx *context.Context, form auth.CreateTeamForm)
- func RetrieveLabels(ctx *context.Context)
- func Settings(ctx *context.Context)
- func SettingsAvatar(ctx *context.Context, form auth.AvatarForm)
- func SettingsDelete(ctx *context.Context)
- func SettingsDeleteAvatar(ctx *context.Context)
- func SettingsPost(ctx *context.Context, form auth.UpdateOrgSettingForm)
- 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, form auth.CreateLabelForm)
- func Webhooks(ctx *context.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreatePost ¶
func CreatePost(ctx *context.Context, form auth.CreateOrgForm)
CreatePost response for create organization
func DeleteLabel ¶ added in v1.12.0
DeleteLabel delete a label
func DeleteTeam ¶
DeleteTeam response for the delete team request
func DeleteWebhook ¶
DeleteWebhook response for delete webhook
func EditTeamPost ¶
func EditTeamPost(ctx *context.Context, form auth.CreateTeamForm)
EditTeamPost response for modify team information
func InitializeLabels ¶ added in v1.12.0
func InitializeLabels(ctx *context.Context, form auth.InitializeLabelsForm)
InitializeLabels init labels for an organization
func MembersAction ¶
MembersAction response for operation to a member of organization
func NewLabel ¶ added in v1.12.0
func NewLabel(ctx *context.Context, form auth.CreateLabelForm)
NewLabel create new label for organization
func NewTeamPost ¶
func NewTeamPost(ctx *context.Context, form auth.CreateTeamForm)
NewTeamPost response for create new team
func RetrieveLabels ¶ added in v1.12.0
RetrieveLabels find all the labels of an organization
func SettingsAvatar ¶
func SettingsAvatar(ctx *context.Context, form auth.AvatarForm)
SettingsAvatar response for change avatar on settings page
func SettingsDelete ¶
SettingsDelete response for deleting an organization
func SettingsDeleteAvatar ¶
SettingsDeleteAvatar response for delete avatar on setings page
func SettingsPost ¶
func SettingsPost(ctx *context.Context, form auth.UpdateOrgSettingForm)
SettingsPost response for settings change submited
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 ¶ added in v1.12.0
func UpdateLabel(ctx *context.Context, form auth.CreateLabelForm)
UpdateLabel update a label's name and color
Types ¶
This section is empty.