feat: add rpc code --story=1016306
Showing
module registration-service | ||
go 1.20 | ||
go 1.21 | ||
require ( | ||
github.com/stretchr/testify v1.8.4 | ||
github.com/zeromicro/go-zero v1.6.1 | ||
google.golang.org/grpc v1.60.0 | ||
google.golang.org/protobuf v1.32.0 | ||
... | ... | @@ -48,6 +49,7 @@ require ( |
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
github.com/openzipkin/zipkin-go v0.4.2 // indirect | ||
github.com/pelletier/go-toml/v2 v2.1.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/prometheus/client_golang v1.17.0 // indirect | ||
github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect | ||
github.com/prometheus/common v0.44.0 // indirect | ||
... | ... |
internal/model/model.go
0 → 100644
This diff is collapsed.
This diff is collapsed.
internal/utils/limiter.go
0 → 100644
internal/utils/util.go
0 → 100644
proto/1.api
0 → 100644
This diff is collapsed.
test/common.go
0 → 100644
test/createDBConn_test.go
0 → 100644
test/getDBConnList_test.go
0 → 100644
test/getIndustryList_test.go
0 → 100644
Please register or sign in to comment