Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
base
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lizifeng
base
Commits
ce154b08
Commit
ce154b08
authored
May 31, 2022
by
kzkzzzz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: init
parent
74f7eeea
Pipeline
#1227
canceled with stages
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
README.md
README.md
+1
-1
Makefile
service/testuser/Makefile
+2
-1
No files found.
README.md
View file @
ce154b08
# 参考第三代微服务方案 Service Mesh
# 参考第三代微服务方案 Service Mesh
#### 不依赖go-micro,kit等微服务框架, 不依赖外部注册中心etcd, consul服务发现
#### 不依赖go-micro,kit等微服务框架, 不依赖外部注册中心etcd, consul服务发现
####
而通过k8s + grpc + isito或linkerd
####
通过k8s + grpc + isito|linkerd等方案部署
---
---
### common 存放公共依赖库
### common 存放公共依赖库
...
...
service/testuser/Makefile
View file @
ce154b08
...
@@ -4,7 +4,8 @@ SHELL = /bin/sh
...
@@ -4,7 +4,8 @@ SHELL = /bin/sh
init
:
init
:
@
go get
-u
google.golang.org/protobuf/proto
@
go get
-u
google.golang.org/protobuf/proto
@
go
install
github.com/golang/protobuf/protoc-gen-go@latest
@
go
install
github.com/golang/protobuf/protoc-gen-go@latest
@
go
install
github.com/asim/go-micro/cmd/protoc-gen-micro/v4@latest
@
go
install
google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
@
go
install
github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway
.PHONY
:
proto
.PHONY
:
proto
proto
:
proto
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment