Categorygithub.com/open-beagle/awecloud-cluster-proto
repositorypackage
0.6.4
Repository: https://github.com/open-beagle/awecloud-cluster-proto.git
Documentation: pkg.go.dev

# README

awecloud-cluster-proto

proto

# install
go install google.golang.org/protobuf/cmd/[email protected]
go install google.golang.org/grpc/cmd/[email protected]

# update
protoc \
  --go_out=. \
  --go_opt=paths=source_relative \
  --go-grpc_out=. \
  --go-grpc_opt=paths=source_relative \
  cluster_registry.proto

tag

git tag v0.6.4 -f
git push origin v0.6.4 -f