Documentation
¶
Index ¶
- type GenericData
- func (*GenericData) Descriptor() ([]byte, []int)
- func (m *GenericData) GetScheme() []byte
- func (*GenericData) ProtoMessage()
- func (m *GenericData) Reset()
- func (m *GenericData) String() string
- func (m *GenericData) XXX_DiscardUnknown()
- func (m *GenericData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GenericData) XXX_Merge(src proto.Message)
- func (m *GenericData) XXX_Size() int
- func (m *GenericData) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericData ¶
type GenericData struct { Scheme []byte `protobuf:"bytes,1,opt,name=scheme,proto3" json:"scheme,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
GenericData for generic documents. Note: for now, it just contains a single field with default value always and not publicly exposed
func (*GenericData) Descriptor ¶
func (*GenericData) Descriptor() ([]byte, []int)
func (*GenericData) GetScheme ¶
func (m *GenericData) GetScheme() []byte
func (*GenericData) ProtoMessage ¶
func (*GenericData) ProtoMessage()
func (*GenericData) Reset ¶
func (m *GenericData) Reset()
func (*GenericData) String ¶
func (m *GenericData) String() string
func (*GenericData) XXX_DiscardUnknown ¶
func (m *GenericData) XXX_DiscardUnknown()
func (*GenericData) XXX_Marshal ¶
func (m *GenericData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GenericData) XXX_Merge ¶
func (m *GenericData) XXX_Merge(src proto.Message)
func (*GenericData) XXX_Size ¶
func (m *GenericData) XXX_Size() int
func (*GenericData) XXX_Unmarshal ¶
func (m *GenericData) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.