Documentation ¶
Index ¶
- func Create(ctx *context.Context)
- func CreatePost(ctx *context.Context, form auth.CreateOrgForm)
- func DeleteTeam(ctx *context.Context)
- func DeleteWebhook(ctx *context.Context)
- func EditTeam(ctx *context.Context)
- func EditTeamPost(ctx *context.Context, form auth.CreateTeamForm)
- func Invitation(ctx *context.Context)
- func Members(ctx *context.Context)
- func MembersAction(ctx *context.Context)
- func NewTeam(ctx *context.Context)
- func NewTeamPost(ctx *context.Context, form auth.CreateTeamForm)
- 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 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 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 Invitation ¶
Invitation render organization invitation page
func MembersAction ¶
MembersAction response for operation to a member of orgnization
func NewTeamPost ¶
func NewTeamPost(ctx *context.Context, form auth.CreateTeamForm)
NewTeamPost response for create new team
func SettingsAvatar ¶
func SettingsAvatar(ctx *context.Context, form auth.AvatarForm)
SettingsAvatar response for change avatar on settings page
func SettingsDelete ¶
SettingsDelete response for delete repository
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
Types ¶
This section is empty.