Documentation ¶
Index ¶
- type ContextDependentVersion
- func (*ContextDependentVersion) Descriptor() ([]byte, []int)
- func (m *ContextDependentVersion) GetRow() []*ContextDependentVersion_Row
- func (*ContextDependentVersion) ProtoMessage()
- func (m *ContextDependentVersion) Reset()
- func (m *ContextDependentVersion) String() string
- func (m *ContextDependentVersion) XXX_DiscardUnknown()
- func (m *ContextDependentVersion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContextDependentVersion) XXX_Merge(src proto.Message)
- func (m *ContextDependentVersion) XXX_Size() int
- func (m *ContextDependentVersion) XXX_Unmarshal(b []byte) error
- type ContextDependentVersion_Column
- func (*ContextDependentVersion_Column) Descriptor() ([]byte, []int)
- func (m *ContextDependentVersion_Column) GetLinkedContext() string
- func (m *ContextDependentVersion_Column) GetOffset() int32
- func (*ContextDependentVersion_Column) ProtoMessage()
- func (m *ContextDependentVersion_Column) Reset()
- func (m *ContextDependentVersion_Column) String() string
- func (m *ContextDependentVersion_Column) XXX_DiscardUnknown()
- func (m *ContextDependentVersion_Column) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContextDependentVersion_Column) XXX_Merge(src proto.Message)
- func (m *ContextDependentVersion_Column) XXX_Size() int
- func (m *ContextDependentVersion_Column) XXX_Unmarshal(b []byte) error
- type ContextDependentVersion_Row
- func (*ContextDependentVersion_Row) Descriptor() ([]byte, []int)
- func (m *ContextDependentVersion_Row) GetAlwaysProcess() bool
- func (m *ContextDependentVersion_Row) GetColumn() []*ContextDependentVersion_Column
- func (m *ContextDependentVersion_Row) GetSourceContext() string
- func (*ContextDependentVersion_Row) ProtoMessage()
- func (m *ContextDependentVersion_Row) Reset()
- func (m *ContextDependentVersion_Row) String() string
- func (m *ContextDependentVersion_Row) XXX_DiscardUnknown()
- func (m *ContextDependentVersion_Row) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContextDependentVersion_Row) XXX_Merge(src proto.Message)
- func (m *ContextDependentVersion_Row) XXX_Size() int
- func (m *ContextDependentVersion_Row) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContextDependentVersion ¶
type ContextDependentVersion struct { Row []*ContextDependentVersion_Row `protobuf:"bytes,1,rep,name=row,proto3" json:"row,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ContextDependentVersion) Descriptor ¶
func (*ContextDependentVersion) Descriptor() ([]byte, []int)
func (*ContextDependentVersion) GetRow ¶
func (m *ContextDependentVersion) GetRow() []*ContextDependentVersion_Row
func (*ContextDependentVersion) ProtoMessage ¶
func (*ContextDependentVersion) ProtoMessage()
func (*ContextDependentVersion) Reset ¶
func (m *ContextDependentVersion) Reset()
func (*ContextDependentVersion) String ¶
func (m *ContextDependentVersion) String() string
func (*ContextDependentVersion) XXX_DiscardUnknown ¶
func (m *ContextDependentVersion) XXX_DiscardUnknown()
func (*ContextDependentVersion) XXX_Marshal ¶
func (m *ContextDependentVersion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ContextDependentVersion) XXX_Merge ¶
func (m *ContextDependentVersion) XXX_Merge(src proto.Message)
func (*ContextDependentVersion) XXX_Size ¶
func (m *ContextDependentVersion) XXX_Size() int
func (*ContextDependentVersion) XXX_Unmarshal ¶
func (m *ContextDependentVersion) XXX_Unmarshal(b []byte) error
type ContextDependentVersion_Column ¶
type ContextDependentVersion_Column struct { Offset int32 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"` LinkedContext string `protobuf:"bytes,2,opt,name=linked_context,json=linkedContext,proto3" json:"linked_context,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ContextDependentVersion_Column) Descriptor ¶
func (*ContextDependentVersion_Column) Descriptor() ([]byte, []int)
func (*ContextDependentVersion_Column) GetLinkedContext ¶
func (m *ContextDependentVersion_Column) GetLinkedContext() string
func (*ContextDependentVersion_Column) GetOffset ¶
func (m *ContextDependentVersion_Column) GetOffset() int32
func (*ContextDependentVersion_Column) ProtoMessage ¶
func (*ContextDependentVersion_Column) ProtoMessage()
func (*ContextDependentVersion_Column) Reset ¶
func (m *ContextDependentVersion_Column) Reset()
func (*ContextDependentVersion_Column) String ¶
func (m *ContextDependentVersion_Column) String() string
func (*ContextDependentVersion_Column) XXX_DiscardUnknown ¶
func (m *ContextDependentVersion_Column) XXX_DiscardUnknown()
func (*ContextDependentVersion_Column) XXX_Marshal ¶
func (m *ContextDependentVersion_Column) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ContextDependentVersion_Column) XXX_Merge ¶
func (m *ContextDependentVersion_Column) XXX_Merge(src proto.Message)
func (*ContextDependentVersion_Column) XXX_Size ¶
func (m *ContextDependentVersion_Column) XXX_Size() int
func (*ContextDependentVersion_Column) XXX_Unmarshal ¶
func (m *ContextDependentVersion_Column) XXX_Unmarshal(b []byte) error
type ContextDependentVersion_Row ¶
type ContextDependentVersion_Row struct { SourceContext string `protobuf:"bytes,1,opt,name=source_context,json=sourceContext,proto3" json:"source_context,omitempty"` Column []*ContextDependentVersion_Column `protobuf:"bytes,2,rep,name=column,proto3" json:"column,omitempty"` AlwaysProcess bool `protobuf:"varint,3,opt,name=always_process,json=alwaysProcess,proto3" json:"always_process,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ContextDependentVersion_Row) Descriptor ¶
func (*ContextDependentVersion_Row) Descriptor() ([]byte, []int)
func (*ContextDependentVersion_Row) GetAlwaysProcess ¶
func (m *ContextDependentVersion_Row) GetAlwaysProcess() bool
func (*ContextDependentVersion_Row) GetColumn ¶
func (m *ContextDependentVersion_Row) GetColumn() []*ContextDependentVersion_Column
func (*ContextDependentVersion_Row) GetSourceContext ¶
func (m *ContextDependentVersion_Row) GetSourceContext() string
func (*ContextDependentVersion_Row) ProtoMessage ¶
func (*ContextDependentVersion_Row) ProtoMessage()
func (*ContextDependentVersion_Row) Reset ¶
func (m *ContextDependentVersion_Row) Reset()
func (*ContextDependentVersion_Row) String ¶
func (m *ContextDependentVersion_Row) String() string
func (*ContextDependentVersion_Row) XXX_DiscardUnknown ¶
func (m *ContextDependentVersion_Row) XXX_DiscardUnknown()
func (*ContextDependentVersion_Row) XXX_Marshal ¶
func (m *ContextDependentVersion_Row) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ContextDependentVersion_Row) XXX_Merge ¶
func (m *ContextDependentVersion_Row) XXX_Merge(src proto.Message)
func (*ContextDependentVersion_Row) XXX_Size ¶
func (m *ContextDependentVersion_Row) XXX_Size() int
func (*ContextDependentVersion_Row) XXX_Unmarshal ¶
func (m *ContextDependentVersion_Row) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.