1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-03-19 21:18:07 +02:00

8 Commits

Author SHA1 Message Date
jesse.tang
f2a33929d0
fix: modify interface check way (#2375)
* fix: modify interface check way

* fix
2022-09-14 22:05:48 +08:00
darkweak
c9fbb27b5b
tests(coverage): Increase middleware tests coverage (#2165)
* tests(coverage): Increase tests coverage

* Lint fix
2022-07-08 19:53:21 +08:00
haiyux
00c05e82a3
test:remove testify go mod (#1766)
* test:remove testify go mod

* tidy go mdo

* fix test
2022-01-14 10:02:42 +08:00
haiyux
2e045c3e42
feat: middleware seletor add ctx match (#1652)
* feat: middleware seletor add headers match

* fix

* add some annotation

* add ctx seletor

* fix match function

* update match
2021-12-13 21:31:01 +08:00
yuemoxi
8823a1c618
feat:middleware selector add func match (#1329)
* feat:middleware selector add func match
2021-09-06 22:04:42 +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
包子
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
zwhyb
7977deac65
middleware/selector (#1244)
* middleware selector client and support array
2021-07-25 21:58:40 +08:00