// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.25.0-devel // protoc v3.13.0 // source: client.proto package linux import ( context "context" empty "github.com/golang/protobuf/ptypes/empty" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" sync "sync" ) const ( // Verify that this generated code is sufficiently up-to-date. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) // Verify that runtime/protoimpl is sufficiently up-to-date. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) ) //default id type Server struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Secret string `protobuf:"bytes,2,opt,name=secret,proto3" json:"secret,omitempty"` Timestamp int64 `protobuf:"varint,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"` } func (x *Server) Reset() { *x = Server{} if protoimpl.UnsafeEnabled { mi := &file_client_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *Server) String() string { return protoimpl.X.MessageStringOf(x) } func (*Server) ProtoMessage() {} func (x *Server) ProtoReflect() protoreflect.Message { mi := &file_client_proto_msgTypes[0] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use Server.ProtoReflect.Descriptor instead. func (*Server) Descriptor() ([]byte, []int) { return file_client_proto_rawDescGZIP(), []int{0} } func (x *Server) GetId() string { if x != nil { return x.Id } return "" } func (x *Server) GetSecret() string { if x != nil { return x.Secret } return "" } func (x *Server) GetTimestamp() int64 { if x != nil { return x.Timestamp } return 0 } // default success msg type SuccessMsg struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Success int32 `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"` } func (x *SuccessMsg) Reset() { *x = SuccessMsg{} if protoimpl.UnsafeEnabled { mi := &file_client_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SuccessMsg) String() string { return protoimpl.X.MessageStringOf(x) } func (*SuccessMsg) ProtoMessage() {} func (x *SuccessMsg) ProtoReflect() protoreflect.Message { mi := &file_client_proto_msgTypes[1] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use SuccessMsg.ProtoReflect.Descriptor instead. func (*SuccessMsg) Descriptor() ([]byte, []int) { return file_client_proto_rawDescGZIP(), []int{1} } func (x *SuccessMsg) GetSuccess() int32 { if x != nil { return x.Success } return 0 } func (x *SuccessMsg) GetMsg() string { if x != nil { return x.Msg } return "" } // Ping type PingResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Success int32 `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` } func (x *PingResp) Reset() { *x = PingResp{} if protoimpl.UnsafeEnabled { mi := &file_client_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PingResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*PingResp) ProtoMessage() {} func (x *PingResp) ProtoReflect() protoreflect.Message { mi := &file_client_proto_msgTypes[2] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PingResp.ProtoReflect.Descriptor instead. func (*PingResp) Descriptor() ([]byte, []int) { return file_client_proto_rawDescGZIP(), []int{2} } func (x *PingResp) GetSuccess() int32 { if x != nil { return x.Success } return 0 } // Init type InitReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Server *Server `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"` CPU []*CPUInit `protobuf:"bytes,2,rep,name=CPU,proto3" json:"CPU,omitempty"` // repeated 重复的(数组) } func (x *InitReq) Reset() { *x = InitReq{} if protoimpl.UnsafeEnabled { mi := &file_client_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *InitReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*InitReq) ProtoMessage() {} func (x *InitReq) ProtoReflect() protoreflect.Message { mi := &file_client_proto_msgTypes[3] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use InitReq.ProtoReflect.Descriptor instead. func (*InitReq) Descriptor() ([]byte, []int) { return file_client_proto_rawDescGZIP(), []int{3} } func (x *InitReq) GetServer() *Server { if x != nil { return x.Server } return nil } func (x *InitReq) GetCPU() []*CPUInit { if x != nil { return x.CPU } return nil } type CPUInit struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Count int32 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"` Mhz float64 `protobuf:"fixed64,3,opt,name=mhz,proto3" json:"mhz,omitempty"` CacheSize int32 `protobuf:"varint,4,opt,name=cacheSize,proto3" json:"cacheSize,omitempty"` } func (x *CPUInit) Reset() { *x = CPUInit{} if protoimpl.UnsafeEnabled { mi := &file_client_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *CPUInit) String() string { return protoimpl.X.MessageStringOf(x) } func (*CPUInit) ProtoMessage() {} func (x *CPUInit) ProtoReflect() protoreflect.Message { mi := &file_client_proto_msgTypes[4] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CPUInit.ProtoReflect.Descriptor instead. func (*CPUInit) Descriptor() ([]byte, []int) { return file_client_proto_rawDescGZIP(), []int{4} } func (x *CPUInit) GetName() string { if x != nil { return x.Name } return "" } func (x *CPUInit) GetCount() int32 { if x != nil { return x.Count } return 0 } func (x *CPUInit) GetMhz() float64 { if x != nil { return x.Mhz } return 0 } func (x *CPUInit) GetCacheSize() int32 { if x != nil { return x.CacheSize } return 0 } // memory type MemoryReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Server *Server `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"` Total uint64 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"` Free uint64 `protobuf:"varint,3,opt,name=free,proto3" json:"free,omitempty"` Used uint64 `protobuf:"varint,4,opt,name=used,proto3" json:"used,omitempty"` Cached uint64 `protobuf:"varint,5,opt,name=cached,proto3" json:"cached,omitempty"` UsedPercent float64 `protobuf:"fixed64,6,opt,name=usedPercent,proto3" json:"usedPercent,omitempty"` } func (x *MemoryReq) Reset() { *x = MemoryReq{} if protoimpl.UnsafeEnabled { mi := &file_client_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *MemoryReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*MemoryReq) ProtoMessage() {} func (x *MemoryReq) ProtoReflect() protoreflect.Message { mi := &file_client_proto_msgTypes[5] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use MemoryReq.ProtoReflect.Descriptor instead. func (*MemoryReq) Descriptor() ([]byte, []int) { return file_client_proto_rawDescGZIP(), []int{5} } func (x *MemoryReq) GetServer() *Server { if x != nil { return x.Server } return nil } func (x *MemoryReq) GetTotal() uint64 { if x != nil { return x.Total } return 0 } func (x *MemoryReq) GetFree() uint64 { if x != nil { return x.Free } return 0 } func (x *MemoryReq) GetUsed() uint64 { if x != nil { return x.Used } return 0 } func (x *MemoryReq) GetCached() uint64 { if x != nil { return x.Cached } return 0 } func (x *MemoryReq) GetUsedPercent() float64 { if x != nil { return x.UsedPercent } return 0 } // network io type NetReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Server *Server `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"` BytesRecv uint64 `protobuf:"varint,2,opt,name=bytesRecv,proto3" json:"bytesRecv,omitempty"` BytesSent uint64 `protobuf:"varint,3,opt,name=bytesSent,proto3" json:"bytesSent,omitempty"` PacketsRecv uint64 `protobuf:"varint,4,opt,name=packetsRecv,proto3" json:"packetsRecv,omitempty"` PacketsSent uint64 `protobuf:"varint,5,opt,name=packetsSent,proto3" json:"packetsSent,omitempty"` } func (x *NetReq) Reset() { *x = NetReq{} if protoimpl.UnsafeEnabled { mi := &file_client_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *NetReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*NetReq) ProtoMessage() {} func (x *NetReq) ProtoReflect() protoreflect.Message { mi := &file_client_proto_msgTypes[6] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use NetReq.ProtoReflect.Descriptor instead. func (*NetReq) Descriptor() ([]byte, []int) { return file_client_proto_rawDescGZIP(), []int{6} } func (x *NetReq) GetServer() *Server { if x != nil { return x.Server } return nil } func (x *NetReq) GetBytesRecv() uint64 { if x != nil { return x.BytesRecv } return 0 } func (x *NetReq) GetBytesSent() uint64 { if x != nil { return x.BytesSent } return 0 } func (x *NetReq) GetPacketsRecv() uint64 { if x != nil { return x.PacketsRecv } return 0 } func (x *NetReq) GetPacketsSent() uint64 { if x != nil { return x.PacketsSent } return 0 } // cpu percent type CPUReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Server *Server `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"` Percent float64 `protobuf:"fixed64,2,opt,name=percent,proto3" json:"percent,omitempty"` } func (x *CPUReq) Reset() { *x = CPUReq{} if protoimpl.UnsafeEnabled { mi := &file_client_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *CPUReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*CPUReq) ProtoMessage() {} func (x *CPUReq) ProtoReflect() protoreflect.Message { mi := &file_client_proto_msgTypes[7] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CPUReq.ProtoReflect.Descriptor instead. func (*CPUReq) Descriptor() ([]byte, []int) { return file_client_proto_rawDescGZIP(), []int{7} } func (x *CPUReq) GetServer() *Server { if x != nil { return x.Server } return nil } func (x *CPUReq) GetPercent() float64 { if x != nil { return x.Percent } return 0 } var File_client_proto protoreflect.FileDescriptor var file_client_proto_rawDesc = []byte{ 0x0a, 0x0c, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x05, 0x6c, 0x69, 0x6e, 0x75, 0x78, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x4e, 0x0a, 0x06, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x22, 0x38, 0x0a, 0x0a, 0x53, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4d, 0x73, 0x67, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x22, 0x24, 0x0a, 0x08, 0x50, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x22, 0x52, 0x0a, 0x07, 0x49, 0x6e, 0x69, 0x74, 0x52, 0x65, 0x71, 0x12, 0x25, 0x0a, 0x06, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x6c, 0x69, 0x6e, 0x75, 0x78, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x52, 0x06, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x12, 0x20, 0x0a, 0x03, 0x43, 0x50, 0x55, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x6c, 0x69, 0x6e, 0x75, 0x78, 0x2e, 0x43, 0x50, 0x55, 0x49, 0x6e, 0x69, 0x74, 0x52, 0x03, 0x43, 0x50, 0x55, 0x22, 0x63, 0x0a, 0x07, 0x43, 0x50, 0x55, 0x49, 0x6e, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x68, 0x7a, 0x18, 0x03, 0x20, 0x01, 0x28, 0x01, 0x52, 0x03, 0x6d, 0x68, 0x7a, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x61, 0x63, 0x68, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x63, 0x61, 0x63, 0x68, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x22, 0xaa, 0x01, 0x0a, 0x09, 0x4d, 0x65, 0x6d, 0x6f, 0x72, 0x79, 0x52, 0x65, 0x71, 0x12, 0x25, 0x0a, 0x06, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x6c, 0x69, 0x6e, 0x75, 0x78, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x52, 0x06, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x12, 0x12, 0x0a, 0x04, 0x66, 0x72, 0x65, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x66, 0x72, 0x65, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x75, 0x73, 0x65, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x61, 0x63, 0x68, 0x65, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x63, 0x61, 0x63, 0x68, 0x65, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x75, 0x73, 0x65, 0x64, 0x50, 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x01, 0x52, 0x0b, 0x75, 0x73, 0x65, 0x64, 0x50, 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x22, 0xaf, 0x01, 0x0a, 0x06, 0x4e, 0x65, 0x74, 0x52, 0x65, 0x71, 0x12, 0x25, 0x0a, 0x06, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x6c, 0x69, 0x6e, 0x75, 0x78, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x52, 0x06, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x12, 0x1c, 0x0a, 0x09, 0x62, 0x79, 0x74, 0x65, 0x73, 0x52, 0x65, 0x63, 0x76, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x62, 0x79, 0x74, 0x65, 0x73, 0x52, 0x65, 0x63, 0x76, 0x12, 0x1c, 0x0a, 0x09, 0x62, 0x79, 0x74, 0x65, 0x73, 0x53, 0x65, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x62, 0x79, 0x74, 0x65, 0x73, 0x53, 0x65, 0x6e, 0x74, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x73, 0x52, 0x65, 0x63, 0x76, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x70, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x73, 0x52, 0x65, 0x63, 0x76, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x73, 0x53, 0x65, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x70, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x73, 0x53, 0x65, 0x6e, 0x74, 0x22, 0x49, 0x0a, 0x06, 0x43, 0x50, 0x55, 0x52, 0x65, 0x71, 0x12, 0x25, 0x0a, 0x06, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x6c, 0x69, 0x6e, 0x75, 0x78, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x52, 0x06, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x01, 0x52, 0x07, 0x70, 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x32, 0xfa, 0x01, 0x0a, 0x06, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x12, 0x31, 0x0a, 0x04, 0x50, 0x69, 0x6e, 0x67, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x0f, 0x2e, 0x6c, 0x69, 0x6e, 0x75, 0x78, 0x2e, 0x50, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x73, 0x70, 0x22, 0x00, 0x12, 0x2b, 0x0a, 0x04, 0x49, 0x6e, 0x69, 0x74, 0x12, 0x0e, 0x2e, 0x6c, 0x69, 0x6e, 0x75, 0x78, 0x2e, 0x49, 0x6e, 0x69, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x11, 0x2e, 0x6c, 0x69, 0x6e, 0x75, 0x78, 0x2e, 0x53, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4d, 0x73, 0x67, 0x22, 0x00, 0x12, 0x2f, 0x0a, 0x06, 0x4d, 0x65, 0x6d, 0x6f, 0x72, 0x79, 0x12, 0x10, 0x2e, 0x6c, 0x69, 0x6e, 0x75, 0x78, 0x2e, 0x4d, 0x65, 0x6d, 0x6f, 0x72, 0x79, 0x52, 0x65, 0x71, 0x1a, 0x11, 0x2e, 0x6c, 0x69, 0x6e, 0x75, 0x78, 0x2e, 0x53, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4d, 0x73, 0x67, 0x22, 0x00, 0x12, 0x2d, 0x0a, 0x07, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x12, 0x0d, 0x2e, 0x6c, 0x69, 0x6e, 0x75, 0x78, 0x2e, 0x4e, 0x65, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x11, 0x2e, 0x6c, 0x69, 0x6e, 0x75, 0x78, 0x2e, 0x53, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4d, 0x73, 0x67, 0x22, 0x00, 0x12, 0x30, 0x0a, 0x0a, 0x43, 0x50, 0x55, 0x50, 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x12, 0x0d, 0x2e, 0x6c, 0x69, 0x6e, 0x75, 0x78, 0x2e, 0x43, 0x50, 0x55, 0x52, 0x65, 0x71, 0x1a, 0x11, 0x2e, 0x6c, 0x69, 0x6e, 0x75, 0x78, 0x2e, 0x53, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4d, 0x73, 0x67, 0x22, 0x00, 0x42, 0x09, 0x5a, 0x07, 0x2e, 0x3b, 0x6c, 0x69, 0x6e, 0x75, 0x78, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_client_proto_rawDescOnce sync.Once file_client_proto_rawDescData = file_client_proto_rawDesc ) func file_client_proto_rawDescGZIP() []byte { file_client_proto_rawDescOnce.Do(func() { file_client_proto_rawDescData = protoimpl.X.CompressGZIP(file_client_proto_rawDescData) }) return file_client_proto_rawDescData } var file_client_proto_msgTypes = make([]protoimpl.MessageInfo, 8) var file_client_proto_goTypes = []interface{}{ (*Server)(nil), // 0: linux.Server (*SuccessMsg)(nil), // 1: linux.SuccessMsg (*PingResp)(nil), // 2: linux.PingResp (*InitReq)(nil), // 3: linux.InitReq (*CPUInit)(nil), // 4: linux.CPUInit (*MemoryReq)(nil), // 5: linux.MemoryReq (*NetReq)(nil), // 6: linux.NetReq (*CPUReq)(nil), // 7: linux.CPUReq (*empty.Empty)(nil), // 8: google.protobuf.Empty } var file_client_proto_depIdxs = []int32{ 0, // 0: linux.InitReq.server:type_name -> linux.Server 4, // 1: linux.InitReq.CPU:type_name -> linux.CPUInit 0, // 2: linux.MemoryReq.server:type_name -> linux.Server 0, // 3: linux.NetReq.server:type_name -> linux.Server 0, // 4: linux.CPUReq.server:type_name -> linux.Server 8, // 5: linux.Client.Ping:input_type -> google.protobuf.Empty 3, // 6: linux.Client.Init:input_type -> linux.InitReq 5, // 7: linux.Client.Memory:input_type -> linux.MemoryReq 6, // 8: linux.Client.Network:input_type -> linux.NetReq 7, // 9: linux.Client.CPUPercent:input_type -> linux.CPUReq 2, // 10: linux.Client.Ping:output_type -> linux.PingResp 1, // 11: linux.Client.Init:output_type -> linux.SuccessMsg 1, // 12: linux.Client.Memory:output_type -> linux.SuccessMsg 1, // 13: linux.Client.Network:output_type -> linux.SuccessMsg 1, // 14: linux.Client.CPUPercent:output_type -> linux.SuccessMsg 10, // [10:15] is the sub-list for method output_type 5, // [5:10] is the sub-list for method input_type 5, // [5:5] is the sub-list for extension type_name 5, // [5:5] is the sub-list for extension extendee 0, // [0:5] is the sub-list for field type_name } func init() { file_client_proto_init() } func file_client_proto_init() { if File_client_proto != nil { return } if !protoimpl.UnsafeEnabled { file_client_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Server); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_client_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SuccessMsg); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_client_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PingResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_client_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*InitReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_client_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CPUInit); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_client_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MemoryReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_client_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NetReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_client_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CPUReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } } type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_client_proto_rawDesc, NumEnums: 0, NumMessages: 8, NumExtensions: 0, NumServices: 1, }, GoTypes: file_client_proto_goTypes, DependencyIndexes: file_client_proto_depIdxs, MessageInfos: file_client_proto_msgTypes, }.Build() File_client_proto = out.File file_client_proto_rawDesc = nil file_client_proto_goTypes = nil file_client_proto_depIdxs = nil } // Reference imports to suppress errors if they are not otherwise used. var _ context.Context var _ grpc.ClientConnInterface // 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.SupportPackageIsVersion6 // ClientClient is the client API for Client service. // // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. type ClientClient interface { Ping(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*PingResp, error) Init(ctx context.Context, in *InitReq, opts ...grpc.CallOption) (*SuccessMsg, error) Memory(ctx context.Context, in *MemoryReq, opts ...grpc.CallOption) (*SuccessMsg, error) Network(ctx context.Context, in *NetReq, opts ...grpc.CallOption) (*SuccessMsg, error) CPUPercent(ctx context.Context, in *CPUReq, opts ...grpc.CallOption) (*SuccessMsg, error) } type clientClient struct { cc grpc.ClientConnInterface } func NewClientClient(cc grpc.ClientConnInterface) ClientClient { return &clientClient{cc} } func (c *clientClient) Ping(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*PingResp, error) { out := new(PingResp) err := c.cc.Invoke(ctx, "/linux.Client/Ping", in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *clientClient) Init(ctx context.Context, in *InitReq, opts ...grpc.CallOption) (*SuccessMsg, error) { out := new(SuccessMsg) err := c.cc.Invoke(ctx, "/linux.Client/Init", in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *clientClient) Memory(ctx context.Context, in *MemoryReq, opts ...grpc.CallOption) (*SuccessMsg, error) { out := new(SuccessMsg) err := c.cc.Invoke(ctx, "/linux.Client/Memory", in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *clientClient) Network(ctx context.Context, in *NetReq, opts ...grpc.CallOption) (*SuccessMsg, error) { out := new(SuccessMsg) err := c.cc.Invoke(ctx, "/linux.Client/Network", in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *clientClient) CPUPercent(ctx context.Context, in *CPUReq, opts ...grpc.CallOption) (*SuccessMsg, error) { out := new(SuccessMsg) err := c.cc.Invoke(ctx, "/linux.Client/CPUPercent", in, out, opts...) if err != nil { return nil, err } return out, nil } // ClientServer is the server API for Client service. type ClientServer interface { Ping(context.Context, *empty.Empty) (*PingResp, error) Init(context.Context, *InitReq) (*SuccessMsg, error) Memory(context.Context, *MemoryReq) (*SuccessMsg, error) Network(context.Context, *NetReq) (*SuccessMsg, error) CPUPercent(context.Context, *CPUReq) (*SuccessMsg, error) } // UnimplementedClientServer can be embedded to have forward compatible implementations. type UnimplementedClientServer struct { } func (*UnimplementedClientServer) Ping(context.Context, *empty.Empty) (*PingResp, error) { return nil, status.Errorf(codes.Unimplemented, "method Ping not implemented") } func (*UnimplementedClientServer) Init(context.Context, *InitReq) (*SuccessMsg, error) { return nil, status.Errorf(codes.Unimplemented, "method Init not implemented") } func (*UnimplementedClientServer) Memory(context.Context, *MemoryReq) (*SuccessMsg, error) { return nil, status.Errorf(codes.Unimplemented, "method Memory not implemented") } func (*UnimplementedClientServer) Network(context.Context, *NetReq) (*SuccessMsg, error) { return nil, status.Errorf(codes.Unimplemented, "method Network not implemented") } func (*UnimplementedClientServer) CPUPercent(context.Context, *CPUReq) (*SuccessMsg, error) { return nil, status.Errorf(codes.Unimplemented, "method CPUPercent not implemented") } func RegisterClientServer(s *grpc.Server, srv ClientServer) { s.RegisterService(&_Client_serviceDesc, srv) } func _Client_Ping_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(empty.Empty) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ClientServer).Ping(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/linux.Client/Ping", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ClientServer).Ping(ctx, req.(*empty.Empty)) } return interceptor(ctx, in, info, handler) } func _Client_Init_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(InitReq) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ClientServer).Init(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/linux.Client/Init", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ClientServer).Init(ctx, req.(*InitReq)) } return interceptor(ctx, in, info, handler) } func _Client_Memory_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(MemoryReq) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ClientServer).Memory(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/linux.Client/Memory", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ClientServer).Memory(ctx, req.(*MemoryReq)) } return interceptor(ctx, in, info, handler) } func _Client_Network_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(NetReq) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ClientServer).Network(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/linux.Client/Network", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ClientServer).Network(ctx, req.(*NetReq)) } return interceptor(ctx, in, info, handler) } func _Client_CPUPercent_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(CPUReq) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ClientServer).CPUPercent(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/linux.Client/CPUPercent", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ClientServer).CPUPercent(ctx, req.(*CPUReq)) } return interceptor(ctx, in, info, handler) } var _Client_serviceDesc = grpc.ServiceDesc{ ServiceName: "linux.Client", HandlerType: (*ClientServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Ping", Handler: _Client_Ping_Handler, }, { MethodName: "Init", Handler: _Client_Init_Handler, }, { MethodName: "Memory", Handler: _Client_Memory_Handler, }, { MethodName: "Network", Handler: _Client_Network_Handler, }, { MethodName: "CPUPercent", Handler: _Client_CPUPercent_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "client.proto", }