Skip to content
Snippets Groups Projects
Commit 51b7cdab authored by Malte Bauch's avatar Malte Bauch
Browse files

added all necessary grpc proto for the updated gosdnc

parent e22181ad
Branches
Tags
3 merge requests!97Resolve "PND handling via CLI and database",!91"Overhaul Architecture",!90Develop
This commit is part of merge request !91. Comments created here will be created in the context of that merge request.
...@@ -385,6 +385,53 @@ func (x *CreatePNDRequest) GetSbi() string { ...@@ -385,6 +385,53 @@ func (x *CreatePNDRequest) GetSbi() string {
return "" return ""
} }
type AllSBINamesReply struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
SbiNames []string `protobuf:"bytes,1,rep,name=sbiNames,proto3" json:"sbiNames,omitempty"`
}
func (x *AllSBINamesReply) Reset() {
*x = AllSBINamesReply{}
if protoimpl.UnsafeEnabled {
mi := &file_gosdnCLI_proto_msgTypes[7]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *AllSBINamesReply) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*AllSBINamesReply) ProtoMessage() {}
func (x *AllSBINamesReply) ProtoReflect() protoreflect.Message {
mi := &file_gosdnCLI_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 AllSBINamesReply.ProtoReflect.Descriptor instead.
func (*AllSBINamesReply) Descriptor() ([]byte, []int) {
return file_gosdnCLI_proto_rawDescGZIP(), []int{7}
}
func (x *AllSBINamesReply) GetSbiNames() []string {
if x != nil {
return x.SbiNames
}
return nil
}
// //
type CreatePNDReply struct { type CreatePNDReply struct {
state protoimpl.MessageState state protoimpl.MessageState
...@@ -397,7 +444,7 @@ type CreatePNDReply struct { ...@@ -397,7 +444,7 @@ type CreatePNDReply struct {
func (x *CreatePNDReply) Reset() { func (x *CreatePNDReply) Reset() {
*x = CreatePNDReply{} *x = CreatePNDReply{}
if protoimpl.UnsafeEnabled { if protoimpl.UnsafeEnabled {
mi := &file_gosdnCLI_proto_msgTypes[7] mi := &file_gosdnCLI_proto_msgTypes[8]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi) ms.StoreMessageInfo(mi)
} }
...@@ -410,7 +457,7 @@ func (x *CreatePNDReply) String() string { ...@@ -410,7 +457,7 @@ func (x *CreatePNDReply) String() string {
func (*CreatePNDReply) ProtoMessage() {} func (*CreatePNDReply) ProtoMessage() {}
func (x *CreatePNDReply) ProtoReflect() protoreflect.Message { func (x *CreatePNDReply) ProtoReflect() protoreflect.Message {
mi := &file_gosdnCLI_proto_msgTypes[7] mi := &file_gosdnCLI_proto_msgTypes[8]
if protoimpl.UnsafeEnabled && x != nil { if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil { if ms.LoadMessageInfo() == nil {
...@@ -423,7 +470,7 @@ func (x *CreatePNDReply) ProtoReflect() protoreflect.Message { ...@@ -423,7 +470,7 @@ func (x *CreatePNDReply) ProtoReflect() protoreflect.Message {
// Deprecated: Use CreatePNDReply.ProtoReflect.Descriptor instead. // Deprecated: Use CreatePNDReply.ProtoReflect.Descriptor instead.
func (*CreatePNDReply) Descriptor() ([]byte, []int) { func (*CreatePNDReply) Descriptor() ([]byte, []int) {
return file_gosdnCLI_proto_rawDescGZIP(), []int{7} return file_gosdnCLI_proto_rawDescGZIP(), []int{8}
} }
func (x *CreatePNDReply) GetMessage() string { func (x *CreatePNDReply) GetMessage() string {
...@@ -445,7 +492,7 @@ type AllPNDsReply struct { ...@@ -445,7 +492,7 @@ type AllPNDsReply struct {
func (x *AllPNDsReply) Reset() { func (x *AllPNDsReply) Reset() {
*x = AllPNDsReply{} *x = AllPNDsReply{}
if protoimpl.UnsafeEnabled { if protoimpl.UnsafeEnabled {
mi := &file_gosdnCLI_proto_msgTypes[8] mi := &file_gosdnCLI_proto_msgTypes[9]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi) ms.StoreMessageInfo(mi)
} }
...@@ -458,7 +505,7 @@ func (x *AllPNDsReply) String() string { ...@@ -458,7 +505,7 @@ func (x *AllPNDsReply) String() string {
func (*AllPNDsReply) ProtoMessage() {} func (*AllPNDsReply) ProtoMessage() {}
func (x *AllPNDsReply) ProtoReflect() protoreflect.Message { func (x *AllPNDsReply) ProtoReflect() protoreflect.Message {
mi := &file_gosdnCLI_proto_msgTypes[8] mi := &file_gosdnCLI_proto_msgTypes[9]
if protoimpl.UnsafeEnabled && x != nil { if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil { if ms.LoadMessageInfo() == nil {
...@@ -471,7 +518,7 @@ func (x *AllPNDsReply) ProtoReflect() protoreflect.Message { ...@@ -471,7 +518,7 @@ func (x *AllPNDsReply) ProtoReflect() protoreflect.Message {
// Deprecated: Use AllPNDsReply.ProtoReflect.Descriptor instead. // Deprecated: Use AllPNDsReply.ProtoReflect.Descriptor instead.
func (*AllPNDsReply) Descriptor() ([]byte, []int) { func (*AllPNDsReply) Descriptor() ([]byte, []int) {
return file_gosdnCLI_proto_rawDescGZIP(), []int{8} return file_gosdnCLI_proto_rawDescGZIP(), []int{9}
} }
func (x *AllPNDsReply) GetPnds() []*PND { func (x *AllPNDsReply) GetPnds() []*PND {
...@@ -496,7 +543,7 @@ type PND struct { ...@@ -496,7 +543,7 @@ type PND struct {
func (x *PND) Reset() { func (x *PND) Reset() {
*x = PND{} *x = PND{}
if protoimpl.UnsafeEnabled { if protoimpl.UnsafeEnabled {
mi := &file_gosdnCLI_proto_msgTypes[9] mi := &file_gosdnCLI_proto_msgTypes[10]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi) ms.StoreMessageInfo(mi)
} }
...@@ -509,7 +556,7 @@ func (x *PND) String() string { ...@@ -509,7 +556,7 @@ func (x *PND) String() string {
func (*PND) ProtoMessage() {} func (*PND) ProtoMessage() {}
func (x *PND) ProtoReflect() protoreflect.Message { func (x *PND) ProtoReflect() protoreflect.Message {
mi := &file_gosdnCLI_proto_msgTypes[9] mi := &file_gosdnCLI_proto_msgTypes[10]
if protoimpl.UnsafeEnabled && x != nil { if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil { if ms.LoadMessageInfo() == nil {
...@@ -522,7 +569,7 @@ func (x *PND) ProtoReflect() protoreflect.Message { ...@@ -522,7 +569,7 @@ func (x *PND) ProtoReflect() protoreflect.Message {
// Deprecated: Use PND.ProtoReflect.Descriptor instead. // Deprecated: Use PND.ProtoReflect.Descriptor instead.
func (*PND) Descriptor() ([]byte, []int) { func (*PND) Descriptor() ([]byte, []int) {
return file_gosdnCLI_proto_rawDescGZIP(), []int{9} return file_gosdnCLI_proto_rawDescGZIP(), []int{10}
} }
func (x *PND) GetUuid() string { func (x *PND) GetUuid() string {
...@@ -574,7 +621,7 @@ type Device struct { ...@@ -574,7 +621,7 @@ type Device struct {
func (x *Device) Reset() { func (x *Device) Reset() {
*x = Device{} *x = Device{}
if protoimpl.UnsafeEnabled { if protoimpl.UnsafeEnabled {
mi := &file_gosdnCLI_proto_msgTypes[10] mi := &file_gosdnCLI_proto_msgTypes[11]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi) ms.StoreMessageInfo(mi)
} }
...@@ -587,7 +634,7 @@ func (x *Device) String() string { ...@@ -587,7 +634,7 @@ func (x *Device) String() string {
func (*Device) ProtoMessage() {} func (*Device) ProtoMessage() {}
func (x *Device) ProtoReflect() protoreflect.Message { func (x *Device) ProtoReflect() protoreflect.Message {
mi := &file_gosdnCLI_proto_msgTypes[10] mi := &file_gosdnCLI_proto_msgTypes[11]
if protoimpl.UnsafeEnabled && x != nil { if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil { if ms.LoadMessageInfo() == nil {
...@@ -600,7 +647,7 @@ func (x *Device) ProtoReflect() protoreflect.Message { ...@@ -600,7 +647,7 @@ func (x *Device) ProtoReflect() protoreflect.Message {
// Deprecated: Use Device.ProtoReflect.Descriptor instead. // Deprecated: Use Device.ProtoReflect.Descriptor instead.
func (*Device) Descriptor() ([]byte, []int) { func (*Device) Descriptor() ([]byte, []int) {
return file_gosdnCLI_proto_rawDescGZIP(), []int{10} return file_gosdnCLI_proto_rawDescGZIP(), []int{11}
} }
func (x *Device) GetUuid() string { func (x *Device) GetUuid() string {
...@@ -643,7 +690,7 @@ type AddDeviceRequest struct { ...@@ -643,7 +690,7 @@ type AddDeviceRequest struct {
func (x *AddDeviceRequest) Reset() { func (x *AddDeviceRequest) Reset() {
*x = AddDeviceRequest{} *x = AddDeviceRequest{}
if protoimpl.UnsafeEnabled { if protoimpl.UnsafeEnabled {
mi := &file_gosdnCLI_proto_msgTypes[11] mi := &file_gosdnCLI_proto_msgTypes[12]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi) ms.StoreMessageInfo(mi)
} }
...@@ -656,7 +703,7 @@ func (x *AddDeviceRequest) String() string { ...@@ -656,7 +703,7 @@ func (x *AddDeviceRequest) String() string {
func (*AddDeviceRequest) ProtoMessage() {} func (*AddDeviceRequest) ProtoMessage() {}
func (x *AddDeviceRequest) ProtoReflect() protoreflect.Message { func (x *AddDeviceRequest) ProtoReflect() protoreflect.Message {
mi := &file_gosdnCLI_proto_msgTypes[11] mi := &file_gosdnCLI_proto_msgTypes[12]
if protoimpl.UnsafeEnabled && x != nil { if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil { if ms.LoadMessageInfo() == nil {
...@@ -669,7 +716,7 @@ func (x *AddDeviceRequest) ProtoReflect() protoreflect.Message { ...@@ -669,7 +716,7 @@ func (x *AddDeviceRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use AddDeviceRequest.ProtoReflect.Descriptor instead. // Deprecated: Use AddDeviceRequest.ProtoReflect.Descriptor instead.
func (*AddDeviceRequest) Descriptor() ([]byte, []int) { func (*AddDeviceRequest) Descriptor() ([]byte, []int) {
return file_gosdnCLI_proto_rawDescGZIP(), []int{11} return file_gosdnCLI_proto_rawDescGZIP(), []int{12}
} }
func (x *AddDeviceRequest) GetUuidPND() string { func (x *AddDeviceRequest) GetUuidPND() string {
...@@ -697,7 +744,7 @@ type AddDeviceReply struct { ...@@ -697,7 +744,7 @@ type AddDeviceReply struct {
func (x *AddDeviceReply) Reset() { func (x *AddDeviceReply) Reset() {
*x = AddDeviceReply{} *x = AddDeviceReply{}
if protoimpl.UnsafeEnabled { if protoimpl.UnsafeEnabled {
mi := &file_gosdnCLI_proto_msgTypes[12] mi := &file_gosdnCLI_proto_msgTypes[13]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi) ms.StoreMessageInfo(mi)
} }
...@@ -710,7 +757,7 @@ func (x *AddDeviceReply) String() string { ...@@ -710,7 +757,7 @@ func (x *AddDeviceReply) String() string {
func (*AddDeviceReply) ProtoMessage() {} func (*AddDeviceReply) ProtoMessage() {}
func (x *AddDeviceReply) ProtoReflect() protoreflect.Message { func (x *AddDeviceReply) ProtoReflect() protoreflect.Message {
mi := &file_gosdnCLI_proto_msgTypes[12] mi := &file_gosdnCLI_proto_msgTypes[13]
if protoimpl.UnsafeEnabled && x != nil { if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil { if ms.LoadMessageInfo() == nil {
...@@ -723,7 +770,7 @@ func (x *AddDeviceReply) ProtoReflect() protoreflect.Message { ...@@ -723,7 +770,7 @@ func (x *AddDeviceReply) ProtoReflect() protoreflect.Message {
// Deprecated: Use AddDeviceReply.ProtoReflect.Descriptor instead. // Deprecated: Use AddDeviceReply.ProtoReflect.Descriptor instead.
func (*AddDeviceReply) Descriptor() ([]byte, []int) { func (*AddDeviceReply) Descriptor() ([]byte, []int) {
return file_gosdnCLI_proto_rawDescGZIP(), []int{12} return file_gosdnCLI_proto_rawDescGZIP(), []int{13}
} }
func (x *AddDeviceReply) GetMessage() string { func (x *AddDeviceReply) GetMessage() string {
...@@ -733,6 +780,116 @@ func (x *AddDeviceReply) GetMessage() string { ...@@ -733,6 +780,116 @@ func (x *AddDeviceReply) GetMessage() string {
return "" return ""
} }
type DeviceGetRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
UuidPND string `protobuf:"bytes,1,opt,name=uuidPND,proto3" json:"uuidPND,omitempty"`
UuidDevice string `protobuf:"bytes,2,opt,name=uuidDevice,proto3" json:"uuidDevice,omitempty"`
Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"`
}
func (x *DeviceGetRequest) Reset() {
*x = DeviceGetRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_gosdnCLI_proto_msgTypes[14]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *DeviceGetRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DeviceGetRequest) ProtoMessage() {}
func (x *DeviceGetRequest) ProtoReflect() protoreflect.Message {
mi := &file_gosdnCLI_proto_msgTypes[14]
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 DeviceGetRequest.ProtoReflect.Descriptor instead.
func (*DeviceGetRequest) Descriptor() ([]byte, []int) {
return file_gosdnCLI_proto_rawDescGZIP(), []int{14}
}
func (x *DeviceGetRequest) GetUuidPND() string {
if x != nil {
return x.UuidPND
}
return ""
}
func (x *DeviceGetRequest) GetUuidDevice() string {
if x != nil {
return x.UuidDevice
}
return ""
}
func (x *DeviceGetRequest) GetPath() string {
if x != nil {
return x.Path
}
return ""
}
type DeviceGetReply struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
}
func (x *DeviceGetReply) Reset() {
*x = DeviceGetReply{}
if protoimpl.UnsafeEnabled {
mi := &file_gosdnCLI_proto_msgTypes[15]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *DeviceGetReply) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DeviceGetReply) ProtoMessage() {}
func (x *DeviceGetReply) ProtoReflect() protoreflect.Message {
mi := &file_gosdnCLI_proto_msgTypes[15]
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 DeviceGetReply.ProtoReflect.Descriptor instead.
func (*DeviceGetReply) Descriptor() ([]byte, []int) {
return file_gosdnCLI_proto_rawDescGZIP(), []int{15}
}
func (x *DeviceGetReply) GetMessage() string {
if x != nil {
return x.Message
}
return ""
}
// The response message containing a string with a goSDN log // The response message containing a string with a goSDN log
type LogReply struct { type LogReply struct {
state protoimpl.MessageState state protoimpl.MessageState
...@@ -745,7 +902,7 @@ type LogReply struct { ...@@ -745,7 +902,7 @@ type LogReply struct {
func (x *LogReply) Reset() { func (x *LogReply) Reset() {
*x = LogReply{} *x = LogReply{}
if protoimpl.UnsafeEnabled { if protoimpl.UnsafeEnabled {
mi := &file_gosdnCLI_proto_msgTypes[13] mi := &file_gosdnCLI_proto_msgTypes[16]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi) ms.StoreMessageInfo(mi)
} }
...@@ -758,7 +915,7 @@ func (x *LogReply) String() string { ...@@ -758,7 +915,7 @@ func (x *LogReply) String() string {
func (*LogReply) ProtoMessage() {} func (*LogReply) ProtoMessage() {}
func (x *LogReply) ProtoReflect() protoreflect.Message { func (x *LogReply) ProtoReflect() protoreflect.Message {
mi := &file_gosdnCLI_proto_msgTypes[13] mi := &file_gosdnCLI_proto_msgTypes[16]
if protoimpl.UnsafeEnabled && x != nil { if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil { if ms.LoadMessageInfo() == nil {
...@@ -771,7 +928,7 @@ func (x *LogReply) ProtoReflect() protoreflect.Message { ...@@ -771,7 +928,7 @@ func (x *LogReply) ProtoReflect() protoreflect.Message {
// Deprecated: Use LogReply.ProtoReflect.Descriptor instead. // Deprecated: Use LogReply.ProtoReflect.Descriptor instead.
func (*LogReply) Descriptor() ([]byte, []int) { func (*LogReply) Descriptor() ([]byte, []int) {
return file_gosdnCLI_proto_rawDescGZIP(), []int{13} return file_gosdnCLI_proto_rawDescGZIP(), []int{16}
} }
func (x *LogReply) GetLog() string { func (x *LogReply) GetLog() string {
...@@ -809,7 +966,10 @@ var file_gosdnCLI_proto_rawDesc = []byte{ ...@@ -809,7 +966,10 @@ var file_gosdnCLI_proto_rawDesc = []byte{
0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f,
0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70,
0x74, 0x69, 0x6f, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x62, 0x69, 0x18, 0x03, 0x20, 0x01, 0x28, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x62, 0x69, 0x18, 0x03, 0x20, 0x01, 0x28,
0x09, 0x52, 0x03, 0x73, 0x62, 0x69, 0x22, 0x2a, 0x0a, 0x0e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x09, 0x52, 0x03, 0x73, 0x62, 0x69, 0x22, 0x2e, 0x0a, 0x10, 0x41, 0x6c, 0x6c, 0x53, 0x42, 0x49,
0x4e, 0x61, 0x6d, 0x65, 0x73, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x62,
0x69, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x73, 0x62,
0x69, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x22, 0x2a, 0x0a, 0x0e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65,
0x50, 0x4e, 0x44, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x50, 0x4e, 0x44, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73,
0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61,
0x67, 0x65, 0x22, 0x2e, 0x0a, 0x0c, 0x41, 0x6c, 0x6c, 0x50, 0x4e, 0x44, 0x73, 0x52, 0x65, 0x70, 0x67, 0x65, 0x22, 0x2e, 0x0a, 0x0c, 0x41, 0x6c, 0x6c, 0x50, 0x4e, 0x44, 0x73, 0x52, 0x65, 0x70,
...@@ -839,48 +999,66 @@ var file_gosdnCLI_proto_rawDesc = []byte{ ...@@ -839,48 +999,66 @@ var file_gosdnCLI_proto_rawDesc = []byte{
0x76, 0x69, 0x63, 0x65, 0x22, 0x2a, 0x0a, 0x0e, 0x41, 0x64, 0x64, 0x44, 0x65, 0x76, 0x69, 0x63, 0x76, 0x69, 0x63, 0x65, 0x22, 0x2a, 0x0a, 0x0e, 0x41, 0x64, 0x64, 0x44, 0x65, 0x76, 0x69, 0x63,
0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
0x22, 0x1c, 0x0a, 0x08, 0x4c, 0x6f, 0x67, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x22, 0x60, 0x0a, 0x10, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x47, 0x65, 0x74, 0x52, 0x65, 0x71,
0x6c, 0x6f, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6c, 0x6f, 0x67, 0x32, 0x9f, 0x75, 0x65, 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x75, 0x75, 0x69, 0x64, 0x50, 0x4e, 0x44, 0x18,
0x04, 0x0a, 0x07, 0x47, 0x72, 0x70, 0x63, 0x43, 0x6c, 0x69, 0x12, 0x34, 0x0a, 0x08, 0x53, 0x61, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x75, 0x75, 0x69, 0x64, 0x50, 0x4e, 0x44, 0x12, 0x1e,
0x79, 0x48, 0x65, 0x6c, 0x6c, 0x6f, 0x12, 0x13, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x48, 0x0a, 0x0a, 0x75, 0x75, 0x69, 0x64, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01,
0x65, 0x6c, 0x6c, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x11, 0x2e, 0x70, 0x72, 0x28, 0x09, 0x52, 0x0a, 0x75, 0x75, 0x69, 0x64, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x12, 0x12,
0x6f, 0x74, 0x6f, 0x2e, 0x48, 0x65, 0x6c, 0x6c, 0x6f, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61,
0x12, 0x3a, 0x0a, 0x08, 0x53, 0x68, 0x75, 0x74, 0x64, 0x6f, 0x77, 0x6e, 0x12, 0x16, 0x2e, 0x70, 0x74, 0x68, 0x22, 0x2a, 0x0a, 0x0e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x47, 0x65, 0x74, 0x52,
0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x53, 0x68, 0x75, 0x74, 0x64, 0x6f, 0x77, 0x6e, 0x52, 0x65, 0x71, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18,
0x75, 0x65, 0x73, 0x74, 0x1a, 0x14, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x53, 0x68, 0x75, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x22, 0x1c,
0x74, 0x64, 0x6f, 0x77, 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x3e, 0x0a, 0x0f, 0x0a, 0x08, 0x4c, 0x6f, 0x67, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6c, 0x6f,
0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4c, 0x6f, 0x67, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x12, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6c, 0x6f, 0x67, 0x32, 0xb0, 0x05, 0x0a,
0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x07, 0x47, 0x72, 0x70, 0x63, 0x43, 0x6c, 0x69, 0x12, 0x34, 0x0a, 0x08, 0x53, 0x61, 0x79, 0x48,
0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x0f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x65, 0x6c, 0x6c, 0x6f, 0x12, 0x13, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x48, 0x65, 0x6c,
0x4c, 0x6f, 0x67, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x30, 0x01, 0x12, 0x35, 0x0a, 0x0b, 0x6c, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x11, 0x2e, 0x70, 0x72, 0x6f, 0x74,
0x54, 0x41, 0x50, 0x49, 0x47, 0x65, 0x74, 0x45, 0x64, 0x67, 0x65, 0x12, 0x12, 0x2e, 0x70, 0x72, 0x6f, 0x2e, 0x48, 0x65, 0x6c, 0x6c, 0x6f, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x3a,
0x0a, 0x08, 0x53, 0x68, 0x75, 0x74, 0x64, 0x6f, 0x77, 0x6e, 0x12, 0x16, 0x2e, 0x70, 0x72, 0x6f,
0x74, 0x6f, 0x2e, 0x53, 0x68, 0x75, 0x74, 0x64, 0x6f, 0x77, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65,
0x73, 0x74, 0x1a, 0x14, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x53, 0x68, 0x75, 0x74, 0x64,
0x6f, 0x77, 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x3e, 0x0a, 0x0f, 0x43, 0x72,
0x65, 0x61, 0x74, 0x65, 0x4c, 0x6f, 0x67, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 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, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x4c, 0x6f,
0x67, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x30, 0x01, 0x12, 0x35, 0x0a, 0x0b, 0x54, 0x41,
0x50, 0x49, 0x47, 0x65, 0x74, 0x45, 0x64, 0x67, 0x65, 0x12, 0x12, 0x2e, 0x70, 0x72, 0x6f, 0x74,
0x6f, 0x2e, 0x54, 0x41, 0x50, 0x49, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x10, 0x2e,
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x54, 0x41, 0x50, 0x49, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22,
0x00, 0x12, 0x39, 0x0a, 0x0f, 0x54, 0x41, 0x50, 0x49, 0x47, 0x65, 0x74, 0x45, 0x64, 0x67, 0x65,
0x4e, 0x6f, 0x64, 0x65, 0x12, 0x12, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x54, 0x41, 0x50,
0x49, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x10, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
0x2e, 0x54, 0x41, 0x50, 0x49, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x35, 0x0a, 0x0b,
0x54, 0x41, 0x50, 0x49, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x6e, 0x6b, 0x12, 0x12, 0x2e, 0x70, 0x72,
0x6f, 0x74, 0x6f, 0x2e, 0x54, 0x41, 0x50, 0x49, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x6f, 0x74, 0x6f, 0x2e, 0x54, 0x41, 0x50, 0x49, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
0x10, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x54, 0x41, 0x50, 0x49, 0x52, 0x65, 0x70, 0x6c, 0x10, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x54, 0x41, 0x50, 0x49, 0x52, 0x65, 0x70, 0x6c,
0x79, 0x22, 0x00, 0x12, 0x39, 0x0a, 0x0f, 0x54, 0x41, 0x50, 0x49, 0x47, 0x65, 0x74, 0x45, 0x64, 0x79, 0x22, 0x00, 0x12, 0x3d, 0x0a, 0x09, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x4e, 0x44,
0x67, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x12, 0x12, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x54, 0x12, 0x17, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50,
0x41, 0x50, 0x49, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x10, 0x2e, 0x70, 0x72, 0x6f, 0x4e, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x70, 0x72, 0x6f, 0x74,
0x74, 0x6f, 0x2e, 0x54, 0x41, 0x50, 0x49, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x35, 0x6f, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x4e, 0x44, 0x52, 0x65, 0x70, 0x6c, 0x79,
0x0a, 0x0b, 0x54, 0x41, 0x50, 0x49, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x6e, 0x6b, 0x12, 0x12, 0x2e, 0x22, 0x00, 0x12, 0x3b, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x50, 0x4e, 0x44, 0x73,
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x54, 0x41, 0x50, 0x49, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
0x74, 0x1a, 0x10, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x54, 0x41, 0x50, 0x49, 0x52, 0x65, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x13, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x3d, 0x0a, 0x09, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x2e, 0x41, 0x6c, 0x6c, 0x50, 0x4e, 0x44, 0x73, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12,
0x4e, 0x44, 0x12, 0x17, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x43, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x53, 0x42, 0x49, 0x4e, 0x61, 0x6d, 0x65,
0x65, 0x50, 0x4e, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x70, 0x72, 0x73, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
0x6f, 0x74, 0x6f, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x4e, 0x44, 0x52, 0x65, 0x70, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x17, 0x2e, 0x70, 0x72, 0x6f, 0x74,
0x6c, 0x79, 0x22, 0x00, 0x12, 0x3b, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x50, 0x4e, 0x6f, 0x2e, 0x41, 0x6c, 0x6c, 0x53, 0x42, 0x49, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x52, 0x65, 0x70,
0x44, 0x73, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x3d, 0x0a, 0x09, 0x41, 0x64, 0x64, 0x44, 0x65, 0x76, 0x69, 0x63,
0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x13, 0x2e, 0x70, 0x72, 0x6f, 0x65, 0x12, 0x17, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x41, 0x64, 0x64, 0x44, 0x65, 0x76,
0x74, 0x6f, 0x2e, 0x41, 0x6c, 0x6c, 0x50, 0x4e, 0x44, 0x73, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x70, 0x72, 0x6f,
0x00, 0x12, 0x3d, 0x0a, 0x09, 0x41, 0x64, 0x64, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x12, 0x17, 0x74, 0x6f, 0x2e, 0x41, 0x64, 0x64, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x52, 0x65, 0x70, 0x6c,
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x41, 0x64, 0x64, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x79, 0x22, 0x00, 0x12, 0x4a, 0x0a, 0x16, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x44, 0x65, 0x76,
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x69, 0x63, 0x65, 0x47, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x17, 0x2e,
0x41, 0x64, 0x64, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x47, 0x65, 0x74, 0x52,
0x42, 0x50, 0x0a, 0x1e, 0x64, 0x65, 0x2e, 0x68, 0x2d, 0x64, 0x61, 0x2e, 0x66, 0x62, 0x69, 0x2e, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x44,
0x67, 0x6f, 0x73, 0x64, 0x6e, 0x2e, 0x63, 0x6c, 0x69, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x65, 0x76, 0x69, 0x63, 0x65, 0x47, 0x65, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x42,
0x63, 0x65, 0x42, 0x0c, 0x63, 0x6c, 0x69, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x50, 0x0a, 0x1e, 0x64, 0x65, 0x2e, 0x68, 0x2d, 0x64, 0x61, 0x2e, 0x66, 0x62, 0x69, 0x2e, 0x67,
0x50, 0x01, 0x5a, 0x1e, 0x67, 0x69, 0x74, 0x6c, 0x61, 0x62, 0x2e, 0x66, 0x62, 0x69, 0x2e, 0x68, 0x6f, 0x73, 0x64, 0x6e, 0x2e, 0x63, 0x6c, 0x69, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63,
0x2d, 0x64, 0x61, 0x2e, 0x64, 0x65, 0x2f, 0x63, 0x6f, 0x63, 0x73, 0x6e, 0x2f, 0x67, 0x6f, 0x73, 0x65, 0x42, 0x0c, 0x63, 0x6c, 0x69, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x50,
0x64, 0x6e, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 0x01, 0x5a, 0x1e, 0x67, 0x69, 0x74, 0x6c, 0x61, 0x62, 0x2e, 0x66, 0x62, 0x69, 0x2e, 0x68, 0x2d,
0x64, 0x61, 0x2e, 0x64, 0x65, 0x2f, 0x63, 0x6f, 0x63, 0x73, 0x6e, 0x2f, 0x67, 0x6f, 0x73, 0x64,
0x6e, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
} }
var ( var (
...@@ -895,7 +1073,7 @@ func file_gosdnCLI_proto_rawDescGZIP() []byte { ...@@ -895,7 +1073,7 @@ func file_gosdnCLI_proto_rawDescGZIP() []byte {
return file_gosdnCLI_proto_rawDescData return file_gosdnCLI_proto_rawDescData
} }
var file_gosdnCLI_proto_msgTypes = make([]protoimpl.MessageInfo, 14) var file_gosdnCLI_proto_msgTypes = make([]protoimpl.MessageInfo, 17)
var file_gosdnCLI_proto_goTypes = []interface{}{ var file_gosdnCLI_proto_goTypes = []interface{}{
(*HelloRequest)(nil), // 0: proto.HelloRequest (*HelloRequest)(nil), // 0: proto.HelloRequest
(*HelloReply)(nil), // 1: proto.HelloReply (*HelloReply)(nil), // 1: proto.HelloReply
...@@ -904,39 +1082,46 @@ var file_gosdnCLI_proto_goTypes = []interface{}{ ...@@ -904,39 +1082,46 @@ var file_gosdnCLI_proto_goTypes = []interface{}{
(*TAPIRequest)(nil), // 4: proto.TAPIRequest (*TAPIRequest)(nil), // 4: proto.TAPIRequest
(*TAPIReply)(nil), // 5: proto.TAPIReply (*TAPIReply)(nil), // 5: proto.TAPIReply
(*CreatePNDRequest)(nil), // 6: proto.CreatePNDRequest (*CreatePNDRequest)(nil), // 6: proto.CreatePNDRequest
(*CreatePNDReply)(nil), // 7: proto.CreatePNDReply (*AllSBINamesReply)(nil), // 7: proto.AllSBINamesReply
(*AllPNDsReply)(nil), // 8: proto.AllPNDsReply (*CreatePNDReply)(nil), // 8: proto.CreatePNDReply
(*PND)(nil), // 9: proto.PND (*AllPNDsReply)(nil), // 9: proto.AllPNDsReply
(*Device)(nil), // 10: proto.Device (*PND)(nil), // 10: proto.PND
(*AddDeviceRequest)(nil), // 11: proto.AddDeviceRequest (*Device)(nil), // 11: proto.Device
(*AddDeviceReply)(nil), // 12: proto.AddDeviceReply (*AddDeviceRequest)(nil), // 12: proto.AddDeviceRequest
(*LogReply)(nil), // 13: proto.LogReply (*AddDeviceReply)(nil), // 13: proto.AddDeviceReply
(*emptypb.Empty)(nil), // 14: google.protobuf.Empty (*DeviceGetRequest)(nil), // 14: proto.DeviceGetRequest
(*DeviceGetReply)(nil), // 15: proto.DeviceGetReply
(*LogReply)(nil), // 16: proto.LogReply
(*emptypb.Empty)(nil), // 17: google.protobuf.Empty
} }
var file_gosdnCLI_proto_depIdxs = []int32{ var file_gosdnCLI_proto_depIdxs = []int32{
9, // 0: proto.AllPNDsReply.pnds:type_name -> proto.PND 10, // 0: proto.AllPNDsReply.pnds:type_name -> proto.PND
10, // 1: proto.PND.devices:type_name -> proto.Device 11, // 1: proto.PND.devices:type_name -> proto.Device
10, // 2: proto.AddDeviceRequest.device:type_name -> proto.Device 11, // 2: proto.AddDeviceRequest.device:type_name -> proto.Device
0, // 3: proto.GrpcCli.SayHello:input_type -> proto.HelloRequest 0, // 3: proto.GrpcCli.SayHello:input_type -> proto.HelloRequest
2, // 4: proto.GrpcCli.Shutdown:input_type -> proto.ShutdownRequest 2, // 4: proto.GrpcCli.Shutdown:input_type -> proto.ShutdownRequest
14, // 5: proto.GrpcCli.CreateLogStream:input_type -> google.protobuf.Empty 17, // 5: proto.GrpcCli.CreateLogStream:input_type -> google.protobuf.Empty
4, // 6: proto.GrpcCli.TAPIGetEdge:input_type -> proto.TAPIRequest 4, // 6: proto.GrpcCli.TAPIGetEdge:input_type -> proto.TAPIRequest
4, // 7: proto.GrpcCli.TAPIGetEdgeNode:input_type -> proto.TAPIRequest 4, // 7: proto.GrpcCli.TAPIGetEdgeNode:input_type -> proto.TAPIRequest
4, // 8: proto.GrpcCli.TAPIGetLink:input_type -> proto.TAPIRequest 4, // 8: proto.GrpcCli.TAPIGetLink:input_type -> proto.TAPIRequest
6, // 9: proto.GrpcCli.CreatePND:input_type -> proto.CreatePNDRequest 6, // 9: proto.GrpcCli.CreatePND:input_type -> proto.CreatePNDRequest
14, // 10: proto.GrpcCli.GetAllPNDs:input_type -> google.protobuf.Empty 17, // 10: proto.GrpcCli.GetAllPNDs:input_type -> google.protobuf.Empty
11, // 11: proto.GrpcCli.AddDevice:input_type -> proto.AddDeviceRequest 17, // 11: proto.GrpcCli.GetAllSBINames:input_type -> google.protobuf.Empty
1, // 12: proto.GrpcCli.SayHello:output_type -> proto.HelloReply 12, // 12: proto.GrpcCli.AddDevice:input_type -> proto.AddDeviceRequest
3, // 13: proto.GrpcCli.Shutdown:output_type -> proto.ShutdownReply 14, // 13: proto.GrpcCli.HandleDeviceGetRequest:input_type -> proto.DeviceGetRequest
13, // 14: proto.GrpcCli.CreateLogStream:output_type -> proto.LogReply 1, // 14: proto.GrpcCli.SayHello:output_type -> proto.HelloReply
5, // 15: proto.GrpcCli.TAPIGetEdge:output_type -> proto.TAPIReply 3, // 15: proto.GrpcCli.Shutdown:output_type -> proto.ShutdownReply
5, // 16: proto.GrpcCli.TAPIGetEdgeNode:output_type -> proto.TAPIReply 16, // 16: proto.GrpcCli.CreateLogStream:output_type -> proto.LogReply
5, // 17: proto.GrpcCli.TAPIGetLink:output_type -> proto.TAPIReply 5, // 17: proto.GrpcCli.TAPIGetEdge:output_type -> proto.TAPIReply
7, // 18: proto.GrpcCli.CreatePND:output_type -> proto.CreatePNDReply 5, // 18: proto.GrpcCli.TAPIGetEdgeNode:output_type -> proto.TAPIReply
8, // 19: proto.GrpcCli.GetAllPNDs:output_type -> proto.AllPNDsReply 5, // 19: proto.GrpcCli.TAPIGetLink:output_type -> proto.TAPIReply
12, // 20: proto.GrpcCli.AddDevice:output_type -> proto.AddDeviceReply 8, // 20: proto.GrpcCli.CreatePND:output_type -> proto.CreatePNDReply
12, // [12:21] is the sub-list for method output_type 9, // 21: proto.GrpcCli.GetAllPNDs:output_type -> proto.AllPNDsReply
3, // [3:12] is the sub-list for method input_type 7, // 22: proto.GrpcCli.GetAllSBINames:output_type -> proto.AllSBINamesReply
13, // 23: proto.GrpcCli.AddDevice:output_type -> proto.AddDeviceReply
15, // 24: proto.GrpcCli.HandleDeviceGetRequest:output_type -> proto.DeviceGetReply
14, // [14:25] is the sub-list for method output_type
3, // [3:14] is the sub-list for method input_type
3, // [3:3] is the sub-list for extension type_name 3, // [3:3] is the sub-list for extension type_name
3, // [3:3] is the sub-list for extension extendee 3, // [3:3] is the sub-list for extension extendee
0, // [0:3] is the sub-list for field type_name 0, // [0:3] is the sub-list for field type_name
...@@ -1033,7 +1218,7 @@ func file_gosdnCLI_proto_init() { ...@@ -1033,7 +1218,7 @@ func file_gosdnCLI_proto_init() {
} }
} }
file_gosdnCLI_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { file_gosdnCLI_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*CreatePNDReply); i { switch v := v.(*AllSBINamesReply); i {
case 0: case 0:
return &v.state return &v.state
case 1: case 1:
...@@ -1045,7 +1230,7 @@ func file_gosdnCLI_proto_init() { ...@@ -1045,7 +1230,7 @@ func file_gosdnCLI_proto_init() {
} }
} }
file_gosdnCLI_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { file_gosdnCLI_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*AllPNDsReply); i { switch v := v.(*CreatePNDReply); i {
case 0: case 0:
return &v.state return &v.state
case 1: case 1:
...@@ -1057,7 +1242,7 @@ func file_gosdnCLI_proto_init() { ...@@ -1057,7 +1242,7 @@ func file_gosdnCLI_proto_init() {
} }
} }
file_gosdnCLI_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { file_gosdnCLI_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*PND); i { switch v := v.(*AllPNDsReply); i {
case 0: case 0:
return &v.state return &v.state
case 1: case 1:
...@@ -1069,7 +1254,7 @@ func file_gosdnCLI_proto_init() { ...@@ -1069,7 +1254,7 @@ func file_gosdnCLI_proto_init() {
} }
} }
file_gosdnCLI_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { file_gosdnCLI_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Device); i { switch v := v.(*PND); i {
case 0: case 0:
return &v.state return &v.state
case 1: case 1:
...@@ -1081,7 +1266,7 @@ func file_gosdnCLI_proto_init() { ...@@ -1081,7 +1266,7 @@ func file_gosdnCLI_proto_init() {
} }
} }
file_gosdnCLI_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { file_gosdnCLI_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*AddDeviceRequest); i { switch v := v.(*Device); i {
case 0: case 0:
return &v.state return &v.state
case 1: case 1:
...@@ -1093,7 +1278,7 @@ func file_gosdnCLI_proto_init() { ...@@ -1093,7 +1278,7 @@ func file_gosdnCLI_proto_init() {
} }
} }
file_gosdnCLI_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { file_gosdnCLI_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*AddDeviceReply); i { switch v := v.(*AddDeviceRequest); i {
case 0: case 0:
return &v.state return &v.state
case 1: case 1:
...@@ -1105,6 +1290,42 @@ func file_gosdnCLI_proto_init() { ...@@ -1105,6 +1290,42 @@ func file_gosdnCLI_proto_init() {
} }
} }
file_gosdnCLI_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { file_gosdnCLI_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*AddDeviceReply); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_gosdnCLI_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*DeviceGetRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_gosdnCLI_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*DeviceGetReply); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_gosdnCLI_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*LogReply); i { switch v := v.(*LogReply); i {
case 0: case 0:
return &v.state return &v.state
...@@ -1123,7 +1344,7 @@ func file_gosdnCLI_proto_init() { ...@@ -1123,7 +1344,7 @@ func file_gosdnCLI_proto_init() {
GoPackagePath: reflect.TypeOf(x{}).PkgPath(), GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_gosdnCLI_proto_rawDesc, RawDescriptor: file_gosdnCLI_proto_rawDesc,
NumEnums: 0, NumEnums: 0,
NumMessages: 14, NumMessages: 17,
NumExtensions: 0, NumExtensions: 0,
NumServices: 1, NumServices: 1,
}, },
...@@ -1166,8 +1387,12 @@ type GrpcCliClient interface { ...@@ -1166,8 +1387,12 @@ type GrpcCliClient interface {
CreatePND(ctx context.Context, in *CreatePNDRequest, opts ...grpc.CallOption) (*CreatePNDReply, error) CreatePND(ctx context.Context, in *CreatePNDRequest, opts ...grpc.CallOption) (*CreatePNDReply, error)
// GetAllPNDs // GetAllPNDs
GetAllPNDs(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*AllPNDsReply, error) GetAllPNDs(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*AllPNDsReply, error)
// GetAllSBIs
GetAllSBINames(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*AllSBINamesReply, error)
// AddDevice // AddDevice
AddDevice(ctx context.Context, in *AddDeviceRequest, opts ...grpc.CallOption) (*AddDeviceReply, error) AddDevice(ctx context.Context, in *AddDeviceRequest, opts ...grpc.CallOption) (*AddDeviceReply, error)
// HandleDeviceGetRequest
HandleDeviceGetRequest(ctx context.Context, in *DeviceGetRequest, opts ...grpc.CallOption) (*DeviceGetReply, error)
} }
type grpcCliClient struct { type grpcCliClient struct {
...@@ -1273,6 +1498,15 @@ func (c *grpcCliClient) GetAllPNDs(ctx context.Context, in *emptypb.Empty, opts ...@@ -1273,6 +1498,15 @@ func (c *grpcCliClient) GetAllPNDs(ctx context.Context, in *emptypb.Empty, opts
return out, nil return out, nil
} }
func (c *grpcCliClient) GetAllSBINames(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*AllSBINamesReply, error) {
out := new(AllSBINamesReply)
err := c.cc.Invoke(ctx, "/proto.GrpcCli/GetAllSBINames", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *grpcCliClient) AddDevice(ctx context.Context, in *AddDeviceRequest, opts ...grpc.CallOption) (*AddDeviceReply, error) { func (c *grpcCliClient) AddDevice(ctx context.Context, in *AddDeviceRequest, opts ...grpc.CallOption) (*AddDeviceReply, error) {
out := new(AddDeviceReply) out := new(AddDeviceReply)
err := c.cc.Invoke(ctx, "/proto.GrpcCli/AddDevice", in, out, opts...) err := c.cc.Invoke(ctx, "/proto.GrpcCli/AddDevice", in, out, opts...)
...@@ -1282,6 +1516,15 @@ func (c *grpcCliClient) AddDevice(ctx context.Context, in *AddDeviceRequest, opt ...@@ -1282,6 +1516,15 @@ func (c *grpcCliClient) AddDevice(ctx context.Context, in *AddDeviceRequest, opt
return out, nil return out, nil
} }
func (c *grpcCliClient) HandleDeviceGetRequest(ctx context.Context, in *DeviceGetRequest, opts ...grpc.CallOption) (*DeviceGetReply, error) {
out := new(DeviceGetReply)
err := c.cc.Invoke(ctx, "/proto.GrpcCli/HandleDeviceGetRequest", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
// GrpcCliServer is the server API for GrpcCli service. // GrpcCliServer is the server API for GrpcCli service.
type GrpcCliServer interface { type GrpcCliServer interface {
// Sends a greeting // Sends a greeting
...@@ -1301,8 +1544,12 @@ type GrpcCliServer interface { ...@@ -1301,8 +1544,12 @@ type GrpcCliServer interface {
CreatePND(context.Context, *CreatePNDRequest) (*CreatePNDReply, error) CreatePND(context.Context, *CreatePNDRequest) (*CreatePNDReply, error)
// GetAllPNDs // GetAllPNDs
GetAllPNDs(context.Context, *emptypb.Empty) (*AllPNDsReply, error) GetAllPNDs(context.Context, *emptypb.Empty) (*AllPNDsReply, error)
// GetAllSBIs
GetAllSBINames(context.Context, *emptypb.Empty) (*AllSBINamesReply, error)
// AddDevice // AddDevice
AddDevice(context.Context, *AddDeviceRequest) (*AddDeviceReply, error) AddDevice(context.Context, *AddDeviceRequest) (*AddDeviceReply, error)
// HandleDeviceGetRequest
HandleDeviceGetRequest(context.Context, *DeviceGetRequest) (*DeviceGetReply, error)
} }
// UnimplementedGrpcCliServer can be embedded to have forward compatible implementations. // UnimplementedGrpcCliServer can be embedded to have forward compatible implementations.
...@@ -1333,9 +1580,15 @@ func (*UnimplementedGrpcCliServer) CreatePND(context.Context, *CreatePNDRequest) ...@@ -1333,9 +1580,15 @@ func (*UnimplementedGrpcCliServer) CreatePND(context.Context, *CreatePNDRequest)
func (*UnimplementedGrpcCliServer) GetAllPNDs(context.Context, *emptypb.Empty) (*AllPNDsReply, error) { func (*UnimplementedGrpcCliServer) GetAllPNDs(context.Context, *emptypb.Empty) (*AllPNDsReply, error) {
return nil, status.Errorf(codes.Unimplemented, "method GetAllPNDs not implemented") return nil, status.Errorf(codes.Unimplemented, "method GetAllPNDs not implemented")
} }
func (*UnimplementedGrpcCliServer) GetAllSBINames(context.Context, *emptypb.Empty) (*AllSBINamesReply, error) {
return nil, status.Errorf(codes.Unimplemented, "method GetAllSBINames not implemented")
}
func (*UnimplementedGrpcCliServer) AddDevice(context.Context, *AddDeviceRequest) (*AddDeviceReply, error) { func (*UnimplementedGrpcCliServer) AddDevice(context.Context, *AddDeviceRequest) (*AddDeviceReply, error) {
return nil, status.Errorf(codes.Unimplemented, "method AddDevice not implemented") return nil, status.Errorf(codes.Unimplemented, "method AddDevice not implemented")
} }
func (*UnimplementedGrpcCliServer) HandleDeviceGetRequest(context.Context, *DeviceGetRequest) (*DeviceGetReply, error) {
return nil, status.Errorf(codes.Unimplemented, "method HandleDeviceGetRequest not implemented")
}
func RegisterGrpcCliServer(s *grpc.Server, srv GrpcCliServer) { func RegisterGrpcCliServer(s *grpc.Server, srv GrpcCliServer) {
s.RegisterService(&_GrpcCli_serviceDesc, srv) s.RegisterService(&_GrpcCli_serviceDesc, srv)
...@@ -1488,6 +1741,24 @@ func _GrpcCli_GetAllPNDs_Handler(srv interface{}, ctx context.Context, dec func( ...@@ -1488,6 +1741,24 @@ func _GrpcCli_GetAllPNDs_Handler(srv interface{}, ctx context.Context, dec func(
return interceptor(ctx, in, info, handler) return interceptor(ctx, in, info, handler)
} }
func _GrpcCli_GetAllSBINames_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(emptypb.Empty)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(GrpcCliServer).GetAllSBINames(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/proto.GrpcCli/GetAllSBINames",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(GrpcCliServer).GetAllSBINames(ctx, req.(*emptypb.Empty))
}
return interceptor(ctx, in, info, handler)
}
func _GrpcCli_AddDevice_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { func _GrpcCli_AddDevice_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(AddDeviceRequest) in := new(AddDeviceRequest)
if err := dec(in); err != nil { if err := dec(in); err != nil {
...@@ -1506,6 +1777,24 @@ func _GrpcCli_AddDevice_Handler(srv interface{}, ctx context.Context, dec func(i ...@@ -1506,6 +1777,24 @@ func _GrpcCli_AddDevice_Handler(srv interface{}, ctx context.Context, dec func(i
return interceptor(ctx, in, info, handler) return interceptor(ctx, in, info, handler)
} }
func _GrpcCli_HandleDeviceGetRequest_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(DeviceGetRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(GrpcCliServer).HandleDeviceGetRequest(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/proto.GrpcCli/HandleDeviceGetRequest",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(GrpcCliServer).HandleDeviceGetRequest(ctx, req.(*DeviceGetRequest))
}
return interceptor(ctx, in, info, handler)
}
var _GrpcCli_serviceDesc = grpc.ServiceDesc{ var _GrpcCli_serviceDesc = grpc.ServiceDesc{
ServiceName: "proto.GrpcCli", ServiceName: "proto.GrpcCli",
HandlerType: (*GrpcCliServer)(nil), HandlerType: (*GrpcCliServer)(nil),
...@@ -1538,10 +1827,18 @@ var _GrpcCli_serviceDesc = grpc.ServiceDesc{ ...@@ -1538,10 +1827,18 @@ var _GrpcCli_serviceDesc = grpc.ServiceDesc{
MethodName: "GetAllPNDs", MethodName: "GetAllPNDs",
Handler: _GrpcCli_GetAllPNDs_Handler, Handler: _GrpcCli_GetAllPNDs_Handler,
}, },
{
MethodName: "GetAllSBINames",
Handler: _GrpcCli_GetAllSBINames_Handler,
},
{ {
MethodName: "AddDevice", MethodName: "AddDevice",
Handler: _GrpcCli_AddDevice_Handler, Handler: _GrpcCli_AddDevice_Handler,
}, },
{
MethodName: "HandleDeviceGetRequest",
Handler: _GrpcCli_HandleDeviceGetRequest_Handler,
},
}, },
Streams: []grpc.StreamDesc{ Streams: []grpc.StreamDesc{
{ {
......
...@@ -30,8 +30,12 @@ service GrpcCli { ...@@ -30,8 +30,12 @@ service GrpcCli {
rpc CreatePND (CreatePNDRequest) returns (CreatePNDReply) {} rpc CreatePND (CreatePNDRequest) returns (CreatePNDReply) {}
// GetAllPNDs // GetAllPNDs
rpc GetAllPNDs(google.protobuf.Empty) returns (AllPNDsReply) {} rpc GetAllPNDs(google.protobuf.Empty) returns (AllPNDsReply) {}
// GetAllSBIs
rpc GetAllSBINames(google.protobuf.Empty) returns (AllSBINamesReply) {}
// AddDevice // AddDevice
rpc AddDevice(AddDeviceRequest) returns (AddDeviceReply) {} rpc AddDevice(AddDeviceRequest) returns (AddDeviceReply) {}
// HandleDeviceGetRequest
rpc HandleDeviceGetRequest(DeviceGetRequest) returns (DeviceGetReply) {}
} }
// The request message containing the user's name. // The request message containing the user's name.
...@@ -72,6 +76,10 @@ message CreatePNDRequest { ...@@ -72,6 +76,10 @@ message CreatePNDRequest {
string sbi = 3; string sbi = 3;
} }
message AllSBINamesReply {
repeated string sbiNames = 1;
}
// //
message CreatePNDReply { message CreatePNDReply {
string message = 1; string message = 1;
...@@ -106,6 +114,16 @@ message AddDeviceReply { ...@@ -106,6 +114,16 @@ message AddDeviceReply {
string message = 1; string message = 1;
} }
message DeviceGetRequest {
string uuidPND = 1;
string uuidDevice = 2;
string path = 3;
}
message DeviceGetReply {
string message = 1;
}
// The response message containing a string with a goSDN log // The response message containing a string with a goSDN log
message LogReply { message LogReply {
string log = 1; string log = 1;
......
...@@ -8,14 +8,18 @@ package nucleus ...@@ -8,14 +8,18 @@ package nucleus
import ( import (
"context" "context"
"github.com/google/uuid" "encoding/json"
"github.com/spf13/viper" "errors"
"io" "io"
"net" "net"
"os" "os"
"sync" "sync"
"github.com/google/uuid"
"github.com/spf13/viper"
pb "code.fbi.h-da.de/cocsn/gosdn/api/proto" pb "code.fbi.h-da.de/cocsn/gosdn/api/proto"
"code.fbi.h-da.de/cocsn/gosdn/forks/goarista/gnmi"
log "github.com/sirupsen/logrus" log "github.com/sirupsen/logrus"
"google.golang.org/grpc" "google.golang.org/grpc"
"google.golang.org/grpc/health" "google.golang.org/grpc/health"
...@@ -155,13 +159,14 @@ func (s *server) TAPIGetLink(ctx context.Context, in *pb.TAPIRequest) (*pb.TAPIR ...@@ -155,13 +159,14 @@ func (s *server) TAPIGetLink(ctx context.Context, in *pb.TAPIRequest) (*pb.TAPIR
func (s *server) CreatePND(ctx context.Context, in *pb.CreatePNDRequest) (*pb.CreatePNDReply, error) { func (s *server) CreatePND(ctx context.Context, in *pb.CreatePNDRequest) (*pb.CreatePNDReply, error) {
log.Info("Received: Create a PND with the name", in.GetName()) log.Info("Received: Create a PND with the name", in.GetName())
path := viper.GetString("pnd.path") sbi := s.core.southboundInterfaces[in.GetSbi()]
sbi := &OpenConfig{} if sbi == nil {
log.Info("lul")
}
id := uuid.New() id := uuid.New()
s.core.principalNetworkDomains[id] = NewPND(in.GetName(), in.GetDescription(), sbi) s.core.principalNetworkDomains[id] = NewPND(in.GetName(), in.GetDescription(), sbi)
if err := s.core.savePNDs(path); err != nil { //TODO: export
log.Info(err)
}
return &pb.CreatePNDReply{Message: "Created new PND: " + id.String()}, nil return &pb.CreatePNDReply{Message: "Created new PND: " + id.String()}, nil
} }
...@@ -182,32 +187,85 @@ func (s *server) GetAllPNDs(ctx context.Context, in *emptypb.Empty) (*pb.AllPNDs ...@@ -182,32 +187,85 @@ func (s *server) GetAllPNDs(ctx context.Context, in *emptypb.Empty) (*pb.AllPNDs
Uuid: uuidPND.String(), Uuid: uuidPND.String(),
Name: pnd.GetName(), Name: pnd.GetName(),
Description: pnd.GetDescription(), Description: pnd.GetDescription(),
Sbi: pnd.GetDefaultSBIName(), Sbi: pnd.GetSBIs()["default"].SbiIdentifier(),
Devices: devices} Devices: devices,
}
pnds = append(pnds, &tmpPND) pnds = append(pnds, &tmpPND)
} }
return &pb.AllPNDsReply{Pnds: pnds}, nil return &pb.AllPNDsReply{Pnds: pnds}, nil
} }
func (s *server) GetAllSBINames(ctx context.Context, in *emptypb.Empty) (*pb.AllSBINamesReply, error) {
sbiNames := make([]string, len(s.core.southboundInterfaces))
for _, s := range s.core.southboundInterfaces {
sbiNames = append(sbiNames, s.SbiIdentifier())
}
return &pb.AllSBINamesReply{SbiNames: sbiNames}, nil
}
func (s *server) AddDevice(ctx context.Context, in *pb.AddDeviceRequest) (*pb.AddDeviceReply, error) { func (s *server) AddDevice(ctx context.Context, in *pb.AddDeviceRequest) (*pb.AddDeviceReply, error) {
path := viper.GetString("pnd.path") log.Info("Received: AddDevice")
uuidPND, err := uuid.Parse(in.UuidPND) uuidPND, err := uuid.Parse(in.UuidPND)
if err != nil {
return &pb.AddDeviceReply{Message: err.Error()}, err
}
pnd := s.core.principalNetworkDomains[uuidPND] pnd := s.core.principalNetworkDomains[uuidPND]
sbi := s.core.principalNetworkDomains[uuidPND].GetSBIs()["default"]
newDevice := Device{ newDevice := Device{
Uuid: uuid.New(), Uuid: uuid.New(),
Device: nil, Device: sbi.Schema().Root,
SBI: nil, SBI: sbi,
Config: DeviceConfig{ Config: DeviceConfig{
Address: in.Device.Address, Address: in.Device.Address,
Username: in.Device.Username, Username: in.Device.Username,
Password: in.Device.Password, Password: in.Device.Password,
}, },
Transport: sbi.GetTransport(),
} }
devicesMap := pnd.(*pndImplementation).Devices devicesMap := pnd.GetDevices()
devicesMap[newDevice.Uuid] = newDevice devicesMap[newDevice.Uuid] = newDevice
if err := s.core.savePNDs(path); err != nil { //TODO: export
log.Info(err)
}
return &pb.AddDeviceReply{Message: "Added new Device: " + newDevice.Uuid.String()}, err return &pb.AddDeviceReply{Message: "Added new Device: " + newDevice.Uuid.String()}, err
} }
func (s *server) HandleDeviceGetRequest(ctx context.Context, in *pb.DeviceGetRequest) (*pb.DeviceGetReply, error) {
log.Info("Received: HandleDeviceGetRequest")
uuidPND, err := uuid.Parse(in.GetUuidPND())
if err != nil {
return &pb.DeviceGetReply{Message: err.Error()}, err
}
uuidDevice, err := uuid.Parse(in.GetUuidDevice())
if err != nil {
return &pb.DeviceGetReply{Message: err.Error()}, err
}
device, exists := s.core.principalNetworkDomains[uuidPND].GetDevices()[uuidDevice]
if exists != true {
err := errors.New("Couldnt find device: UUID is wrong")
return &pb.DeviceGetReply{Message: err.Error()}, err
}
cfg := &gnmi.Config{
Addr: device.Config.Address,
Password: device.Config.Password,
Username: device.Config.Username,
}
ctxGnmi := gnmi.NewContext(context.Background(), cfg)
ctxGnmi = context.WithValue(ctxGnmi, "config", cfg)
paths := []string{in.GetPath()}
req, err := gnmi.NewGetRequest(gnmi.SplitPaths(paths), "")
resp, err := GetWithRequest(ctxGnmi, req)
if err != nil {
return &pb.DeviceGetReply{Message: err.Error()}, err
}
if err := device.Add(resp); err != nil {
return &pb.DeviceGetReply{Message: err.Error()}, err
}
d, err := json.Marshal(device.Device)
if err != nil {
return &pb.DeviceGetReply{Message: err.Error()}, err
}
return &pb.DeviceGetReply{Message: string(d)}, nil
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment