Documentation ¶
Index ¶
- Variables
- type MesaProperty
- func (*MesaProperty) Descriptor() ([]byte, []int)deprecated
- func (x *MesaProperty) GetData() *base1.DataI
- func (x *MesaProperty) GetPropertyId() *base.PropertyID
- func (*MesaProperty) ProtoMessage()
- func (x *MesaProperty) ProtoReflect() protoreflect.Message
- func (x *MesaProperty) Reset()
- func (x *MesaProperty) String() string
- type MetaProperty
- func (*MetaProperty) Descriptor() ([]byte, []int)deprecated
- func (x *MetaProperty) GetData() *base1.DataI
- func (x *MetaProperty) GetPropertyId() *base.PropertyID
- func (*MetaProperty) ProtoMessage()
- func (x *MetaProperty) ProtoReflect() protoreflect.Message
- func (x *MetaProperty) Reset()
- func (x *MetaProperty) String() string
- type Property
- func (*Property) Descriptor() ([]byte, []int)deprecated
- func (m *Property) GetImpl() isProperty_Impl
- func (x *Property) GetMesaProperty() *MesaProperty
- func (x *Property) GetMetaProperty() *MetaProperty
- func (*Property) ProtoMessage()
- func (x *Property) ProtoReflect() protoreflect.Message
- func (x *Property) Reset()
- func (x *Property) String() string
- type PropertyI
- func (*PropertyI) Descriptor() ([]byte, []int)deprecated
- func (m *PropertyI) GetImpl() isPropertyI_Impl
- func (x *PropertyI) GetProperty() *Property
- func (*PropertyI) ProtoMessage()
- func (x *PropertyI) ProtoReflect() protoreflect.Message
- func (x *PropertyI) Reset()
- func (x *PropertyI) String() string
- type PropertyI_Property
- type Property_MesaProperty
- type Property_MetaProperty
Constants ¶
This section is empty.
Variables ¶
View Source
var File_schema_properties_base_mesaProperty_proto protoreflect.FileDescriptor
View Source
var File_schema_properties_base_metaProperty_proto protoreflect.FileDescriptor
View Source
var File_schema_properties_base_propertyI_proto protoreflect.FileDescriptor
View Source
var File_schema_properties_base_property_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type MesaProperty ¶
type MesaProperty struct { PropertyId *base.PropertyID `protobuf:"bytes,1,opt,name=property_id,json=propertyId,proto3" json:"property_id,omitempty"` Data *base1.DataI `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*MesaProperty) Descriptor
deprecated
func (*MesaProperty) Descriptor() ([]byte, []int)
Deprecated: Use MesaProperty.ProtoReflect.Descriptor instead.
func (*MesaProperty) GetData ¶
func (x *MesaProperty) GetData() *base1.DataI
func (*MesaProperty) GetPropertyId ¶
func (x *MesaProperty) GetPropertyId() *base.PropertyID
func (*MesaProperty) ProtoMessage ¶
func (*MesaProperty) ProtoMessage()
func (*MesaProperty) ProtoReflect ¶
func (x *MesaProperty) ProtoReflect() protoreflect.Message
func (*MesaProperty) Reset ¶
func (x *MesaProperty) Reset()
func (*MesaProperty) String ¶
func (x *MesaProperty) String() string
type MetaProperty ¶
type MetaProperty struct { PropertyId *base.PropertyID `protobuf:"bytes,1,opt,name=property_id,json=propertyId,proto3" json:"property_id,omitempty"` Data *base1.DataI `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*MetaProperty) Descriptor
deprecated
func (*MetaProperty) Descriptor() ([]byte, []int)
Deprecated: Use MetaProperty.ProtoReflect.Descriptor instead.
func (*MetaProperty) GetData ¶
func (x *MetaProperty) GetData() *base1.DataI
func (*MetaProperty) GetPropertyId ¶
func (x *MetaProperty) GetPropertyId() *base.PropertyID
func (*MetaProperty) ProtoMessage ¶
func (*MetaProperty) ProtoMessage()
func (*MetaProperty) ProtoReflect ¶
func (x *MetaProperty) ProtoReflect() protoreflect.Message
func (*MetaProperty) Reset ¶
func (x *MetaProperty) Reset()
func (*MetaProperty) String ¶
func (x *MetaProperty) String() string
type Property ¶
type Property struct { // Types that are assignable to Impl: // // *Property_MesaProperty // *Property_MetaProperty Impl isProperty_Impl `protobuf_oneof:"impl"` // contains filtered or unexported fields }
func (*Property) GetMesaProperty ¶
func (x *Property) GetMesaProperty() *MesaProperty
func (*Property) GetMetaProperty ¶
func (x *Property) GetMetaProperty() *MetaProperty
func (*Property) ProtoReflect ¶
func (x *Property) ProtoReflect() protoreflect.Message
type PropertyI ¶
type PropertyI struct { // Types that are assignable to Impl: // // *PropertyI_Property Impl isPropertyI_Impl `protobuf_oneof:"impl"` // contains filtered or unexported fields }
func (*PropertyI) ProtoReflect ¶
func (x *PropertyI) ProtoReflect() protoreflect.Message
type PropertyI_Property ¶
type PropertyI_Property struct {
Property *Property `protobuf:"bytes,1,opt,name=property,proto3,oneof"`
}
type Property_MesaProperty ¶
type Property_MesaProperty struct {
MesaProperty *MesaProperty `protobuf:"bytes,1,opt,name=mesaProperty,proto3,oneof"`
}
type Property_MetaProperty ¶
type Property_MetaProperty struct {
MetaProperty *MetaProperty `protobuf:"bytes,2,opt,name=metaProperty,proto3,oneof"`
}
Click to show internal directories.
Click to hide internal directories.