Skip to content

Releases: go-home-admin/toolset

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: 接口注入

默认跳过扫描 @root/vendor

16 Aug 08:34
Compare
Choose a tag to compare
v0.6.1

add: 默认跳过扫描 @root/vendor

v0.6.0

15 Aug 06:14
Compare
Choose a tag to compare
fix: postgresql data type & repeat field

v0.5.9

14 Aug 08:45
Compare
Choose a tag to compare
feat: postgresql orm

v0.5.8

11 Apr 04:00
Compare
Choose a tag to compare
add: mysql&pgsql增加SimplePaginate