2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 20:57:19 +08:00
Files
panel/internal/apps/gitea/request.go
2024-09-27 22:51:54 +08:00

6 lines
89 B
Go

package gitea
type UpdateConfig struct {
Config string `form:"config" json:"config"`
}