Skip to content

Commit 4836146

Browse files
committed
kitex interceptor
1 parent 4be5512 commit 4836146

File tree

4 files changed

+114
-0
lines changed

4 files changed

+114
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@
1313

1414
# Dependency directories (remove the comment below to include it)
1515
# vendor/
16+
17+
# IDE
18+
.idea/

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module github.com/dtm-labs/client
33
go 1.16
44

55
require (
6+
github.com/cloudwego/kitex v0.4.2
67
github.com/dtm-labs/dtmdriver v0.0.6
78
github.com/go-redis/redis/v8 v8.11.5
89
github.com/go-resty/resty/v2 v2.7.0

0 commit comments

Comments
 (0)