1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-14 02:33:03 +02:00
Commit Graph

13 Commits

Author SHA1 Message Date
icylight
5c3f0aa73e
style(metadata): specify map capacity hints (#2296) 2022-08-20 14:48:03 +08:00
Loner1024
62b58848d6
test: supplement the unit testing of metadata (#2161)
* test:supplement metadata set test

* test:supplement metadata range test

* test:supplement metadata append to client context test

* test:fix linter error

* text:fix metadate range test
2022-07-07 20:46:50 +08:00
songzhibin97
1dfac59204
Update metadata.go (#2015) 2022-05-21 16:23:50 +08:00
Windfarer
3990d91b9b
correct the func name in meatadata log (#1915) 2022-04-10 16:18:56 +08:00
Kagaya
f7588a47de
fix: ci lint error (#1391)
* fix lint check

* fix lll lint error

* fix build error

* fix gomnd

* fix shadow declaration

* add make test command

* update
2021-08-31 10:14:57 +08:00
月墨夕
86621a9573
test(internal/context,middleware) add test (#1326)
* add: test
2021-08-13 14:11:08 +08:00
月墨夕
55cf83062f
add: metadata test (#1324) 2021-08-12 19:34:58 +08:00
王真
8f55924c47 optimize 2021-07-28 14:03:05 +08:00
王真
4f15df4caf remove useless judgment 2021-07-28 13:58:17 +08:00
喵喵大人
d09ba5e3ee
style: add gosimple linter and gofmt linter (#1242) 2021-07-25 12:09:38 +08:00
longxboy
68e7f4854c
add range (#1052)
* add range

Co-authored-by: chenzhihui <zhihui_chen@foxmail.com>
2021-06-14 11:07:46 +08:00
Tony Chen
8d8cd8c8a8
Middleware/metadata v2 (#1050)
* add middleware metadata
* add transport header
* add transport carrier

Co-authored-by: longXboy <longxboy@gmail.com>
2021-06-14 00:59:07 +08:00
longxboy
736385c8e6
Feat/uni transport (#1028)
* add metadata incoming&outgoing

* regenerate proto

* uni transport

Co-authored-by: chenzhihui <zhihui_chen@foxmail.com>
2021-06-11 15:05:57 +08:00