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 = "org/member/members" MEMBER_INVITE = "org/member/invite" )
View Source
const ( SETTINGS_OPTIONS = "org/settings/options" SETTINGS_DELETE = "org/settings/delete" SETTINGS_WEBHOOKS = "org/settings/webhooks" )
View Source
const ( TEAMS = "org/team/teams" TEAM_NEW = "org/team/new" TEAM_MEMBERS = "org/team/members" TEAM_REPOSITORIES = "org/team/repositories" )
View Source
const (
CREATE = "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.