Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateService ¶
type CreateService struct {
Name string `form:"name" json:"name" binding:"required"`
}
CreateService 模块创建服务
type DeleteService ¶
type DeleteService struct {
ID int `form:"id" json:"id" binding:"required"`
}
DeleteService 模块删除服务
type ViewService ¶
type ViewService struct { }
ViewService 查看服务
func (ViewService) Execute ¶
func (receiver ViewService) Execute() (interface{}, error)
Click to show internal directories.
Click to hide internal directories.