Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_generic_generic_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type GenericData ¶
type GenericData struct { Scheme []byte `protobuf:"bytes,1,opt,name=scheme,proto3" json:"scheme,omitempty"` // contains filtered or unexported fields }
GenericData for generic documents. Note: for now, it just contains a single field with default value always and not publicly exposed
func (*GenericData) Descriptor
deprecated
func (*GenericData) Descriptor() ([]byte, []int)
Deprecated: Use GenericData.ProtoReflect.Descriptor instead.
func (*GenericData) GetScheme ¶
func (x *GenericData) GetScheme() []byte
func (*GenericData) ProtoMessage ¶
func (*GenericData) ProtoMessage()
func (*GenericData) ProtoReflect ¶ added in v1.0.0
func (x *GenericData) ProtoReflect() protoreflect.Message
func (*GenericData) Reset ¶
func (x *GenericData) Reset()
func (*GenericData) String ¶
func (x *GenericData) String() string
Click to show internal directories.
Click to hide internal directories.