module

package
v0.0.0-...-1b41cfb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 24, 2020 License: MIT Imports: 4 Imported by: 0

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 模块创建服务

func (*CreateService) Execute

func (r *CreateService) Execute() error

CreateModule 创建模块

type DeleteService

type DeleteService struct {
	ID int `form:"id" json:"id" binding:"required"`
}

DeleteService 模块删除服务

func (*DeleteService) Execute

func (r *DeleteService) Execute() error

DeleteModule 删除模块

type ViewService

type ViewService struct {
}

ViewService 查看服务

func (ViewService) Execute

func (receiver ViewService) Execute() (interface{}, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL