Documentation ¶
Index ¶
- Constants
- func Create(c *context.Context)
- func CreatePost(c *context.Context, f form.CreateOrg)
- func DeleteTeam(c *context.Context)
- func DeleteWebhook(c *context.Context)
- func EditTeam(c *context.Context)
- func EditTeamPost(c *context.Context, f form.CreateTeam)
- func Invitation(c *context.Context)
- func Members(c *context.Context)
- func MembersAction(c *context.Context)
- func NewTeam(c *context.Context)
- func NewTeamPost(c *context.Context, f form.CreateTeam)
- func Settings(c *context.Context)
- func SettingsAvatar(c *context.Context, f form.Avatar)
- func SettingsDelete(c *context.Context)
- func SettingsDeleteAvatar(c *context.Context)
- func SettingsPost(c *context.Context, f form.UpdateOrgSetting)
- func TeamMembers(c *context.Context)
- func TeamRepositories(c *context.Context)
- func Teams(c *context.Context)
- func TeamsAction(c *context.Context)
- func TeamsRepoAction(c *context.Context)
- func Webhooks(c *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(c *context.Context, f form.CreateTeam)
func Invitation ¶
func MembersAction ¶
func NewTeamPost ¶
func NewTeamPost(c *context.Context, f form.CreateTeam)
func SettingsDelete ¶
func SettingsDeleteAvatar ¶ added in v0.9.0
func SettingsPost ¶
func SettingsPost(c *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.