Skip to content

Releases: dev-openapi/protoc-gen-go_api

v1.0.5

20 Jul 01:45
Compare
Choose a tag to compare
  • support byte body

v1.0.3

14 Jul 13:17
Compare
Choose a tag to compare
  • update github workflow
  • fix multi-line comment
  • update form format and multipart format
  • update empty body request

v1.0.2

12 Jul 06:30
Compare
Choose a tag to compare

Change Log

  • fix body form format
  • update empty service proto
  • add FnRequest and FnResponse context
  • fix fmt import not use
  • fix multi body panic

v1.0.1

11 Jul 09:38
Compare
Choose a tag to compare

更新内容

  • option.go文件加上DO NOT EDIT标识
  • 修改readme的示例

v1.0.0

11 Jul 09:22
Compare
Choose a tag to compare

更新内容

  • 支持使用googleapis的http.proto和annotations.proto生成go接口调用
  • 支持http的get,post,patch,delete等方法
  • 支持body参数解析
  • 支持query参数解析
  • 支持route参数解析
  • 支持form,json和multi格式解析