gateWayGroup.go 160 B

123456
  1. package v1
  2. type AddGateWayGroupRequest struct {
  3. Name string `json:"name" form:"name" binding:"required"`
  4. Comment string `json:"comment" form:"comment"`
  5. }