kingxt
3f389a55c2
format service and add test ( #197 )
...
Co-authored-by: kim <xutao@xiaoheiban.cn>
2020-11-09 17:41:07 +08:00
kevin
afbd565d87
rename postgres
2020-11-09 17:22:51 +08:00
zhoushuguang
d629acc2b7
default metric host ( #196 )
...
Co-authored-by: zhoushuguang <zhoushuguang@xiaoheiban.cn>
2020-11-09 16:03:07 +08:00
kingxt
f32c6a9b28
rewrite ( #194 )
...
Co-authored-by: kim <xutao@xiaoheiban.cn>
2020-11-09 10:06:45 +08:00
kevin
95aa65efb9
add dockerfile generator
2020-11-08 21:28:58 +08:00
kevin
3806e66cf1
simplify http server starter
2020-11-08 13:17:14 +08:00
kevin
bd430baf52
graceful shutdown refined
2020-11-08 13:08:00 +08:00
Keson
48f4154ea8
update doc ( #193 )
2020-11-08 13:02:48 +08:00
super_mario
2599e0d28d
Close the process when shutdown is finished ( #157 )
...
Co-authored-by: Kevin Wan <wanjunfeng@gmail.com>
2020-11-08 12:50:58 +08:00
kingxt
12327fa07d
break generator when happen error ( #192 )
...
Co-authored-by: kim <xutao@xiaoheiban.cn>
2020-11-07 21:25:52 +08:00
kevin
57079bf4a4
update cli package
2020-11-07 20:01:25 +08:00
kingxt
7f6eceb5a3
add more test ( #189 )
...
* new test
* import bug when with quotation
* new test
* add test condition
* rpc template command use -o param
Co-authored-by: kim <xutao@xiaoheiban.cn>
2020-11-07 17:13:40 +08:00
kevin
7d7cb836af
fix issue #186
2020-11-06 12:25:48 +08:00
kevin
f87d9d1dda
refine code style
2020-11-06 12:13:28 +08:00
Keson
856b5aadb1
rpc generation fix ( #184 )
...
* reactor alert
* optimize
* add test case
* update the target directory in case proto contains option
* fix missing comments and format code
2020-11-05 19:08:34 +08:00
Keson
f7d778e0ed
fix duplicate alias ( #183 )
2020-11-05 18:12:23 +08:00
kevin
88333ee77f
faster the tests
2020-11-05 16:04:00 +08:00
Keson
e76f44a35b
reactor rpc ( #179 )
...
* reactor rpc generation
* update flag
* update command
* update command
* update unit test
* delete test file
* optimize code
* update doc
* update gen pb
* rename target dir
* update mysql data type convert rule
* add done flag
* optimize req/reply parameter
* optimize req/reply parameter
* remove waste code
* remove duplicate parameter
* format code
* format code
* optimize naming
* reactor rpcv2 to rpc
* remove new line
* format code
* rename underline to snake
* reactor getParentPackage
* remove debug log
* reactor background
2020-11-05 14:12:47 +08:00
kevin
c9ec22d5f4
add https listen and serve
2020-11-05 11:56:40 +08:00
Dashuang Li
afffc1048b
fix url 404 ( #180 )
2020-11-04 12:03:07 +08:00
kevin
d0b76b1d9a
move redistest into redis package
2020-11-03 16:35:34 +08:00
kevin
b004b070d7
refine tests
2020-11-02 17:51:33 +08:00
kevin
677d581bd1
update doc
2020-11-02 17:05:09 +08:00
kingxt
b776468e69
route support no request and response ( #178 )
...
* add more test and support no request and response
* fix slash when run on windows
* optimize test
2020-11-02 13:48:16 +08:00
kevin
4c9315e984
add more tests
2020-10-31 22:10:11 +08:00
kevin
668a7011c4
add more tests
2020-10-31 20:11:12 +08:00
吴亲库里
cc07a1d69b
Update sharedcalls.go ( #174 )
...
Removes unused parameters
2020-10-31 19:40:07 +08:00
kevin
7f99a3baa8
add gitee url
2020-10-31 13:58:33 +08:00
kevin
9504418462
update doc
2020-10-31 12:41:29 +08:00
kevin
b144a2335c
update bookstore example for generation prototype
2020-10-31 11:42:44 +08:00
kevin
7b9ed7a313
update doc
2020-10-30 15:20:19 +08:00
kevin
3d2e9fcb84
remove wechat image
2020-10-30 11:57:32 +08:00
kevin
2b993424c1
update wechat qrcode
2020-10-30 11:54:06 +08:00
kevin
5e87b33b23
support https in rest
2020-10-29 17:44:51 +08:00
kevin
9b7cc43dcb
update wechat qrcode
2020-10-29 15:32:08 +08:00
kevin
000b28cf84
update readme
2020-10-29 11:31:35 +08:00
kevin
9fd16cd278
add images back because of gitee not showing
2020-10-29 11:27:40 +08:00
kevin
b71429e16b
add images back because of gitee not showing
2020-10-29 11:26:10 +08:00
codingfanlt
a13b48c33e
goctl add stdin flag ( #170 )
...
* add stdin flag to use stdin receive api doc and use stdout output formatted result
* optimize code and output error through stderr
* fix mistake
* add dir parameter legality verify
2020-10-28 22:37:59 +08:00
kevin
033525fea8
update doc using raw images
2020-10-28 21:04:06 +08:00
Keson
607fc3297a
model template fix ( #169 )
...
* replace quote
* rpc disable override main.go
* reactor template
* add model flag -style
* add model flag -style
* reactor model template name of error
2020-10-27 22:42:53 +08:00
cuisongliu
4287877b74
update deployment version ( #165 )
2020-10-26 16:33:24 +08:00
Keson
2b7545ce11
spell fix ( #167 )
2020-10-26 16:33:02 +08:00
Keson
60925c1164
fix bug: generate incomplete model code in case findOneByField ( #160 )
...
* fix bug: generate incompletely in case findOneByField
* code break line
* add test
* revert command.go
* add test
* remove incorrect test
2020-10-25 23:21:55 +08:00
kingxt
1c9e81aa28
refactor middleware generator ( #159 )
...
* rebase upstream
* rebase
* trim no need line
* trim no need line
* trim no need line
* update doc
* remove update
* remove no need
* remove no need
* goctl add jwt support
* goctl add jwt support
* goctl add jwt support
* goctl support import
* goctl support import
* support return ()
* revert
* refactor and rename folder to group
* remove no need
* add anonymous annotation
* optimized
* rename
* rename
* update test
* api add middleware support: usage:
@server(
middleware: M1, M2
)
* api add middleware support: usage:
@server(
middleware: M1, M2
)
* simple logic
* optimized
* optimized generator formatted code
* optimized generator formatted code
* add more test
* refactor middleware generator
* revert test
* revert test
* revert test
* revert test
* revert test
Co-authored-by: kingxt <dream4kingxt@163.com>
2020-10-23 21:53:45 +08:00
sjatsh
db7dcaa120
gen api svc add middleware implement temp code ( #151 )
2020-10-23 21:00:38 +08:00
kevin
099d44054d
add logo in readme
2020-10-23 17:01:18 +08:00
Keson
f5f873c6bd
api handler generate incompletely while has no request ( #158 )
...
* fix: api handler generate incompletely while has no request
* fix: api handler generate incompletely while has no request
* add handler generate test
2020-10-23 16:10:33 +08:00
Keson
6dbd3eada9
update api template ( #156 )
...
* update template
* update template
2020-10-23 14:42:57 +08:00
kevin
cf2d20a211
add vote link
2020-10-23 12:02:03 +08:00