Skip to content

Releases: go-home-admin/toolset

v0.7.4

18 Dec 06:23
Compare
Choose a tag to compare
change type bytea to interface{} in pgsql

v0.7.3

11 Dec 07:53
Compare
Choose a tag to compare
fixed: pgsql sslmode & field's default

v0.7.2

21 Nov 08:07
Compare
Choose a tag to compare
update: pgsql恢复default,过滤包含::的default

v0.7.0: feat: 在数据库配置中指定时间维护字段

21 Nov 03:03
Compare
Choose a tag to compare
fixed: 取消pgsql的default声明, pgsql的default大多为函数,会影响数据更新,应交由pgsql自身处理

v0.6.9

07 Nov 05:41
Compare
Choose a tag to compare
fixed: pgorm

v0.6.8

25 Oct 02:24
Compare
Choose a tag to compare
fixed: mongo orm

v0.6.7

22 Oct 08:57
Compare
Choose a tag to compare
fixed: swagger

update Swagger

18 Oct 06:37
Compare
Choose a tag to compare
  1. 在路由组声明上一行加上注释@prefix=xxx即可指定当前protobuf文件生成的swagger的接口前缀为xxx,该注释仅文档使用,应与业务代码一致)
// @prefix=api
option (http.RouteGroup) = "api";
  1. 新增执行参数-host=接口host,接口host以http://https://开头则指定协议,只填域名则两者都支持

update Swagger

16 Oct 03:24
Compare
Choose a tag to compare

一、Swagger文档升级:
1、post的payload统一改为application/json
2、支持多语言,新增执行参数-lang=语言标识,以//@lang=语言 说明声明指定语言说明
3、优化Description显示,tag换行显示,引用对象时采用本地说明
4、支持example定义,用//@example=xxx//@example(xx xxx)声明,前者不支持空格
5、增加path的参数及说明,于请求声明上一行添加注释,例如:option (http.Get) = "/user/:id";,上一行添加:// @query=id @lang=语言标识 @format=string @example=ABC 说明文本,其中query是必须指定声明,format默认为int

二、生成pgorm时,取消[]byte生成关于list的func

支持接口注入方式

16 Aug 10:53
Compare
Choose a tag to compare
v0.6.2

add: 接口注入