Documentation ¶
Index ¶
- Variables
- type Block
- func (*Block) Descriptor() ([]byte, []int)
- func (m *Block) Marshal() (dAtA []byte, err error)
- func (m *Block) MarshalTo(dAtA []byte) (int, error)
- func (m *Block) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Block) ProtoMessage()
- func (m *Block) Reset()
- func (m *Block) Size() (n int)
- func (m *Block) String() string
- func (m *Block) Unmarshal(dAtA []byte) error
- func (m *Block) XXX_DiscardUnknown()
- func (m *Block) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Block) XXX_Merge(src proto.Message)
- func (m *Block) XXX_Size() int
- func (m *Block) XXX_Unmarshal(b []byte) error
- type SeriesResponseHints
- func (m *SeriesResponseHints) AddQueriedBlock(id ulid.ULID)
- func (*SeriesResponseHints) Descriptor() ([]byte, []int)
- func (m *SeriesResponseHints) Marshal() (dAtA []byte, err error)
- func (m *SeriesResponseHints) MarshalTo(dAtA []byte) (int, error)
- func (m *SeriesResponseHints) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SeriesResponseHints) ProtoMessage()
- func (m *SeriesResponseHints) Reset()
- func (m *SeriesResponseHints) Size() (n int)
- func (m *SeriesResponseHints) String() string
- func (m *SeriesResponseHints) Unmarshal(dAtA []byte) error
- func (m *SeriesResponseHints) XXX_DiscardUnknown()
- func (m *SeriesResponseHints) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SeriesResponseHints) XXX_Merge(src proto.Message)
- func (m *SeriesResponseHints) XXX_Size() int
- func (m *SeriesResponseHints) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Block ¶
type Block struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
}
func (*Block) Descriptor ¶
func (*Block) ProtoMessage ¶
func (*Block) ProtoMessage()
func (*Block) XXX_DiscardUnknown ¶
func (m *Block) XXX_DiscardUnknown()
func (*Block) XXX_Marshal ¶
func (*Block) XXX_Unmarshal ¶
type SeriesResponseHints ¶
type SeriesResponseHints struct { /// queried_blocks is the list of blocks that have been queried. QueriedBlocks []Block `protobuf:"bytes,1,rep,name=queried_blocks,json=queriedBlocks,proto3" json:"queried_blocks"` }
func (*SeriesResponseHints) AddQueriedBlock ¶
func (m *SeriesResponseHints) AddQueriedBlock(id ulid.ULID)
func (*SeriesResponseHints) Descriptor ¶
func (*SeriesResponseHints) Descriptor() ([]byte, []int)
func (*SeriesResponseHints) Marshal ¶
func (m *SeriesResponseHints) Marshal() (dAtA []byte, err error)
func (*SeriesResponseHints) MarshalTo ¶
func (m *SeriesResponseHints) MarshalTo(dAtA []byte) (int, error)
func (*SeriesResponseHints) MarshalToSizedBuffer ¶
func (m *SeriesResponseHints) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SeriesResponseHints) ProtoMessage ¶
func (*SeriesResponseHints) ProtoMessage()
func (*SeriesResponseHints) Reset ¶
func (m *SeriesResponseHints) Reset()
func (*SeriesResponseHints) Size ¶
func (m *SeriesResponseHints) Size() (n int)
func (*SeriesResponseHints) String ¶
func (m *SeriesResponseHints) String() string
func (*SeriesResponseHints) Unmarshal ¶
func (m *SeriesResponseHints) Unmarshal(dAtA []byte) error
func (*SeriesResponseHints) XXX_DiscardUnknown ¶
func (m *SeriesResponseHints) XXX_DiscardUnknown()
func (*SeriesResponseHints) XXX_Marshal ¶
func (m *SeriesResponseHints) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SeriesResponseHints) XXX_Merge ¶
func (m *SeriesResponseHints) XXX_Merge(src proto.Message)
func (*SeriesResponseHints) XXX_Size ¶
func (m *SeriesResponseHints) XXX_Size() int
func (*SeriesResponseHints) XXX_Unmarshal ¶
func (m *SeriesResponseHints) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.