path

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DevopsSysApi

type DevopsSysApi struct {
	base.DevopsModel
	Path        string `json:"path" gorm:"comment:api路径;unique;not null"`                           // api路径
	Description string `json:"description" gorm:"comment:api中文描述"`                                  // api中文描述
	ApiGroup    string `json:"apiGroup" gorm:"comment:api组"`                                        // api组
	Method      string `json:"method" gorm:"default:POST;comment:方法"`                               // 方法:创建POST(默认)|查看GET|更新PUT|删除DELETE
	UpdateID    int64  `gorm:"column:update_id;type:bigint;default:null;default:0" json:"updateId"` // 更新人
	CreateID    int64  `gorm:"column:create_id;type:bigint;default:null;default:0" json:"createId"` // 创建者
}

DevopsSysApi Api 表

Jump to

Keyboard shortcuts

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