Documentation ¶
Index ¶
- Constants
- func Create(ctx *context.Context)
- func CreatePost(ctx *context.Context, f form.CreateOrg)
- func DeleteTeam(ctx *context.Context)
- func DeleteWebhook(ctx *context.Context)
- func EditTeam(ctx *context.Context)
- func EditTeamPost(ctx *context.Context, f form.CreateTeam)
- 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, f form.CreateTeam)
- func Settings(ctx *context.Context)
- func SettingsAvatar(ctx *context.Context, f form.Avatar)
- func SettingsDelete(ctx *context.Context)
- func SettingsDeleteAvatar(ctx *context.Context)
- func SettingsPost(ctx *context.Context, f form.UpdateOrgSetting)
- 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 ¶
View Source
const ( MEMBERS base.TplName = "org/member/members" MEMBER_INVITE base.TplName = "org/member/invite" )
View Source
const ( SETTINGS_OPTIONS base.TplName = "org/settings/options" SETTINGS_DELETE base.TplName = "org/settings/delete" SETTINGS_WEBHOOKS base.TplName = "org/settings/webhooks" )
View Source
const ( TEAMS base.TplName = "org/team/teams" TEAM_NEW base.TplName = "org/team/new" TEAM_MEMBERS base.TplName = "org/team/members" TEAM_REPOSITORIES base.TplName = "org/team/repositories" )
View Source
const (
CREATE base.TplName = "org/create"
)
Variables ¶
This section is empty.
Functions ¶
func DeleteTeam ¶
func DeleteWebhook ¶ added in v0.6.9
func EditTeamPost ¶
func EditTeamPost(ctx *context.Context, f form.CreateTeam)
func Invitation ¶
func MembersAction ¶
func NewTeamPost ¶
func NewTeamPost(ctx *context.Context, f form.CreateTeam)
func SettingsDelete ¶
func SettingsDeleteAvatar ¶ added in v0.9.0
func SettingsPost ¶
func SettingsPost(ctx *context.Context, f form.UpdateOrgSetting)
func TeamMembers ¶
func TeamRepositories ¶
func TeamsAction ¶
func TeamsRepoAction ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.