mirror of
https://github.com/bestnite/sub2sing-box.git
synced 2025-07-05 01:42:35 +08:00
feat: api server
This commit is contained in:
9
api/model/convert.go
Normal file
9
api/model/convert.go
Normal file
@ -0,0 +1,9 @@
|
||||
package model
|
||||
|
||||
type ConvertRequest struct {
|
||||
Subscriptions []string `form:"subscription" json:"subscription"`
|
||||
Proxies []string `form:"proxy" json:"proxy"`
|
||||
Template string `form:"template" json:"template"`
|
||||
Delete string `form:"delete" json:"delete"`
|
||||
Rename map[string]string `form:"rename" json:"rename"`
|
||||
}
|
Reference in New Issue
Block a user