Versions in this module Expand all Collapse all v0 v0.19.4 May 24, 2023 Changes in this version + func CreateTeamInvite(ctx context.Context, inviter *user_model.User, team *org_model.Team, ...) error + func DeleteOrganization(org *org_model.Organization) error + func RenameOrganization(ctx context.Context, org *org_model.Organization, newName string) error + func TeamAddRepository(t *organization.Team, repo *repo_model.Repository) (err error)