package
0.0.0-20240218100558-71b80aa1e4d9
Repository: https://github.com/hl540/model-admin.git
Documentation: pkg.go.dev

# Functions

GetDetail 获取ModelDetailPage的实现.
GetEdit 获取ModelEditPage的实现.
GetNew 获取ModelNewPage的实现.
GetTable 获取ModelTablePage的实现.
No description provided by the author
ParseQueryParam 解析查询参数.
Register 注册一个modelPage.

# Constants

默认页码.
单页默认数量.
时间范围.
模糊搜索.
多选.
单选.
图片格式.
链接格式.
单页最大数量.

# Structs

Column 表格列.
No description provided by the author
FilterOption 过滤选项.
No description provided by the author
QueryParam 表格数据查询参数.
Table 表格.
TableData 模型表格查询结果.

# Interfaces

ModelDetailPage 模型详情页面.
ModelEditPage 模型新增页面.
ModelNewPage 模型编辑页面.
ModelTablePage 模型表格页面.

# Type aliases

ColumnValueFormatFn 列值格式化方法.
DataFilterFn 过滤方法.
FilterType 过滤类型.
GetDataFn 格数据方法.
No description provided by the author