| // Code generated by protoc-gen-go. DO NOT EDIT. |
| // source: voltha_protos/inter_container.proto |
| |
| package inter_container // import "github.com/opencord/voltha-protos/go/inter_container" |
| |
| import proto "github.com/golang/protobuf/proto" |
| import fmt "fmt" |
| import math "math" |
| import any "github.com/golang/protobuf/ptypes/any" |
| import openflow_13 "github.com/opencord/voltha-protos/go/openflow_13" |
| import voltha "github.com/opencord/voltha-protos/go/voltha" |
| |
| // 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.ProtoPackageIsVersion2 // please upgrade the proto package |
| |
| // LogicalPortId from public import voltha_protos/logical_device.proto |
| type LogicalPortId = voltha.LogicalPortId |
| |
| // LogicalPort from public import voltha_protos/logical_device.proto |
| type LogicalPort = voltha.LogicalPort |
| |
| // LogicalPorts from public import voltha_protos/logical_device.proto |
| type LogicalPorts = voltha.LogicalPorts |
| |
| // LogicalDevice from public import voltha_protos/logical_device.proto |
| type LogicalDevice = voltha.LogicalDevice |
| |
| // LogicalDevices from public import voltha_protos/logical_device.proto |
| type LogicalDevices = voltha.LogicalDevices |
| |
| type MessageType int32 |
| |
| const ( |
| MessageType_REQUEST MessageType = 0 |
| MessageType_RESPONSE MessageType = 1 |
| MessageType_DEVICE_DISCOVERED MessageType = 2 |
| ) |
| |
| var MessageType_name = map[int32]string{ |
| 0: "REQUEST", |
| 1: "RESPONSE", |
| 2: "DEVICE_DISCOVERED", |
| } |
| var MessageType_value = map[string]int32{ |
| "REQUEST": 0, |
| "RESPONSE": 1, |
| "DEVICE_DISCOVERED": 2, |
| } |
| |
| func (x MessageType) String() string { |
| return proto.EnumName(MessageType_name, int32(x)) |
| } |
| func (MessageType) EnumDescriptor() ([]byte, []int) { |
| return fileDescriptor_inter_container_80ce0119150605eb, []int{0} |
| } |
| |
| type ErrorCodeCodes int32 |
| |
| const ( |
| ErrorCode_UNSUPPORTED_REQUEST ErrorCodeCodes = 0 |
| ErrorCode_INVALID_PARAMETERS ErrorCodeCodes = 1 |
| ) |
| |
| var ErrorCodeCodes_name = map[int32]string{ |
| 0: "UNSUPPORTED_REQUEST", |
| 1: "INVALID_PARAMETERS", |
| } |
| var ErrorCodeCodes_value = map[string]int32{ |
| "UNSUPPORTED_REQUEST": 0, |
| "INVALID_PARAMETERS": 1, |
| } |
| |
| func (x ErrorCodeCodes) String() string { |
| return proto.EnumName(ErrorCodeCodes_name, int32(x)) |
| } |
| func (ErrorCodeCodes) EnumDescriptor() ([]byte, []int) { |
| return fileDescriptor_inter_container_80ce0119150605eb, []int{4, 0} |
| } |
| |
| type InterAdapterMessageType_Types int32 |
| |
| const ( |
| InterAdapterMessageType_FLOW_REQUEST InterAdapterMessageType_Types = 0 |
| InterAdapterMessageType_FLOW_RESPONSE InterAdapterMessageType_Types = 1 |
| InterAdapterMessageType_OMCI_REQUEST InterAdapterMessageType_Types = 2 |
| InterAdapterMessageType_OMCI_RESPONSE InterAdapterMessageType_Types = 3 |
| InterAdapterMessageType_METRICS_REQUEST InterAdapterMessageType_Types = 4 |
| InterAdapterMessageType_METRICS_RESPONSE InterAdapterMessageType_Types = 5 |
| ) |
| |
| var InterAdapterMessageType_Types_name = map[int32]string{ |
| 0: "FLOW_REQUEST", |
| 1: "FLOW_RESPONSE", |
| 2: "OMCI_REQUEST", |
| 3: "OMCI_RESPONSE", |
| 4: "METRICS_REQUEST", |
| 5: "METRICS_RESPONSE", |
| } |
| var InterAdapterMessageType_Types_value = map[string]int32{ |
| "FLOW_REQUEST": 0, |
| "FLOW_RESPONSE": 1, |
| "OMCI_REQUEST": 2, |
| "OMCI_RESPONSE": 3, |
| "METRICS_REQUEST": 4, |
| "METRICS_RESPONSE": 5, |
| } |
| |
| func (x InterAdapterMessageType_Types) String() string { |
| return proto.EnumName(InterAdapterMessageType_Types_name, int32(x)) |
| } |
| func (InterAdapterMessageType_Types) EnumDescriptor() ([]byte, []int) { |
| return fileDescriptor_inter_container_80ce0119150605eb, []int{14, 0} |
| } |
| |
| type StrType struct { |
| Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *StrType) Reset() { *m = StrType{} } |
| func (m *StrType) String() string { return proto.CompactTextString(m) } |
| func (*StrType) ProtoMessage() {} |
| func (*StrType) Descriptor() ([]byte, []int) { |
| return fileDescriptor_inter_container_80ce0119150605eb, []int{0} |
| } |
| func (m *StrType) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_StrType.Unmarshal(m, b) |
| } |
| func (m *StrType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_StrType.Marshal(b, m, deterministic) |
| } |
| func (dst *StrType) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_StrType.Merge(dst, src) |
| } |
| func (m *StrType) XXX_Size() int { |
| return xxx_messageInfo_StrType.Size(m) |
| } |
| func (m *StrType) XXX_DiscardUnknown() { |
| xxx_messageInfo_StrType.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_StrType proto.InternalMessageInfo |
| |
| func (m *StrType) GetVal() string { |
| if m != nil { |
| return m.Val |
| } |
| return "" |
| } |
| |
| type IntType struct { |
| Val int64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *IntType) Reset() { *m = IntType{} } |
| func (m *IntType) String() string { return proto.CompactTextString(m) } |
| func (*IntType) ProtoMessage() {} |
| func (*IntType) Descriptor() ([]byte, []int) { |
| return fileDescriptor_inter_container_80ce0119150605eb, []int{1} |
| } |
| func (m *IntType) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_IntType.Unmarshal(m, b) |
| } |
| func (m *IntType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_IntType.Marshal(b, m, deterministic) |
| } |
| func (dst *IntType) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_IntType.Merge(dst, src) |
| } |
| func (m *IntType) XXX_Size() int { |
| return xxx_messageInfo_IntType.Size(m) |
| } |
| func (m *IntType) XXX_DiscardUnknown() { |
| xxx_messageInfo_IntType.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_IntType proto.InternalMessageInfo |
| |
| func (m *IntType) GetVal() int64 { |
| if m != nil { |
| return m.Val |
| } |
| return 0 |
| } |
| |
| type BoolType struct { |
| Val bool `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *BoolType) Reset() { *m = BoolType{} } |
| func (m *BoolType) String() string { return proto.CompactTextString(m) } |
| func (*BoolType) ProtoMessage() {} |
| func (*BoolType) Descriptor() ([]byte, []int) { |
| return fileDescriptor_inter_container_80ce0119150605eb, []int{2} |
| } |
| func (m *BoolType) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_BoolType.Unmarshal(m, b) |
| } |
| func (m *BoolType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_BoolType.Marshal(b, m, deterministic) |
| } |
| func (dst *BoolType) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_BoolType.Merge(dst, src) |
| } |
| func (m *BoolType) XXX_Size() int { |
| return xxx_messageInfo_BoolType.Size(m) |
| } |
| func (m *BoolType) XXX_DiscardUnknown() { |
| xxx_messageInfo_BoolType.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_BoolType proto.InternalMessageInfo |
| |
| func (m *BoolType) GetVal() bool { |
| if m != nil { |
| return m.Val |
| } |
| return false |
| } |
| |
| type Packet struct { |
| Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *Packet) Reset() { *m = Packet{} } |
| func (m *Packet) String() string { return proto.CompactTextString(m) } |
| func (*Packet) ProtoMessage() {} |
| func (*Packet) Descriptor() ([]byte, []int) { |
| return fileDescriptor_inter_container_80ce0119150605eb, []int{3} |
| } |
| func (m *Packet) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_Packet.Unmarshal(m, b) |
| } |
| func (m *Packet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_Packet.Marshal(b, m, deterministic) |
| } |
| func (dst *Packet) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_Packet.Merge(dst, src) |
| } |
| func (m *Packet) XXX_Size() int { |
| return xxx_messageInfo_Packet.Size(m) |
| } |
| func (m *Packet) XXX_DiscardUnknown() { |
| xxx_messageInfo_Packet.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_Packet proto.InternalMessageInfo |
| |
| func (m *Packet) GetPayload() []byte { |
| if m != nil { |
| return m.Payload |
| } |
| return nil |
| } |
| |
| type ErrorCode struct { |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *ErrorCode) Reset() { *m = ErrorCode{} } |
| func (m *ErrorCode) String() string { return proto.CompactTextString(m) } |
| func (*ErrorCode) ProtoMessage() {} |
| func (*ErrorCode) Descriptor() ([]byte, []int) { |
| return fileDescriptor_inter_container_80ce0119150605eb, []int{4} |
| } |
| func (m *ErrorCode) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_ErrorCode.Unmarshal(m, b) |
| } |
| func (m *ErrorCode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_ErrorCode.Marshal(b, m, deterministic) |
| } |
| func (dst *ErrorCode) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_ErrorCode.Merge(dst, src) |
| } |
| func (m *ErrorCode) XXX_Size() int { |
| return xxx_messageInfo_ErrorCode.Size(m) |
| } |
| func (m *ErrorCode) XXX_DiscardUnknown() { |
| xxx_messageInfo_ErrorCode.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_ErrorCode proto.InternalMessageInfo |
| |
| type Error struct { |
| Code *ErrorCode `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"` |
| Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *Error) Reset() { *m = Error{} } |
| func (m *Error) String() string { return proto.CompactTextString(m) } |
| func (*Error) ProtoMessage() {} |
| func (*Error) Descriptor() ([]byte, []int) { |
| return fileDescriptor_inter_container_80ce0119150605eb, []int{5} |
| } |
| func (m *Error) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_Error.Unmarshal(m, b) |
| } |
| func (m *Error) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_Error.Marshal(b, m, deterministic) |
| } |
| func (dst *Error) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_Error.Merge(dst, src) |
| } |
| func (m *Error) XXX_Size() int { |
| return xxx_messageInfo_Error.Size(m) |
| } |
| func (m *Error) XXX_DiscardUnknown() { |
| xxx_messageInfo_Error.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_Error proto.InternalMessageInfo |
| |
| func (m *Error) GetCode() *ErrorCode { |
| if m != nil { |
| return m.Code |
| } |
| return nil |
| } |
| |
| func (m *Error) GetReason() string { |
| if m != nil { |
| return m.Reason |
| } |
| return "" |
| } |
| |
| type Header struct { |
| Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` |
| Type MessageType `protobuf:"varint,2,opt,name=type,proto3,enum=voltha.MessageType" json:"type,omitempty"` |
| FromTopic string `protobuf:"bytes,3,opt,name=from_topic,json=fromTopic,proto3" json:"from_topic,omitempty"` |
| ToTopic string `protobuf:"bytes,4,opt,name=to_topic,json=toTopic,proto3" json:"to_topic,omitempty"` |
| KeyTopic string `protobuf:"bytes,5,opt,name=key_topic,json=keyTopic,proto3" json:"key_topic,omitempty"` |
| Timestamp int64 `protobuf:"varint,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *Header) Reset() { *m = Header{} } |
| func (m *Header) String() string { return proto.CompactTextString(m) } |
| func (*Header) ProtoMessage() {} |
| func (*Header) Descriptor() ([]byte, []int) { |
| return fileDescriptor_inter_container_80ce0119150605eb, []int{6} |
| } |
| func (m *Header) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_Header.Unmarshal(m, b) |
| } |
| func (m *Header) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_Header.Marshal(b, m, deterministic) |
| } |
| func (dst *Header) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_Header.Merge(dst, src) |
| } |
| func (m *Header) XXX_Size() int { |
| return xxx_messageInfo_Header.Size(m) |
| } |
| func (m *Header) XXX_DiscardUnknown() { |
| xxx_messageInfo_Header.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_Header proto.InternalMessageInfo |
| |
| func (m *Header) GetId() string { |
| if m != nil { |
| return m.Id |
| } |
| return "" |
| } |
| |
| func (m *Header) GetType() MessageType { |
| if m != nil { |
| return m.Type |
| } |
| return MessageType_REQUEST |
| } |
| |
| func (m *Header) GetFromTopic() string { |
| if m != nil { |
| return m.FromTopic |
| } |
| return "" |
| } |
| |
| func (m *Header) GetToTopic() string { |
| if m != nil { |
| return m.ToTopic |
| } |
| return "" |
| } |
| |
| func (m *Header) GetKeyTopic() string { |
| if m != nil { |
| return m.KeyTopic |
| } |
| return "" |
| } |
| |
| func (m *Header) GetTimestamp() int64 { |
| if m != nil { |
| return m.Timestamp |
| } |
| return 0 |
| } |
| |
| type Argument struct { |
| Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` |
| Value *any.Any `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *Argument) Reset() { *m = Argument{} } |
| func (m *Argument) String() string { return proto.CompactTextString(m) } |
| func (*Argument) ProtoMessage() {} |
| func (*Argument) Descriptor() ([]byte, []int) { |
| return fileDescriptor_inter_container_80ce0119150605eb, []int{7} |
| } |
| func (m *Argument) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_Argument.Unmarshal(m, b) |
| } |
| func (m *Argument) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_Argument.Marshal(b, m, deterministic) |
| } |
| func (dst *Argument) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_Argument.Merge(dst, src) |
| } |
| func (m *Argument) XXX_Size() int { |
| return xxx_messageInfo_Argument.Size(m) |
| } |
| func (m *Argument) XXX_DiscardUnknown() { |
| xxx_messageInfo_Argument.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_Argument proto.InternalMessageInfo |
| |
| func (m *Argument) GetKey() string { |
| if m != nil { |
| return m.Key |
| } |
| return "" |
| } |
| |
| func (m *Argument) GetValue() *any.Any { |
| if m != nil { |
| return m.Value |
| } |
| return nil |
| } |
| |
| type InterContainerMessage struct { |
| Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` |
| Body *any.Any `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *InterContainerMessage) Reset() { *m = InterContainerMessage{} } |
| func (m *InterContainerMessage) String() string { return proto.CompactTextString(m) } |
| func (*InterContainerMessage) ProtoMessage() {} |
| func (*InterContainerMessage) Descriptor() ([]byte, []int) { |
| return fileDescriptor_inter_container_80ce0119150605eb, []int{8} |
| } |
| func (m *InterContainerMessage) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_InterContainerMessage.Unmarshal(m, b) |
| } |
| func (m *InterContainerMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_InterContainerMessage.Marshal(b, m, deterministic) |
| } |
| func (dst *InterContainerMessage) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_InterContainerMessage.Merge(dst, src) |
| } |
| func (m *InterContainerMessage) XXX_Size() int { |
| return xxx_messageInfo_InterContainerMessage.Size(m) |
| } |
| func (m *InterContainerMessage) XXX_DiscardUnknown() { |
| xxx_messageInfo_InterContainerMessage.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_InterContainerMessage proto.InternalMessageInfo |
| |
| func (m *InterContainerMessage) GetHeader() *Header { |
| if m != nil { |
| return m.Header |
| } |
| return nil |
| } |
| |
| func (m *InterContainerMessage) GetBody() *any.Any { |
| if m != nil { |
| return m.Body |
| } |
| return nil |
| } |
| |
| type InterContainerRequestBody struct { |
| Rpc string `protobuf:"bytes,2,opt,name=rpc,proto3" json:"rpc,omitempty"` |
| Args []*Argument `protobuf:"bytes,3,rep,name=args,proto3" json:"args,omitempty"` |
| ResponseRequired bool `protobuf:"varint,4,opt,name=response_required,json=responseRequired,proto3" json:"response_required,omitempty"` |
| ReplyToTopic string `protobuf:"bytes,5,opt,name=reply_to_topic,json=replyToTopic,proto3" json:"reply_to_topic,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *InterContainerRequestBody) Reset() { *m = InterContainerRequestBody{} } |
| func (m *InterContainerRequestBody) String() string { return proto.CompactTextString(m) } |
| func (*InterContainerRequestBody) ProtoMessage() {} |
| func (*InterContainerRequestBody) Descriptor() ([]byte, []int) { |
| return fileDescriptor_inter_container_80ce0119150605eb, []int{9} |
| } |
| func (m *InterContainerRequestBody) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_InterContainerRequestBody.Unmarshal(m, b) |
| } |
| func (m *InterContainerRequestBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_InterContainerRequestBody.Marshal(b, m, deterministic) |
| } |
| func (dst *InterContainerRequestBody) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_InterContainerRequestBody.Merge(dst, src) |
| } |
| func (m *InterContainerRequestBody) XXX_Size() int { |
| return xxx_messageInfo_InterContainerRequestBody.Size(m) |
| } |
| func (m *InterContainerRequestBody) XXX_DiscardUnknown() { |
| xxx_messageInfo_InterContainerRequestBody.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_InterContainerRequestBody proto.InternalMessageInfo |
| |
| func (m *InterContainerRequestBody) GetRpc() string { |
| if m != nil { |
| return m.Rpc |
| } |
| return "" |
| } |
| |
| func (m *InterContainerRequestBody) GetArgs() []*Argument { |
| if m != nil { |
| return m.Args |
| } |
| return nil |
| } |
| |
| func (m *InterContainerRequestBody) GetResponseRequired() bool { |
| if m != nil { |
| return m.ResponseRequired |
| } |
| return false |
| } |
| |
| func (m *InterContainerRequestBody) GetReplyToTopic() string { |
| if m != nil { |
| return m.ReplyToTopic |
| } |
| return "" |
| } |
| |
| type InterContainerResponseBody struct { |
| Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` |
| Result *any.Any `protobuf:"bytes,3,opt,name=result,proto3" json:"result,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *InterContainerResponseBody) Reset() { *m = InterContainerResponseBody{} } |
| func (m *InterContainerResponseBody) String() string { return proto.CompactTextString(m) } |
| func (*InterContainerResponseBody) ProtoMessage() {} |
| func (*InterContainerResponseBody) Descriptor() ([]byte, []int) { |
| return fileDescriptor_inter_container_80ce0119150605eb, []int{10} |
| } |
| func (m *InterContainerResponseBody) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_InterContainerResponseBody.Unmarshal(m, b) |
| } |
| func (m *InterContainerResponseBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_InterContainerResponseBody.Marshal(b, m, deterministic) |
| } |
| func (dst *InterContainerResponseBody) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_InterContainerResponseBody.Merge(dst, src) |
| } |
| func (m *InterContainerResponseBody) XXX_Size() int { |
| return xxx_messageInfo_InterContainerResponseBody.Size(m) |
| } |
| func (m *InterContainerResponseBody) XXX_DiscardUnknown() { |
| xxx_messageInfo_InterContainerResponseBody.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_InterContainerResponseBody proto.InternalMessageInfo |
| |
| func (m *InterContainerResponseBody) GetSuccess() bool { |
| if m != nil { |
| return m.Success |
| } |
| return false |
| } |
| |
| func (m *InterContainerResponseBody) GetResult() *any.Any { |
| if m != nil { |
| return m.Result |
| } |
| return nil |
| } |
| |
| type SwitchCapability struct { |
| Desc *openflow_13.OfpDesc `protobuf:"bytes,1,opt,name=desc,proto3" json:"desc,omitempty"` |
| SwitchFeatures *openflow_13.OfpSwitchFeatures `protobuf:"bytes,2,opt,name=switch_features,json=switchFeatures,proto3" json:"switch_features,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *SwitchCapability) Reset() { *m = SwitchCapability{} } |
| func (m *SwitchCapability) String() string { return proto.CompactTextString(m) } |
| func (*SwitchCapability) ProtoMessage() {} |
| func (*SwitchCapability) Descriptor() ([]byte, []int) { |
| return fileDescriptor_inter_container_80ce0119150605eb, []int{11} |
| } |
| func (m *SwitchCapability) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_SwitchCapability.Unmarshal(m, b) |
| } |
| func (m *SwitchCapability) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_SwitchCapability.Marshal(b, m, deterministic) |
| } |
| func (dst *SwitchCapability) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_SwitchCapability.Merge(dst, src) |
| } |
| func (m *SwitchCapability) XXX_Size() int { |
| return xxx_messageInfo_SwitchCapability.Size(m) |
| } |
| func (m *SwitchCapability) XXX_DiscardUnknown() { |
| xxx_messageInfo_SwitchCapability.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_SwitchCapability proto.InternalMessageInfo |
| |
| func (m *SwitchCapability) GetDesc() *openflow_13.OfpDesc { |
| if m != nil { |
| return m.Desc |
| } |
| return nil |
| } |
| |
| func (m *SwitchCapability) GetSwitchFeatures() *openflow_13.OfpSwitchFeatures { |
| if m != nil { |
| return m.SwitchFeatures |
| } |
| return nil |
| } |
| |
| type PortCapability struct { |
| Port *voltha.LogicalPort `protobuf:"bytes,1,opt,name=port,proto3" json:"port,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *PortCapability) Reset() { *m = PortCapability{} } |
| func (m *PortCapability) String() string { return proto.CompactTextString(m) } |
| func (*PortCapability) ProtoMessage() {} |
| func (*PortCapability) Descriptor() ([]byte, []int) { |
| return fileDescriptor_inter_container_80ce0119150605eb, []int{12} |
| } |
| func (m *PortCapability) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_PortCapability.Unmarshal(m, b) |
| } |
| func (m *PortCapability) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_PortCapability.Marshal(b, m, deterministic) |
| } |
| func (dst *PortCapability) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_PortCapability.Merge(dst, src) |
| } |
| func (m *PortCapability) XXX_Size() int { |
| return xxx_messageInfo_PortCapability.Size(m) |
| } |
| func (m *PortCapability) XXX_DiscardUnknown() { |
| xxx_messageInfo_PortCapability.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_PortCapability proto.InternalMessageInfo |
| |
| func (m *PortCapability) GetPort() *voltha.LogicalPort { |
| if m != nil { |
| return m.Port |
| } |
| return nil |
| } |
| |
| type DeviceDiscovered struct { |
| Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` |
| ParentId string `protobuf:"bytes,2,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"` |
| DeviceType string `protobuf:"bytes,3,opt,name=device_type,json=deviceType,proto3" json:"device_type,omitempty"` |
| Publisher string `protobuf:"bytes,4,opt,name=publisher,proto3" json:"publisher,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *DeviceDiscovered) Reset() { *m = DeviceDiscovered{} } |
| func (m *DeviceDiscovered) String() string { return proto.CompactTextString(m) } |
| func (*DeviceDiscovered) ProtoMessage() {} |
| func (*DeviceDiscovered) Descriptor() ([]byte, []int) { |
| return fileDescriptor_inter_container_80ce0119150605eb, []int{13} |
| } |
| func (m *DeviceDiscovered) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_DeviceDiscovered.Unmarshal(m, b) |
| } |
| func (m *DeviceDiscovered) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_DeviceDiscovered.Marshal(b, m, deterministic) |
| } |
| func (dst *DeviceDiscovered) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_DeviceDiscovered.Merge(dst, src) |
| } |
| func (m *DeviceDiscovered) XXX_Size() int { |
| return xxx_messageInfo_DeviceDiscovered.Size(m) |
| } |
| func (m *DeviceDiscovered) XXX_DiscardUnknown() { |
| xxx_messageInfo_DeviceDiscovered.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_DeviceDiscovered proto.InternalMessageInfo |
| |
| func (m *DeviceDiscovered) GetId() string { |
| if m != nil { |
| return m.Id |
| } |
| return "" |
| } |
| |
| func (m *DeviceDiscovered) GetParentId() string { |
| if m != nil { |
| return m.ParentId |
| } |
| return "" |
| } |
| |
| func (m *DeviceDiscovered) GetDeviceType() string { |
| if m != nil { |
| return m.DeviceType |
| } |
| return "" |
| } |
| |
| func (m *DeviceDiscovered) GetPublisher() string { |
| if m != nil { |
| return m.Publisher |
| } |
| return "" |
| } |
| |
| type InterAdapterMessageType struct { |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *InterAdapterMessageType) Reset() { *m = InterAdapterMessageType{} } |
| func (m *InterAdapterMessageType) String() string { return proto.CompactTextString(m) } |
| func (*InterAdapterMessageType) ProtoMessage() {} |
| func (*InterAdapterMessageType) Descriptor() ([]byte, []int) { |
| return fileDescriptor_inter_container_80ce0119150605eb, []int{14} |
| } |
| func (m *InterAdapterMessageType) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_InterAdapterMessageType.Unmarshal(m, b) |
| } |
| func (m *InterAdapterMessageType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_InterAdapterMessageType.Marshal(b, m, deterministic) |
| } |
| func (dst *InterAdapterMessageType) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_InterAdapterMessageType.Merge(dst, src) |
| } |
| func (m *InterAdapterMessageType) XXX_Size() int { |
| return xxx_messageInfo_InterAdapterMessageType.Size(m) |
| } |
| func (m *InterAdapterMessageType) XXX_DiscardUnknown() { |
| xxx_messageInfo_InterAdapterMessageType.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_InterAdapterMessageType proto.InternalMessageInfo |
| |
| type InterAdapterHeader struct { |
| Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` |
| Type InterAdapterMessageType_Types `protobuf:"varint,2,opt,name=type,proto3,enum=voltha.InterAdapterMessageType_Types" json:"type,omitempty"` |
| FromTopic string `protobuf:"bytes,3,opt,name=from_topic,json=fromTopic,proto3" json:"from_topic,omitempty"` |
| ToTopic string `protobuf:"bytes,4,opt,name=to_topic,json=toTopic,proto3" json:"to_topic,omitempty"` |
| ToDeviceId string `protobuf:"bytes,5,opt,name=to_device_id,json=toDeviceId,proto3" json:"to_device_id,omitempty"` |
| ProxyDeviceId string `protobuf:"bytes,6,opt,name=proxy_device_id,json=proxyDeviceId,proto3" json:"proxy_device_id,omitempty"` |
| Timestamp int64 `protobuf:"varint,7,opt,name=timestamp,proto3" json:"timestamp,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *InterAdapterHeader) Reset() { *m = InterAdapterHeader{} } |
| func (m *InterAdapterHeader) String() string { return proto.CompactTextString(m) } |
| func (*InterAdapterHeader) ProtoMessage() {} |
| func (*InterAdapterHeader) Descriptor() ([]byte, []int) { |
| return fileDescriptor_inter_container_80ce0119150605eb, []int{15} |
| } |
| func (m *InterAdapterHeader) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_InterAdapterHeader.Unmarshal(m, b) |
| } |
| func (m *InterAdapterHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_InterAdapterHeader.Marshal(b, m, deterministic) |
| } |
| func (dst *InterAdapterHeader) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_InterAdapterHeader.Merge(dst, src) |
| } |
| func (m *InterAdapterHeader) XXX_Size() int { |
| return xxx_messageInfo_InterAdapterHeader.Size(m) |
| } |
| func (m *InterAdapterHeader) XXX_DiscardUnknown() { |
| xxx_messageInfo_InterAdapterHeader.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_InterAdapterHeader proto.InternalMessageInfo |
| |
| func (m *InterAdapterHeader) GetId() string { |
| if m != nil { |
| return m.Id |
| } |
| return "" |
| } |
| |
| func (m *InterAdapterHeader) GetType() InterAdapterMessageType_Types { |
| if m != nil { |
| return m.Type |
| } |
| return InterAdapterMessageType_FLOW_REQUEST |
| } |
| |
| func (m *InterAdapterHeader) GetFromTopic() string { |
| if m != nil { |
| return m.FromTopic |
| } |
| return "" |
| } |
| |
| func (m *InterAdapterHeader) GetToTopic() string { |
| if m != nil { |
| return m.ToTopic |
| } |
| return "" |
| } |
| |
| func (m *InterAdapterHeader) GetToDeviceId() string { |
| if m != nil { |
| return m.ToDeviceId |
| } |
| return "" |
| } |
| |
| func (m *InterAdapterHeader) GetProxyDeviceId() string { |
| if m != nil { |
| return m.ProxyDeviceId |
| } |
| return "" |
| } |
| |
| func (m *InterAdapterHeader) GetTimestamp() int64 { |
| if m != nil { |
| return m.Timestamp |
| } |
| return 0 |
| } |
| |
| type InterAdapterOmciMessage struct { |
| Message []byte `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *InterAdapterOmciMessage) Reset() { *m = InterAdapterOmciMessage{} } |
| func (m *InterAdapterOmciMessage) String() string { return proto.CompactTextString(m) } |
| func (*InterAdapterOmciMessage) ProtoMessage() {} |
| func (*InterAdapterOmciMessage) Descriptor() ([]byte, []int) { |
| return fileDescriptor_inter_container_80ce0119150605eb, []int{16} |
| } |
| func (m *InterAdapterOmciMessage) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_InterAdapterOmciMessage.Unmarshal(m, b) |
| } |
| func (m *InterAdapterOmciMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_InterAdapterOmciMessage.Marshal(b, m, deterministic) |
| } |
| func (dst *InterAdapterOmciMessage) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_InterAdapterOmciMessage.Merge(dst, src) |
| } |
| func (m *InterAdapterOmciMessage) XXX_Size() int { |
| return xxx_messageInfo_InterAdapterOmciMessage.Size(m) |
| } |
| func (m *InterAdapterOmciMessage) XXX_DiscardUnknown() { |
| xxx_messageInfo_InterAdapterOmciMessage.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_InterAdapterOmciMessage proto.InternalMessageInfo |
| |
| func (m *InterAdapterOmciMessage) GetMessage() []byte { |
| if m != nil { |
| return m.Message |
| } |
| return nil |
| } |
| |
| type InterAdapterResponseBody struct { |
| Status bool `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"` |
| // Types that are valid to be assigned to Payload: |
| // *InterAdapterResponseBody_Body |
| // *InterAdapterResponseBody_Omci |
| Payload isInterAdapterResponseBody_Payload `protobuf_oneof:"payload"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *InterAdapterResponseBody) Reset() { *m = InterAdapterResponseBody{} } |
| func (m *InterAdapterResponseBody) String() string { return proto.CompactTextString(m) } |
| func (*InterAdapterResponseBody) ProtoMessage() {} |
| func (*InterAdapterResponseBody) Descriptor() ([]byte, []int) { |
| return fileDescriptor_inter_container_80ce0119150605eb, []int{17} |
| } |
| func (m *InterAdapterResponseBody) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_InterAdapterResponseBody.Unmarshal(m, b) |
| } |
| func (m *InterAdapterResponseBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_InterAdapterResponseBody.Marshal(b, m, deterministic) |
| } |
| func (dst *InterAdapterResponseBody) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_InterAdapterResponseBody.Merge(dst, src) |
| } |
| func (m *InterAdapterResponseBody) XXX_Size() int { |
| return xxx_messageInfo_InterAdapterResponseBody.Size(m) |
| } |
| func (m *InterAdapterResponseBody) XXX_DiscardUnknown() { |
| xxx_messageInfo_InterAdapterResponseBody.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_InterAdapterResponseBody proto.InternalMessageInfo |
| |
| func (m *InterAdapterResponseBody) GetStatus() bool { |
| if m != nil { |
| return m.Status |
| } |
| return false |
| } |
| |
| type isInterAdapterResponseBody_Payload interface { |
| isInterAdapterResponseBody_Payload() |
| } |
| |
| type InterAdapterResponseBody_Body struct { |
| Body *any.Any `protobuf:"bytes,2,opt,name=body,proto3,oneof"` |
| } |
| |
| type InterAdapterResponseBody_Omci struct { |
| Omci *InterAdapterOmciMessage `protobuf:"bytes,3,opt,name=omci,proto3,oneof"` |
| } |
| |
| func (*InterAdapterResponseBody_Body) isInterAdapterResponseBody_Payload() {} |
| |
| func (*InterAdapterResponseBody_Omci) isInterAdapterResponseBody_Payload() {} |
| |
| func (m *InterAdapterResponseBody) GetPayload() isInterAdapterResponseBody_Payload { |
| if m != nil { |
| return m.Payload |
| } |
| return nil |
| } |
| |
| func (m *InterAdapterResponseBody) GetBody() *any.Any { |
| if x, ok := m.GetPayload().(*InterAdapterResponseBody_Body); ok { |
| return x.Body |
| } |
| return nil |
| } |
| |
| func (m *InterAdapterResponseBody) GetOmci() *InterAdapterOmciMessage { |
| if x, ok := m.GetPayload().(*InterAdapterResponseBody_Omci); ok { |
| return x.Omci |
| } |
| return nil |
| } |
| |
| // XXX_OneofFuncs is for the internal use of the proto package. |
| func (*InterAdapterResponseBody) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { |
| return _InterAdapterResponseBody_OneofMarshaler, _InterAdapterResponseBody_OneofUnmarshaler, _InterAdapterResponseBody_OneofSizer, []interface{}{ |
| (*InterAdapterResponseBody_Body)(nil), |
| (*InterAdapterResponseBody_Omci)(nil), |
| } |
| } |
| |
| func _InterAdapterResponseBody_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { |
| m := msg.(*InterAdapterResponseBody) |
| // payload |
| switch x := m.Payload.(type) { |
| case *InterAdapterResponseBody_Body: |
| b.EncodeVarint(2<<3 | proto.WireBytes) |
| if err := b.EncodeMessage(x.Body); err != nil { |
| return err |
| } |
| case *InterAdapterResponseBody_Omci: |
| b.EncodeVarint(3<<3 | proto.WireBytes) |
| if err := b.EncodeMessage(x.Omci); err != nil { |
| return err |
| } |
| case nil: |
| default: |
| return fmt.Errorf("InterAdapterResponseBody.Payload has unexpected type %T", x) |
| } |
| return nil |
| } |
| |
| func _InterAdapterResponseBody_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { |
| m := msg.(*InterAdapterResponseBody) |
| switch tag { |
| case 2: // payload.body |
| if wire != proto.WireBytes { |
| return true, proto.ErrInternalBadWireType |
| } |
| msg := new(any.Any) |
| err := b.DecodeMessage(msg) |
| m.Payload = &InterAdapterResponseBody_Body{msg} |
| return true, err |
| case 3: // payload.omci |
| if wire != proto.WireBytes { |
| return true, proto.ErrInternalBadWireType |
| } |
| msg := new(InterAdapterOmciMessage) |
| err := b.DecodeMessage(msg) |
| m.Payload = &InterAdapterResponseBody_Omci{msg} |
| return true, err |
| default: |
| return false, nil |
| } |
| } |
| |
| func _InterAdapterResponseBody_OneofSizer(msg proto.Message) (n int) { |
| m := msg.(*InterAdapterResponseBody) |
| // payload |
| switch x := m.Payload.(type) { |
| case *InterAdapterResponseBody_Body: |
| s := proto.Size(x.Body) |
| n += 1 // tag and wire |
| n += proto.SizeVarint(uint64(s)) |
| n += s |
| case *InterAdapterResponseBody_Omci: |
| s := proto.Size(x.Omci) |
| n += 1 // tag and wire |
| n += proto.SizeVarint(uint64(s)) |
| n += s |
| case nil: |
| default: |
| panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) |
| } |
| return n |
| } |
| |
| type InterAdapterMessage struct { |
| Header *InterAdapterHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` |
| Body *any.Any `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *InterAdapterMessage) Reset() { *m = InterAdapterMessage{} } |
| func (m *InterAdapterMessage) String() string { return proto.CompactTextString(m) } |
| func (*InterAdapterMessage) ProtoMessage() {} |
| func (*InterAdapterMessage) Descriptor() ([]byte, []int) { |
| return fileDescriptor_inter_container_80ce0119150605eb, []int{18} |
| } |
| func (m *InterAdapterMessage) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_InterAdapterMessage.Unmarshal(m, b) |
| } |
| func (m *InterAdapterMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_InterAdapterMessage.Marshal(b, m, deterministic) |
| } |
| func (dst *InterAdapterMessage) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_InterAdapterMessage.Merge(dst, src) |
| } |
| func (m *InterAdapterMessage) XXX_Size() int { |
| return xxx_messageInfo_InterAdapterMessage.Size(m) |
| } |
| func (m *InterAdapterMessage) XXX_DiscardUnknown() { |
| xxx_messageInfo_InterAdapterMessage.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_InterAdapterMessage proto.InternalMessageInfo |
| |
| func (m *InterAdapterMessage) GetHeader() *InterAdapterHeader { |
| if m != nil { |
| return m.Header |
| } |
| return nil |
| } |
| |
| func (m *InterAdapterMessage) GetBody() *any.Any { |
| if m != nil { |
| return m.Body |
| } |
| return nil |
| } |
| |
| func init() { |
| proto.RegisterType((*StrType)(nil), "voltha.StrType") |
| proto.RegisterType((*IntType)(nil), "voltha.IntType") |
| proto.RegisterType((*BoolType)(nil), "voltha.BoolType") |
| proto.RegisterType((*Packet)(nil), "voltha.Packet") |
| proto.RegisterType((*ErrorCode)(nil), "voltha.ErrorCode") |
| proto.RegisterType((*Error)(nil), "voltha.Error") |
| proto.RegisterType((*Header)(nil), "voltha.Header") |
| proto.RegisterType((*Argument)(nil), "voltha.Argument") |
| proto.RegisterType((*InterContainerMessage)(nil), "voltha.InterContainerMessage") |
| proto.RegisterType((*InterContainerRequestBody)(nil), "voltha.InterContainerRequestBody") |
| proto.RegisterType((*InterContainerResponseBody)(nil), "voltha.InterContainerResponseBody") |
| proto.RegisterType((*SwitchCapability)(nil), "voltha.SwitchCapability") |
| proto.RegisterType((*PortCapability)(nil), "voltha.PortCapability") |
| proto.RegisterType((*DeviceDiscovered)(nil), "voltha.DeviceDiscovered") |
| proto.RegisterType((*InterAdapterMessageType)(nil), "voltha.InterAdapterMessageType") |
| proto.RegisterType((*InterAdapterHeader)(nil), "voltha.InterAdapterHeader") |
| proto.RegisterType((*InterAdapterOmciMessage)(nil), "voltha.InterAdapterOmciMessage") |
| proto.RegisterType((*InterAdapterResponseBody)(nil), "voltha.InterAdapterResponseBody") |
| proto.RegisterType((*InterAdapterMessage)(nil), "voltha.InterAdapterMessage") |
| proto.RegisterEnum("voltha.MessageType", MessageType_name, MessageType_value) |
| proto.RegisterEnum("voltha.ErrorCodeCodes", ErrorCodeCodes_name, ErrorCodeCodes_value) |
| proto.RegisterEnum("voltha.InterAdapterMessageType_Types", InterAdapterMessageType_Types_name, InterAdapterMessageType_Types_value) |
| } |
| |
| func init() { |
| proto.RegisterFile("voltha_protos/inter_container.proto", fileDescriptor_inter_container_80ce0119150605eb) |
| } |
| |
| var fileDescriptor_inter_container_80ce0119150605eb = []byte{ |
| // 1045 bytes of a gzipped FileDescriptorProto |
| 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x56, 0x5b, 0x6f, 0xe3, 0x44, |
| 0x18, 0xdd, 0xdc, 0x93, 0x2f, 0xdd, 0x6c, 0x3a, 0xdd, 0xed, 0xa6, 0x17, 0xd4, 0xca, 0xec, 0xa5, |
| 0x14, 0x48, 0x45, 0x0b, 0x88, 0x7d, 0x42, 0x69, 0xe2, 0xaa, 0x96, 0xda, 0x26, 0x38, 0x69, 0x91, |
| 0x78, 0xb1, 0x1c, 0x7b, 0x9a, 0x5a, 0x75, 0x3c, 0xde, 0x99, 0x71, 0x17, 0x4b, 0x08, 0x89, 0x37, |
| 0xfe, 0x01, 0xaf, 0x3c, 0xf1, 0x13, 0xf8, 0x7d, 0x68, 0x2e, 0x4e, 0x93, 0xd0, 0x82, 0x04, 0x4f, |
| 0xf6, 0x9c, 0x73, 0xe6, 0xf6, 0x5d, 0x8e, 0x0d, 0x1f, 0xdf, 0x91, 0x90, 0xdf, 0xb8, 0x4e, 0x4c, |
| 0x09, 0x27, 0xec, 0x20, 0x88, 0x38, 0xa6, 0x8e, 0x47, 0x22, 0xee, 0x06, 0x11, 0xa6, 0x6d, 0x09, |
| 0xa3, 0xb2, 0x12, 0x6d, 0x6e, 0x4c, 0x08, 0x99, 0x84, 0xf8, 0x40, 0xa2, 0xe3, 0xe4, 0xfa, 0xc0, |
| 0x8d, 0x52, 0x25, 0xd9, 0xdc, 0x59, 0x5c, 0x87, 0xc4, 0x38, 0xba, 0x0e, 0xc9, 0x07, 0xe7, 0x8b, |
| 0x23, 0x2d, 0x30, 0x16, 0x05, 0x21, 0x99, 0x04, 0x9e, 0x1b, 0x3a, 0x3e, 0xbe, 0x0b, 0x3c, 0xac, |
| 0x34, 0xc6, 0x16, 0x54, 0x86, 0x9c, 0x8e, 0xd2, 0x18, 0xa3, 0x26, 0x14, 0xee, 0xdc, 0xb0, 0x95, |
| 0xdb, 0xcd, 0xed, 0xd5, 0x6c, 0xf1, 0x2a, 0x48, 0x2b, 0xe2, 0xcb, 0x64, 0x41, 0x91, 0xdb, 0x50, |
| 0x3d, 0x26, 0x24, 0x5c, 0x66, 0xab, 0x8a, 0x35, 0xa0, 0x3c, 0x70, 0xbd, 0x5b, 0xcc, 0x51, 0x0b, |
| 0x2a, 0xb1, 0x9b, 0x86, 0xc4, 0xf5, 0x25, 0xbf, 0x62, 0x67, 0x43, 0xc3, 0x84, 0x9a, 0x49, 0x29, |
| 0xa1, 0x5d, 0xe2, 0x63, 0xe3, 0x1b, 0x28, 0x79, 0xc4, 0xc7, 0x0c, 0xbd, 0x84, 0xb5, 0xcb, 0x8b, |
| 0xe1, 0xe5, 0x60, 0xd0, 0xb7, 0x47, 0x66, 0xcf, 0xb1, 0xcd, 0xef, 0x2e, 0xcd, 0xe1, 0xa8, 0xf9, |
| 0x04, 0xad, 0x03, 0xb2, 0x2e, 0xae, 0x3a, 0x67, 0x56, 0xcf, 0x19, 0x74, 0xec, 0xce, 0xb9, 0x39, |
| 0x32, 0xed, 0x61, 0x33, 0x67, 0x9c, 0x40, 0x49, 0x2e, 0x83, 0x5e, 0x43, 0x51, 0x2c, 0x21, 0xb7, |
| 0xa9, 0x1f, 0xae, 0xb6, 0xd5, 0xf5, 0xdb, 0xb3, 0x3d, 0x6c, 0x49, 0xa3, 0x75, 0x28, 0x53, 0xec, |
| 0x32, 0x12, 0xb5, 0xf2, 0xf2, 0xaa, 0x7a, 0x64, 0xfc, 0x99, 0x83, 0xf2, 0x29, 0x76, 0x7d, 0x4c, |
| 0x51, 0x03, 0xf2, 0x81, 0xaf, 0x23, 0x91, 0x0f, 0x7c, 0xf4, 0x16, 0x8a, 0x3c, 0x8d, 0xb1, 0x9c, |
| 0xd0, 0x38, 0x5c, 0xcb, 0x56, 0x3e, 0xc7, 0x8c, 0xb9, 0x13, 0x2c, 0x42, 0x60, 0x4b, 0x01, 0xfa, |
| 0x08, 0xe0, 0x9a, 0x92, 0xa9, 0xc3, 0x49, 0x1c, 0x78, 0xad, 0x82, 0x5c, 0xa0, 0x26, 0x90, 0x91, |
| 0x00, 0xd0, 0x06, 0x54, 0x39, 0xd1, 0x64, 0x51, 0x92, 0x15, 0x4e, 0x14, 0xb5, 0x05, 0xb5, 0x5b, |
| 0x9c, 0x6a, 0xae, 0x24, 0xb9, 0xea, 0x2d, 0x4e, 0x15, 0xb9, 0x0d, 0x35, 0x1e, 0x4c, 0x31, 0xe3, |
| 0xee, 0x34, 0x6e, 0x95, 0x65, 0x0e, 0xee, 0x01, 0xe3, 0x14, 0xaa, 0x1d, 0x3a, 0x49, 0xa6, 0x38, |
| 0xe2, 0x22, 0x13, 0xb7, 0x38, 0xcd, 0x92, 0x78, 0x8b, 0x53, 0xb4, 0x0f, 0xa5, 0x3b, 0x37, 0x4c, |
| 0xd4, 0xe1, 0xeb, 0x87, 0xcf, 0xdb, 0xaa, 0xa2, 0xda, 0x59, 0x45, 0xb5, 0x3b, 0x51, 0x6a, 0x2b, |
| 0x89, 0x11, 0xc0, 0x0b, 0x4b, 0x94, 0x63, 0x37, 0xab, 0x46, 0x7d, 0x43, 0xf4, 0x06, 0xca, 0x37, |
| 0x32, 0x34, 0x3a, 0xb8, 0x8d, 0x2c, 0x04, 0x2a, 0x60, 0xb6, 0x66, 0xd1, 0x1e, 0x14, 0xc7, 0xc4, |
| 0x4f, 0xff, 0x71, 0x2f, 0xa9, 0x30, 0xfe, 0xc8, 0xc1, 0xc6, 0xe2, 0x5e, 0x36, 0x7e, 0x9f, 0x60, |
| 0xc6, 0x8f, 0x89, 0x9f, 0x8a, 0x6b, 0xd0, 0xd8, 0xd3, 0x09, 0x12, 0xaf, 0xe8, 0x15, 0x14, 0x5d, |
| 0x3a, 0x61, 0xad, 0xc2, 0x6e, 0x61, 0xaf, 0x7e, 0xd8, 0xcc, 0xf6, 0xcf, 0x2e, 0x6e, 0x4b, 0x16, |
| 0x7d, 0x0a, 0xab, 0x14, 0xb3, 0x98, 0x44, 0x0c, 0x3b, 0x14, 0xbf, 0x4f, 0x02, 0x8a, 0x7d, 0x19, |
| 0xe9, 0xaa, 0xdd, 0xcc, 0x08, 0x5b, 0xe3, 0xe8, 0x15, 0x34, 0x28, 0x8e, 0x43, 0x11, 0xf4, 0x85, |
| 0xb8, 0xaf, 0x48, 0x74, 0xa4, 0x12, 0x63, 0xf8, 0xb0, 0xb9, 0x7c, 0x4e, 0xb5, 0x8e, 0x3c, 0x68, |
| 0x0b, 0x2a, 0x2c, 0xf1, 0x3c, 0xcc, 0x98, 0xae, 0xfe, 0x6c, 0x88, 0x3e, 0x13, 0x65, 0xc6, 0x92, |
| 0x90, 0xcb, 0x32, 0x78, 0x2c, 0x18, 0x5a, 0x63, 0xfc, 0x9a, 0x83, 0xe6, 0xf0, 0x43, 0xc0, 0xbd, |
| 0x9b, 0xae, 0x1b, 0xbb, 0xe3, 0x20, 0x0c, 0x78, 0x8a, 0x3e, 0x81, 0xa2, 0x8f, 0x99, 0xa7, 0x63, |
| 0xfe, 0xa2, 0x3d, 0xdf, 0xe2, 0xe4, 0x3a, 0x76, 0x04, 0x69, 0x4b, 0x09, 0xb2, 0xe0, 0x19, 0x93, |
| 0xd3, 0x9d, 0x6b, 0xec, 0xf2, 0x84, 0x62, 0xa6, 0x73, 0xb0, 0xfb, 0xb7, 0x59, 0x4b, 0x3a, 0xbb, |
| 0xa1, 0x80, 0x13, 0x3d, 0x36, 0xde, 0x41, 0x63, 0x40, 0x28, 0x9f, 0x3b, 0xc7, 0x5b, 0x28, 0xc6, |
| 0x84, 0x72, 0x7d, 0x8e, 0x59, 0xf9, 0x9f, 0x29, 0x43, 0x11, 0x62, 0x5b, 0x0a, 0x8c, 0x9f, 0xa1, |
| 0xd9, 0x93, 0xee, 0xd2, 0x0b, 0x98, 0x47, 0xee, 0xb0, 0x88, 0xf2, 0x72, 0x2f, 0x6d, 0x41, 0x2d, |
| 0x76, 0x29, 0x8e, 0xb8, 0x13, 0xf8, 0x3a, 0xc1, 0x55, 0x05, 0x58, 0x3e, 0xda, 0x81, 0xba, 0xb2, |
| 0x27, 0x47, 0xf6, 0x9b, 0x6a, 0x20, 0x50, 0x90, 0x74, 0x9a, 0x6d, 0xa8, 0xc5, 0xc9, 0x38, 0x0c, |
| 0xd8, 0x0d, 0xa6, 0xba, 0x85, 0xee, 0x01, 0xe3, 0xb7, 0x1c, 0xbc, 0x94, 0xc9, 0xea, 0xf8, 0x6e, |
| 0xcc, 0x67, 0xe5, 0x2b, 0x66, 0x1a, 0x3f, 0x41, 0x49, 0x3c, 0x19, 0x6a, 0xc2, 0xca, 0xc9, 0x59, |
| 0xff, 0xfb, 0x39, 0x67, 0x59, 0x85, 0xa7, 0x1a, 0x19, 0x0e, 0xfa, 0x17, 0x43, 0xb3, 0x99, 0x13, |
| 0xa2, 0xfe, 0x79, 0xd7, 0x9a, 0x89, 0xf2, 0x42, 0xa4, 0x11, 0x2d, 0x2a, 0xa0, 0x35, 0x78, 0x76, |
| 0x6e, 0x8e, 0x6c, 0xab, 0x3b, 0x9c, 0xe9, 0x8a, 0xe8, 0x39, 0x34, 0xef, 0x41, 0x2d, 0x2d, 0x19, |
| 0xbf, 0xe4, 0x01, 0xcd, 0x9f, 0xec, 0x11, 0xa3, 0x79, 0xb7, 0x60, 0x34, 0xaf, 0xb3, 0x48, 0x3f, |
| 0x72, 0xa7, 0xb6, 0xbc, 0xd0, 0xff, 0xb6, 0x9e, 0x5d, 0x58, 0xe1, 0x44, 0x7f, 0x16, 0x44, 0x52, |
| 0x54, 0x17, 0x00, 0x27, 0x2a, 0x97, 0x96, 0x8f, 0xde, 0xc0, 0xb3, 0x98, 0x92, 0x1f, 0xd3, 0x39, |
| 0x51, 0x59, 0x8a, 0x9e, 0x4a, 0x78, 0xa6, 0x5b, 0xf0, 0xa9, 0xca, 0xb2, 0x4f, 0x1d, 0x2d, 0x26, |
| 0xa7, 0x3f, 0xf5, 0x82, 0xcc, 0x5f, 0x5a, 0x50, 0x99, 0xaa, 0xd7, 0xec, 0x23, 0xa1, 0x87, 0xc6, |
| 0xef, 0x39, 0x68, 0xcd, 0xcf, 0x5a, 0xe8, 0xbe, 0x75, 0x28, 0x33, 0xee, 0xf2, 0x24, 0x6b, 0x3e, |
| 0x3d, 0x42, 0xfb, 0xff, 0x6e, 0x43, 0xa7, 0x4f, 0x94, 0x11, 0xa1, 0xaf, 0xa0, 0x48, 0xa6, 0x5e, |
| 0xa0, 0xbb, 0x74, 0xe7, 0xa1, 0x90, 0xcf, 0x9d, 0x54, 0x4c, 0x13, 0xf2, 0xe3, 0xda, 0xec, 0xb3, |
| 0x66, 0x30, 0x58, 0x7b, 0x20, 0x41, 0xe8, 0x70, 0xc9, 0x33, 0x37, 0x1f, 0x5a, 0xfa, 0xbf, 0xfa, |
| 0xe7, 0xfe, 0xb7, 0x50, 0x9f, 0xab, 0x04, 0x54, 0x87, 0xca, 0x7d, 0x3d, 0xaf, 0x40, 0x75, 0xae, |
| 0x94, 0x5f, 0xc0, 0x6a, 0xcf, 0xbc, 0xb2, 0xba, 0xa6, 0xd3, 0xb3, 0x86, 0xdd, 0xfe, 0x95, 0x69, |
| 0x9b, 0xbd, 0x66, 0xfe, 0xf8, 0xeb, 0x1f, 0xbe, 0x9c, 0x04, 0xfc, 0x26, 0x19, 0xb7, 0x3d, 0x32, |
| 0x95, 0x7f, 0x0f, 0x1e, 0xa1, 0xfe, 0x81, 0x3a, 0xe3, 0xe7, 0xfa, 0x9f, 0x61, 0x42, 0x96, 0xff, |
| 0x4f, 0x06, 0xf9, 0x71, 0x59, 0x92, 0x47, 0x7f, 0x05, 0x00, 0x00, 0xff, 0xff, 0x41, 0xcf, 0x9b, |
| 0x5d, 0xc9, 0x08, 0x00, 0x00, |
| } |