1
0
mirror of https://github.com/nitezs/sub2clash.git synced 2024-12-24 11:54:41 -05:00
sub2clash/validator/sub.go

8 lines
240 B
Go
Raw Normal View History

2023-09-12 06:40:24 -04:00
package validator
type SubQuery struct {
Sub string `form:"sub" json:"name" binding:"required"`
Mix bool `form:"mix,default=false" json:"email" binding:""`
Refresh bool `form:"refresh,default=false" json:"age" binding:""`
}