package
0.0.0-20200509011411-ba32585ddbbd
Repository: https://github.com/aberic/lily.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Condition 条件查询.
Conf 数据库引擎对象.
Database 数据库对象.
Form 数据库表对象.
Index 索引对象.
Lily 数据库引擎对象.
ReqConf 请求获取数据库引擎对象.
ReqCreateDatabase 请求新建数据库.
ReqCreateForm 请求创建表.
ReqIndex 请求新建索引.
ReqKey 请求新建主键.
ReqDatabases 请求获取数据库集合.
ReqDelete 删除数据.
ReqForms 请求获取数据库表集合.
ReqGet 获取数据.
ReqGetD 获取数据.
ReqPut 新增数据.
ReqPutD 新增数据.
ReqGet 删除数据.
ReqSelect 获取数据.
ReqSet 新增数据.
ReqSetD 新增数据.
Resp 通用响应对象.
RespConf 响应获取数据库引擎对象.
RespDatabase 响应新建数据库.
RespDatabases 响应获取数据库集合.
RespDelete 响应删除数据.
RespForms 响应获取数据库表集合.
RespGet 响应获取数据.
RespGetD 响应获取数据.
RespPut 响应新增数据.
RespPutD 响应新增数据.
RespSelect 响应获取数据.
RespSet 响应新增数据.
RespSetD 响应新增数据.
Selector 检索选择器.
Sort 排序方式.
# Interfaces
LilyAPIClient is the client API for LilyAPI service.
LilyAPIServer is the server API for LilyAPI service.