新增注册runner权限管理

This commit is contained in:
vecmatex
2025-11-11 10:17:35 +08:00
repo.diff.parent 28adf2541d
repo.diff.commit 45d30fd01d
repo.diff.stats_desc%!(EXTRA int=10, int=29, int=0)

repo.diff.view_file

@@ -55,6 +55,7 @@ type EditUserOption struct {
ProhibitLogin *bool `json:"prohibit_login"`
AllowCreateOrganization *bool `json:"allow_create_organization"`
AllowCreateDevcontainer *bool `json:"allow_create_devcontainer"`
AllowCreateActRunner *bool `json:"allow_create_actrunner"`
Restricted *bool `json:"restricted"`
Visibility string `json:"visibility" binding:"In(,public,limited,private)"`
}