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

11 lines
189 B
Go

package frp
type Name struct {
Name string `form:"name" json:"name"`
}
type UpdateConfig struct {
Name string `form:"name" json:"name"`
Config string `form:"config" json:"config"`
}