зеркало из https://github.com/microsoft/moc.git
423 строки
15 KiB
Go
423 строки
15 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// source: moc_cloudagent_cluster.proto
|
|
|
|
package cloud
|
|
|
|
import (
|
|
context "context"
|
|
fmt "fmt"
|
|
proto "github.com/golang/protobuf/proto"
|
|
wrappers "github.com/golang/protobuf/ptypes/wrappers"
|
|
common "github.com/microsoft/moc/rpc/common"
|
|
grpc "google.golang.org/grpc"
|
|
codes "google.golang.org/grpc/codes"
|
|
status "google.golang.org/grpc/status"
|
|
math "math"
|
|
)
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
var _ = proto.Marshal
|
|
var _ = fmt.Errorf
|
|
var _ = math.Inf
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
// is compatible with the proto package it is being compiled against.
|
|
// A compilation error at this line likely means your copy of the
|
|
// proto package needs to be updated.
|
|
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
|
|
|
|
type ClusterResponse struct {
|
|
Clusters []*Cluster `protobuf:"bytes,1,rep,name=Clusters,proto3" json:"Clusters,omitempty"`
|
|
Result *wrappers.BoolValue `protobuf:"bytes,2,opt,name=Result,proto3" json:"Result,omitempty"`
|
|
Error string `protobuf:"bytes,3,opt,name=Error,proto3" json:"Error,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *ClusterResponse) Reset() { *m = ClusterResponse{} }
|
|
func (m *ClusterResponse) String() string { return proto.CompactTextString(m) }
|
|
func (*ClusterResponse) ProtoMessage() {}
|
|
func (*ClusterResponse) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_3cf76b1466679011, []int{0}
|
|
}
|
|
|
|
func (m *ClusterResponse) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_ClusterResponse.Unmarshal(m, b)
|
|
}
|
|
func (m *ClusterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_ClusterResponse.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *ClusterResponse) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_ClusterResponse.Merge(m, src)
|
|
}
|
|
func (m *ClusterResponse) XXX_Size() int {
|
|
return xxx_messageInfo_ClusterResponse.Size(m)
|
|
}
|
|
func (m *ClusterResponse) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_ClusterResponse.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_ClusterResponse proto.InternalMessageInfo
|
|
|
|
func (m *ClusterResponse) GetClusters() []*Cluster {
|
|
if m != nil {
|
|
return m.Clusters
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *ClusterResponse) GetResult() *wrappers.BoolValue {
|
|
if m != nil {
|
|
return m.Result
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *ClusterResponse) GetError() string {
|
|
if m != nil {
|
|
return m.Error
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type Cluster struct {
|
|
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
|
|
Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
|
|
Fqdn string `protobuf:"bytes,3,opt,name=fqdn,proto3" json:"fqdn,omitempty"`
|
|
Status *common.Status `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
|
|
UserOwned bool `protobuf:"varint,5,opt,name=UserOwned,proto3" json:"UserOwned,omitempty"`
|
|
IsLocalCluster bool `protobuf:"varint,6,opt,name=IsLocalCluster,proto3" json:"IsLocalCluster,omitempty"`
|
|
Domain string `protobuf:"bytes,7,opt,name=domain,proto3" json:"domain,omitempty"`
|
|
Nodes []*Node `protobuf:"bytes,8,rep,name=Nodes,proto3" json:"Nodes,omitempty"`
|
|
LocationName string `protobuf:"bytes,9,opt,name=locationName,proto3" json:"locationName,omitempty"`
|
|
Tags *common.Tags `protobuf:"bytes,10,opt,name=tags,proto3" json:"tags,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *Cluster) Reset() { *m = Cluster{} }
|
|
func (m *Cluster) String() string { return proto.CompactTextString(m) }
|
|
func (*Cluster) ProtoMessage() {}
|
|
func (*Cluster) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_3cf76b1466679011, []int{1}
|
|
}
|
|
|
|
func (m *Cluster) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_Cluster.Unmarshal(m, b)
|
|
}
|
|
func (m *Cluster) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_Cluster.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *Cluster) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_Cluster.Merge(m, src)
|
|
}
|
|
func (m *Cluster) XXX_Size() int {
|
|
return xxx_messageInfo_Cluster.Size(m)
|
|
}
|
|
func (m *Cluster) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_Cluster.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_Cluster proto.InternalMessageInfo
|
|
|
|
func (m *Cluster) GetName() string {
|
|
if m != nil {
|
|
return m.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *Cluster) GetId() string {
|
|
if m != nil {
|
|
return m.Id
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *Cluster) GetFqdn() string {
|
|
if m != nil {
|
|
return m.Fqdn
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *Cluster) GetStatus() *common.Status {
|
|
if m != nil {
|
|
return m.Status
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Cluster) GetUserOwned() bool {
|
|
if m != nil {
|
|
return m.UserOwned
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *Cluster) GetIsLocalCluster() bool {
|
|
if m != nil {
|
|
return m.IsLocalCluster
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *Cluster) GetDomain() string {
|
|
if m != nil {
|
|
return m.Domain
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *Cluster) GetNodes() []*Node {
|
|
if m != nil {
|
|
return m.Nodes
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Cluster) GetLocationName() string {
|
|
if m != nil {
|
|
return m.LocationName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *Cluster) GetTags() *common.Tags {
|
|
if m != nil {
|
|
return m.Tags
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func init() {
|
|
proto.RegisterType((*ClusterResponse)(nil), "moc.cloudagent.cluster.ClusterResponse")
|
|
proto.RegisterType((*Cluster)(nil), "moc.cloudagent.cluster.Cluster")
|
|
}
|
|
|
|
func init() { proto.RegisterFile("moc_cloudagent_cluster.proto", fileDescriptor_3cf76b1466679011) }
|
|
|
|
var fileDescriptor_3cf76b1466679011 = []byte{
|
|
// 468 bytes of a gzipped FileDescriptorProto
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x53, 0xcd, 0x6e, 0xd3, 0x40,
|
|
0x10, 0xc6, 0x6e, 0xe2, 0xc6, 0x93, 0x52, 0xa4, 0x15, 0x2a, 0xdb, 0xa8, 0x40, 0x08, 0x12, 0xe4,
|
|
0x82, 0x2d, 0x85, 0x23, 0x27, 0x8a, 0x50, 0x85, 0x54, 0x15, 0x64, 0x28, 0xe2, 0xe7, 0x50, 0x6d,
|
|
0xd6, 0x1b, 0x63, 0xc9, 0xde, 0x31, 0xbb, 0x6b, 0xf5, 0x55, 0x78, 0x14, 0x9e, 0x8b, 0x27, 0x40,
|
|
0x19, 0x6f, 0x1a, 0x11, 0x51, 0xe5, 0x94, 0x53, 0x66, 0xbf, 0xf9, 0xe6, 0x9b, 0x6f, 0x66, 0x62,
|
|
0x38, 0xa9, 0x51, 0x5e, 0xc9, 0x0a, 0xdb, 0x5c, 0x14, 0x4a, 0xbb, 0x2b, 0x59, 0xb5, 0xd6, 0x29,
|
|
0x93, 0x34, 0x06, 0x1d, 0xb2, 0xa3, 0x1a, 0x65, 0xb2, 0xce, 0x26, 0x3e, 0x3b, 0x7a, 0x54, 0x20,
|
|
0x16, 0x95, 0x4a, 0x89, 0x35, 0x6f, 0x17, 0xe9, 0xb5, 0x11, 0x4d, 0xa3, 0x8c, 0xed, 0xea, 0x46,
|
|
0x0f, 0x48, 0x15, 0xeb, 0x1a, 0xb5, 0xff, 0xf1, 0x89, 0xe3, 0x8d, 0x76, 0x1a, 0x73, 0xd5, 0xa5,
|
|
0x26, 0xbf, 0x02, 0xb8, 0xf7, 0xa6, 0xd3, 0xcf, 0x94, 0x6d, 0x50, 0x5b, 0xc5, 0x5e, 0xc1, 0xc0,
|
|
0x43, 0x96, 0x07, 0xe3, 0xbd, 0xe9, 0x70, 0xf6, 0x38, 0xf9, 0xbf, 0xa5, 0x64, 0x55, 0x7a, 0x53,
|
|
0xc0, 0x66, 0x10, 0x65, 0xca, 0xb6, 0x95, 0xe3, 0xe1, 0x38, 0x98, 0x0e, 0x67, 0xa3, 0xa4, 0x73,
|
|
0x9d, 0xac, 0x5c, 0x27, 0xa7, 0x88, 0xd5, 0x67, 0x51, 0xb5, 0x2a, 0xf3, 0x4c, 0x76, 0x1f, 0xfa,
|
|
0x6f, 0x8d, 0x41, 0xc3, 0xf7, 0xc6, 0xc1, 0x34, 0xce, 0xba, 0xc7, 0xe4, 0x77, 0x08, 0xfb, 0x5e,
|
|
0x96, 0x31, 0xe8, 0x69, 0x51, 0x2b, 0x1e, 0x10, 0x81, 0x62, 0x76, 0x08, 0x61, 0x99, 0x53, 0x97,
|
|
0x38, 0x0b, 0xcb, 0x7c, 0xc9, 0x59, 0xfc, 0xcc, 0xb5, 0x17, 0xa1, 0x98, 0x3d, 0x85, 0xc8, 0x3a,
|
|
0xe1, 0x5a, 0xcb, 0x7b, 0xe4, 0x66, 0x48, 0x83, 0x7c, 0x24, 0x28, 0xf3, 0x29, 0x76, 0x02, 0xf1,
|
|
0xa5, 0x55, 0xe6, 0xfd, 0xb5, 0x56, 0x39, 0xef, 0x8f, 0x83, 0xe9, 0x20, 0x5b, 0x03, 0xec, 0x19,
|
|
0x1c, 0xbe, 0xb3, 0xe7, 0x28, 0x45, 0xe5, 0xcd, 0xf0, 0x88, 0x28, 0x1b, 0x28, 0x3b, 0x82, 0x28,
|
|
0xc7, 0x5a, 0x94, 0x9a, 0xef, 0x93, 0x01, 0xff, 0x62, 0x29, 0xf4, 0x2f, 0x30, 0x57, 0x96, 0x0f,
|
|
0x68, 0x95, 0xc7, 0x9b, 0xab, 0xa4, 0x63, 0x2c, 0x19, 0x59, 0xc7, 0x63, 0x13, 0x38, 0xa8, 0x50,
|
|
0x0a, 0x57, 0xa2, 0xbe, 0x58, 0xce, 0x1c, 0x93, 0xdc, 0x3f, 0x18, 0x7b, 0x08, 0x3d, 0x27, 0x0a,
|
|
0xcb, 0x81, 0xa6, 0x8a, 0x49, 0xf3, 0x93, 0x28, 0x6c, 0x46, 0xf0, 0xec, 0x4f, 0x08, 0x07, 0xde,
|
|
0xd7, 0xeb, 0x65, 0x13, 0xf6, 0x15, 0x86, 0xe7, 0x28, 0xf2, 0x95, 0xd7, 0x6d, 0xf7, 0x1c, 0x3d,
|
|
0xdf, 0x76, 0x70, 0xff, 0x5f, 0x99, 0xdc, 0x61, 0xdf, 0xe1, 0xee, 0xa5, 0xae, 0x76, 0x24, 0xfe,
|
|
0x05, 0xe0, 0x4c, 0xb9, 0x5d, 0x28, 0x7f, 0x80, 0xc1, 0x99, 0x72, 0xdd, 0xc6, 0xb7, 0xea, 0x3e,
|
|
0xb9, 0xfd, 0x68, 0x37, 0x8a, 0xa7, 0xe9, 0xb7, 0x17, 0x45, 0xe9, 0x7e, 0xb4, 0xf3, 0x44, 0x62,
|
|
0x9d, 0xd6, 0xa5, 0x34, 0x68, 0x71, 0xe1, 0xd2, 0x1a, 0x65, 0x6a, 0x1a, 0x99, 0xae, 0xcb, 0xbb,
|
|
0x70, 0x1e, 0xd1, 0x27, 0xf1, 0xf2, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x08, 0xfb, 0x97, 0xb8,
|
|
0x0e, 0x04, 0x00, 0x00,
|
|
}
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
var _ context.Context
|
|
var _ grpc.ClientConn
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
// is compatible with the grpc package it is being compiled against.
|
|
const _ = grpc.SupportPackageIsVersion4
|
|
|
|
// ClusterAgentClient is the client API for ClusterAgent service.
|
|
//
|
|
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
|
|
type ClusterAgentClient interface {
|
|
LoadCluster(ctx context.Context, in *Cluster, opts ...grpc.CallOption) (*ClusterResponse, error)
|
|
UnloadCluster(ctx context.Context, in *Cluster, opts ...grpc.CallOption) (*ClusterResponse, error)
|
|
GetCluster(ctx context.Context, in *Cluster, opts ...grpc.CallOption) (*ClusterResponse, error)
|
|
GetNodes(ctx context.Context, in *Cluster, opts ...grpc.CallOption) (*NodeResponse, error)
|
|
}
|
|
|
|
type clusterAgentClient struct {
|
|
cc *grpc.ClientConn
|
|
}
|
|
|
|
func NewClusterAgentClient(cc *grpc.ClientConn) ClusterAgentClient {
|
|
return &clusterAgentClient{cc}
|
|
}
|
|
|
|
func (c *clusterAgentClient) LoadCluster(ctx context.Context, in *Cluster, opts ...grpc.CallOption) (*ClusterResponse, error) {
|
|
out := new(ClusterResponse)
|
|
err := c.cc.Invoke(ctx, "/moc.cloudagent.cluster.ClusterAgent/LoadCluster", in, out, opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return out, nil
|
|
}
|
|
|
|
func (c *clusterAgentClient) UnloadCluster(ctx context.Context, in *Cluster, opts ...grpc.CallOption) (*ClusterResponse, error) {
|
|
out := new(ClusterResponse)
|
|
err := c.cc.Invoke(ctx, "/moc.cloudagent.cluster.ClusterAgent/UnloadCluster", in, out, opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return out, nil
|
|
}
|
|
|
|
func (c *clusterAgentClient) GetCluster(ctx context.Context, in *Cluster, opts ...grpc.CallOption) (*ClusterResponse, error) {
|
|
out := new(ClusterResponse)
|
|
err := c.cc.Invoke(ctx, "/moc.cloudagent.cluster.ClusterAgent/GetCluster", in, out, opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return out, nil
|
|
}
|
|
|
|
func (c *clusterAgentClient) GetNodes(ctx context.Context, in *Cluster, opts ...grpc.CallOption) (*NodeResponse, error) {
|
|
out := new(NodeResponse)
|
|
err := c.cc.Invoke(ctx, "/moc.cloudagent.cluster.ClusterAgent/GetNodes", in, out, opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return out, nil
|
|
}
|
|
|
|
// ClusterAgentServer is the server API for ClusterAgent service.
|
|
type ClusterAgentServer interface {
|
|
LoadCluster(context.Context, *Cluster) (*ClusterResponse, error)
|
|
UnloadCluster(context.Context, *Cluster) (*ClusterResponse, error)
|
|
GetCluster(context.Context, *Cluster) (*ClusterResponse, error)
|
|
GetNodes(context.Context, *Cluster) (*NodeResponse, error)
|
|
}
|
|
|
|
// UnimplementedClusterAgentServer can be embedded to have forward compatible implementations.
|
|
type UnimplementedClusterAgentServer struct {
|
|
}
|
|
|
|
func (*UnimplementedClusterAgentServer) LoadCluster(ctx context.Context, req *Cluster) (*ClusterResponse, error) {
|
|
return nil, status.Errorf(codes.Unimplemented, "method LoadCluster not implemented")
|
|
}
|
|
func (*UnimplementedClusterAgentServer) UnloadCluster(ctx context.Context, req *Cluster) (*ClusterResponse, error) {
|
|
return nil, status.Errorf(codes.Unimplemented, "method UnloadCluster not implemented")
|
|
}
|
|
func (*UnimplementedClusterAgentServer) GetCluster(ctx context.Context, req *Cluster) (*ClusterResponse, error) {
|
|
return nil, status.Errorf(codes.Unimplemented, "method GetCluster not implemented")
|
|
}
|
|
func (*UnimplementedClusterAgentServer) GetNodes(ctx context.Context, req *Cluster) (*NodeResponse, error) {
|
|
return nil, status.Errorf(codes.Unimplemented, "method GetNodes not implemented")
|
|
}
|
|
|
|
func RegisterClusterAgentServer(s *grpc.Server, srv ClusterAgentServer) {
|
|
s.RegisterService(&_ClusterAgent_serviceDesc, srv)
|
|
}
|
|
|
|
func _ClusterAgent_LoadCluster_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
in := new(Cluster)
|
|
if err := dec(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if interceptor == nil {
|
|
return srv.(ClusterAgentServer).LoadCluster(ctx, in)
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
FullMethod: "/moc.cloudagent.cluster.ClusterAgent/LoadCluster",
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(ClusterAgentServer).LoadCluster(ctx, req.(*Cluster))
|
|
}
|
|
return interceptor(ctx, in, info, handler)
|
|
}
|
|
|
|
func _ClusterAgent_UnloadCluster_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
in := new(Cluster)
|
|
if err := dec(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if interceptor == nil {
|
|
return srv.(ClusterAgentServer).UnloadCluster(ctx, in)
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
FullMethod: "/moc.cloudagent.cluster.ClusterAgent/UnloadCluster",
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(ClusterAgentServer).UnloadCluster(ctx, req.(*Cluster))
|
|
}
|
|
return interceptor(ctx, in, info, handler)
|
|
}
|
|
|
|
func _ClusterAgent_GetCluster_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
in := new(Cluster)
|
|
if err := dec(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if interceptor == nil {
|
|
return srv.(ClusterAgentServer).GetCluster(ctx, in)
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
FullMethod: "/moc.cloudagent.cluster.ClusterAgent/GetCluster",
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(ClusterAgentServer).GetCluster(ctx, req.(*Cluster))
|
|
}
|
|
return interceptor(ctx, in, info, handler)
|
|
}
|
|
|
|
func _ClusterAgent_GetNodes_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
in := new(Cluster)
|
|
if err := dec(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if interceptor == nil {
|
|
return srv.(ClusterAgentServer).GetNodes(ctx, in)
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
FullMethod: "/moc.cloudagent.cluster.ClusterAgent/GetNodes",
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(ClusterAgentServer).GetNodes(ctx, req.(*Cluster))
|
|
}
|
|
return interceptor(ctx, in, info, handler)
|
|
}
|
|
|
|
var _ClusterAgent_serviceDesc = grpc.ServiceDesc{
|
|
ServiceName: "moc.cloudagent.cluster.ClusterAgent",
|
|
HandlerType: (*ClusterAgentServer)(nil),
|
|
Methods: []grpc.MethodDesc{
|
|
{
|
|
MethodName: "LoadCluster",
|
|
Handler: _ClusterAgent_LoadCluster_Handler,
|
|
},
|
|
{
|
|
MethodName: "UnloadCluster",
|
|
Handler: _ClusterAgent_UnloadCluster_Handler,
|
|
},
|
|
{
|
|
MethodName: "GetCluster",
|
|
Handler: _ClusterAgent_GetCluster_Handler,
|
|
},
|
|
{
|
|
MethodName: "GetNodes",
|
|
Handler: _ClusterAgent_GetNodes_Handler,
|
|
},
|
|
},
|
|
Streams: []grpc.StreamDesc{},
|
|
Metadata: "moc_cloudagent_cluster.proto",
|
|
}
|