1
0
mirror of https://github.com/go-kratos/kratos.git synced 2026-05-22 10:15:24 +02:00
Commit Graph

19 Commits

Author SHA1 Message Date
包子 7b6332ee75 deps: middleware add separate go.mod and removes framework deps (#1385)
* deps: middleware add separate go.mod and removes framework deps
2021-08-30 23:07:31 +08:00
yuemoxi 0dfab173f9 fix:modify encoding test proto path (#1388)
* fix:modify encoding test proto  path

* fix

* fix

* fix
2021-08-28 22:39:51 +08:00
yuemoxi a67ec16bf0 test(internal/context,internal/host) add test (#1334)
* test(internal/context,internal/host) add test
2021-08-25 23:56:28 +08:00
aiscrm 0b09fcd76d refactor(encoding): optimize json encoding (#1339)
* fix(encoding): optimize json encoding, add support for other encoding implementation such as easyjson etc.

Co-authored-by: corel <corelchen@qq.com>
2021-08-17 09:19:57 +08:00
Yongzheng Lai 97222012e4 fix: using rv directly (#1213) 2021-07-23 09:22:39 +08:00
Windfarer 4e96e08471 config test (#1063)
* init test

* reader test
2021-06-16 15:28:54 +08:00
Tony Chen 1b13abd136 transport/http: add http route (#1029)
* add http route

* fix http context

* add HTTP middleware

Co-authored-by: longXboy <longxboyhi@gmail.com>
2021-06-12 18:30:17 +08:00
Tony Chen 4a257c1a34 Revert "add json test (#1031)" (#1033)
This reverts commit 6ca3c788dd.
2021-06-12 11:52:48 +08:00
Tony Chen 6ca3c788dd add json test (#1031) 2021-06-12 11:19:43 +08:00
Tony Chen 5cbda8ebd7 remove proto names (#1006) 2021-06-04 22:15:53 +08:00
Cluas c547c61f89 json: uses proto field name instead of lowerCamelCase name (#985) 2021-06-01 17:18:33 +08:00
longxboy c1e5b1c17b add protojson (#952) 2021-05-26 14:45:12 +08:00
Tony Chen d85f5e9ae1 encoding/json: fix nil value (#884)
* fix nil value
2021-04-29 15:49:44 +08:00
Tony Chen 32f7322b82 fix nil target (#774) 2021-03-16 23:34:20 +08:00
Tony Chen 28009889bb encoding/json: remove proto json (#753)
* remove protojson encoding
2021-03-10 22:32:43 +08:00
Tony Chen 50af5b2588 add before&after hooks (#751)
* add before&after hooks
2021-03-07 21:35:52 +08:00
Tony Chen f86c91849b fix lint check (#746) 2021-03-05 22:40:38 +08:00
Tony Chen 946e9ca814 fix http decode (#742)
* fix http decoder
2021-03-05 18:52:39 +08:00
chenzhihui 3566386a89 init v2 2021-02-17 17:14:47 +08:00