goweb/

directory
v1.0.1-rel-02 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2024 License: AFL-3.0

README

goweb web相关与db es操作

base 常量定义
dto 查询与排序对象
generaldb 通用db操作泛型实现
generaldao DAO操作
gereraliface 接口
查询接口
type GeneralDaoQueryIface[P GoPkey, E IBaseModel[P]]
FindById(pkey P) (entity E, found bool, err error)
FindByIds(pks string) (*[]E, error)
Query() *page.PageResult
QueryModel() *pagemodel.PageResult[E]
QueryPageui() *pageui.PageuiResult
QueryPageuiModel() *pageuimodel.PageuiResult[E]
Count() (int, error)
更新接口
Insert(entity E) (P, error)
DeleteById(pkey P) error
Save(entity E) (P, error)
Update(entity E) (P, error)
UpdateNotNull(pkey P, maps map[string]any) (P, error)
UpdateMap(pkey P, maps map[string]interface{}) (P, error)
iface goweb interface
meta元数据操作
db表
index索引
model 模型示例
page分页查询请求与响应
pagedb表分页相关操作
pagees es分页相关操作
pagemodel 分页相关对象泛型定义
pagereq统一ES服务统一请求、响应
pagesimple 简单分页对象封装
pageui 返回前端分页对象显示格式
pageuimodel 返回前端分页对象显示格式-泛型
ruleengine规则引擎数据结构
webclient WEB客户端
eswebclient
webclient
rulewebclient
webright 权限控制
webcheck 权限检查主控入口
webcustome 权限自定义实现
webconsts WEB常量与配置
webdto 权限DTO对象
webcheckrequest webcheckresult webcheckres webuserid
webiface
IrpcCheckAllowed生产端接口
IwebCheckAllowed消费者接口
webserver WEB路由、服务端
wso2amagent 对接wso2接口

Jump to

Keyboard shortcuts

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