Categorygithub.com/open-beagle/awecloud-cluster-proto
modulepackage
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

# Functions

No description provided by the author
No description provided by the author

# Variables

ClusterRegistry_ServiceDesc is the grpc.ServiceDesc for ClusterRegistry service.
No description provided by the author

# Structs

ListenRequest , 服务信息.
ListenResponse , 服务信息.
LoginRequest 集群信息.
LoginResponse 集群信息.
PublishServiceRequest 发布服务信息请求.
RegisterService , 服务信息.
UnimplementedClusterRegistryServer must be embedded to have forward compatible implementations.

# Interfaces

No description provided by the author
No description provided by the author
ClusterRegistryClient is the client API for ClusterRegistry service.
ClusterRegistryServer is the server API for ClusterRegistry service.
UnsafeClusterRegistryServer may be embedded to opt out of forward compatibility for this service.