Versions in this module Expand all Collapse all v0 v0.1.0 Nov 15, 2023 Changes in this version + var File_ursa_block_v1_proto protoreflect.FileDescriptor + type Block struct + Message isBlock_Message + func (*Block) Descriptor() ([]byte, []int) + func (*Block) ProtoMessage() + func (m *Block) GetMessage() isBlock_Message + func (x *Block) GetData() *BlockData + func (x *Block) GetUndo() *UndoSignal + func (x *Block) ProtoReflect() protoreflect.Message + func (x *Block) Reset() + func (x *Block) String() string + type BlockData struct + Clock *Clock + Cursor string + Payload *anypb.Any + func (*BlockData) Descriptor() ([]byte, []int) + func (*BlockData) ProtoMessage() + func (x *BlockData) GetClock() *Clock + func (x *BlockData) GetCursor() string + func (x *BlockData) GetPayload() *anypb.Any + func (x *BlockData) ProtoReflect() protoreflect.Message + func (x *BlockData) Reset() + func (x *BlockData) String() string + type BlockRef struct + Id string + Number uint64 + func (*BlockRef) Descriptor() ([]byte, []int) + func (*BlockRef) ProtoMessage() + func (x *BlockRef) GetId() string + func (x *BlockRef) GetNumber() uint64 + func (x *BlockRef) ProtoReflect() protoreflect.Message + func (x *BlockRef) Reset() + func (x *BlockRef) String() string + type Block_Data struct + Data *BlockData + type Block_Undo struct + Undo *UndoSignal + type Clock struct + Id string + Number uint64 + Timestamp *timestamppb.Timestamp + func (*Clock) Descriptor() ([]byte, []int) + func (*Clock) ProtoMessage() + func (x *Clock) GetId() string + func (x *Clock) GetNumber() uint64 + func (x *Clock) GetTimestamp() *timestamppb.Timestamp + func (x *Clock) ProtoReflect() protoreflect.Message + func (x *Clock) Reset() + func (x *Clock) String() string + type UndoSignal struct + LastValidBlock *BlockRef + LastValidCursor string + func (*UndoSignal) Descriptor() ([]byte, []int) + func (*UndoSignal) ProtoMessage() + func (x *UndoSignal) GetLastValidBlock() *BlockRef + func (x *UndoSignal) GetLastValidCursor() string + func (x *UndoSignal) ProtoReflect() protoreflect.Message + func (x *UndoSignal) Reset() + func (x *UndoSignal) String() string