- // Code generated by goctl. DO NOT EDIT.
- package types
- type CreateDomainReq struct {
- Name string `form:"name"`
- Meta string `form:"meta"`
- }
- type DomainOpResp struct {
- State string `json:"state"`
- }
- type LoadDomainReq struct {
- Name string `form:"name"`
- }
|