autocode

package
v0.0.0-...-23c7218 Latest Latest
Warning

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

Go to latest
Published: Dec 29, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApiGroup

type ApiGroup struct {
	// Code generated by github.com/liujianjiang/gin-vue-admin/server Begin; DO NOT EDIT.
	AutoCodeExampleApi
}

type AutoCodeExampleApi

type AutoCodeExampleApi struct{}

func (*AutoCodeExampleApi) CreateAutoCodeExample

func (autoCodeExampleApi *AutoCodeExampleApi) CreateAutoCodeExample(c *gin.Context)

@Tags AutoCodeExample @Summary 创建AutoCodeExample @Security ApiKeyAuth @accept application/json @Produce application/json @Param data body autocode.AutoCodeExample true "AutoCodeExample模型" @Success 200 {string} string "{"success":true,"data":{},"msg":"创建成功"}" @Router /autoCodeExample/createAutoCodeExample [post]

func (*AutoCodeExampleApi) DeleteAutoCodeExample

func (autoCodeExampleApi *AutoCodeExampleApi) DeleteAutoCodeExample(c *gin.Context)

@Tags AutoCodeExample @Summary 删除AutoCodeExample @Security ApiKeyAuth @accept application/json @Produce application/json @Param data body autocode.AutoCodeExample true "AutoCodeExample模型" @Success 200 {string} string "{"success":true,"data":{},"msg":"删除成功"}" @Router /autoCodeExample/deleteAutoCodeExample [delete]

func (*AutoCodeExampleApi) FindAutoCodeExample

func (autoCodeExampleApi *AutoCodeExampleApi) FindAutoCodeExample(c *gin.Context)

@Tags AutoCodeExample @Summary 用id查询AutoCodeExample @Security ApiKeyAuth @accept application/json @Produce application/json @Param data query autocode.AutoCodeExample true "用id查询AutoCodeExample" @Success 200 {string} string "{"success":true,"data":{},"msg":"查询成功"}" @Router /autoCodeExample/findAutoCodeExample [get]

func (*AutoCodeExampleApi) GetAutoCodeExampleList

func (autoCodeExampleApi *AutoCodeExampleApi) GetAutoCodeExampleList(c *gin.Context)

@Tags AutoCodeExample @Summary 分页获取AutoCodeExample列表 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data query autocodeReq.AutoCodeExampleSearch true "页码, 每页大小, 搜索条件" @Success 200 {string} string "{"success":true,"data":{},"msg":"获取成功"}" @Router /autoCodeExample/getAutoCodeExampleList [get]

func (*AutoCodeExampleApi) UpdateAutoCodeExample

func (autoCodeExampleApi *AutoCodeExampleApi) UpdateAutoCodeExample(c *gin.Context)

@Tags AutoCodeExample @Summary 更新AutoCodeExample @Security ApiKeyAuth @accept application/json @Produce application/json @Param data body autocode.AutoCodeExample true "更新AutoCodeExample" @Success 200 {string} string "{"success":true,"data":{},"msg":"更新成功"}" @Router /autoCodeExample/updateAutoCodeExample [put]

Jump to

Keyboard shortcuts

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