model

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2024 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 Upload

type Upload struct {
	VerboseName string
	ColType     string
	Name        string
	Detail      string
}

type UrlCache

type UrlCache struct {
	Name        string // require 保证唯一性
	Method      string // require 接口请求方法 GET POST PUT DELETE等
	Description string // require 接口描述,前端按钮中文名称
	IsAudit     bool   // 是否开启审计,查询功能不要开启审计
	Path        string // require 接口路由字符
	Group       string // require 参照Group映射表,取groupMapping的key
}

func (*UrlCache) Vaild

func (u *UrlCache) Vaild() error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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