types.go 259 B

123456789101112131415
  1. // Code generated by goctl. DO NOT EDIT.
  2. package types
  3. type CreateDomainReq struct {
  4. Name string `form:"name"`
  5. Meta string `form:"meta"`
  6. }
  7. type DomainOpResp struct {
  8. State string `json:"state"`
  9. }
  10. type LoadDomainReq struct {
  11. Name string `form:"name"`
  12. }