Documentation ¶
Index ¶
- Variables
- func MarshalQuery(rows []*SnapshotRow) ([]byte, error)
- func MarshalRows(rows []*Row) ([]byte, error)
- func NewReportingPlugin(logger logger.Logger, config *PluginConfig, orm s4.ORM) (types.ReportingPlugin, error)
- func UnmarshalAddress(address []byte) *utils.Big
- type PluginConfig
- type Query
- type Row
- func (*Row) Descriptor() ([]byte, []int)deprecated
- func (x *Row) GetAddress() []byte
- func (x *Row) GetExpiration() int64
- func (x *Row) GetPayload() []byte
- func (x *Row) GetSignature() []byte
- func (x *Row) GetSlotid() uint32
- func (x *Row) GetVersion() uint64
- func (*Row) ProtoMessage()
- func (x *Row) ProtoReflect() protoreflect.Message
- func (x *Row) Reset()
- func (x *Row) String() string
- func (row *Row) VerifySignature() error
- type Rows
- type SnapshotRow
- func (*SnapshotRow) Descriptor() ([]byte, []int)deprecated
- func (x *SnapshotRow) GetAddress() []byte
- func (x *SnapshotRow) GetSlotid() uint32
- func (x *SnapshotRow) GetVersion() uint64
- func (*SnapshotRow) ProtoMessage()
- func (x *SnapshotRow) ProtoReflect() protoreflect.Message
- func (x *SnapshotRow) Reset()
- func (x *SnapshotRow) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_messages_proto protoreflect.FileDescriptor
Functions ¶
func MarshalQuery ¶
func MarshalQuery(rows []*SnapshotRow) ([]byte, error)
func MarshalRows ¶
func NewReportingPlugin ¶
func NewReportingPlugin(logger logger.Logger, config *PluginConfig, orm s4.ORM) (types.ReportingPlugin, error)
func UnmarshalAddress ¶
Types ¶
type PluginConfig ¶
type Query ¶
type Query struct { Rows []*SnapshotRow `protobuf:"bytes,1,rep,name=rows,proto3" json:"rows,omitempty"` // contains filtered or unexported fields }
func (*Query) Descriptor
deprecated
func (*Query) GetRows ¶
func (x *Query) GetRows() []*SnapshotRow
func (*Query) ProtoMessage ¶
func (*Query) ProtoMessage()
func (*Query) ProtoReflect ¶
func (x *Query) ProtoReflect() protoreflect.Message
type Row ¶
type Row struct { Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` Slotid uint32 `protobuf:"varint,2,opt,name=slotid,proto3" json:"slotid,omitempty"` Payload []byte `protobuf:"bytes,3,opt,name=payload,proto3" json:"payload,omitempty"` Version uint64 `protobuf:"varint,4,opt,name=version,proto3" json:"version,omitempty"` Expiration int64 `protobuf:"varint,5,opt,name=expiration,proto3" json:"expiration,omitempty"` Signature []byte `protobuf:"bytes,6,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func UnmarshalRows ¶
func (*Row) Descriptor
deprecated
func (*Row) GetAddress ¶
func (*Row) GetExpiration ¶
func (*Row) GetPayload ¶
func (*Row) GetSignature ¶
func (*Row) GetVersion ¶
func (*Row) ProtoMessage ¶
func (*Row) ProtoMessage()
func (*Row) ProtoReflect ¶
func (x *Row) ProtoReflect() protoreflect.Message
func (*Row) VerifySignature ¶
type Rows ¶
type Rows struct { Rows []*Row `protobuf:"bytes,1,rep,name=rows,proto3" json:"rows,omitempty"` // contains filtered or unexported fields }
func (*Rows) Descriptor
deprecated
func (*Rows) ProtoMessage ¶
func (*Rows) ProtoMessage()
func (*Rows) ProtoReflect ¶
func (x *Rows) ProtoReflect() protoreflect.Message
type SnapshotRow ¶
type SnapshotRow struct { Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` Slotid uint32 `protobuf:"varint,2,opt,name=slotid,proto3" json:"slotid,omitempty"` Version uint64 `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func UnmarshalQuery ¶
func UnmarshalQuery(data []byte) ([]*SnapshotRow, error)
func (*SnapshotRow) Descriptor
deprecated
func (*SnapshotRow) Descriptor() ([]byte, []int)
Deprecated: Use SnapshotRow.ProtoReflect.Descriptor instead.
func (*SnapshotRow) GetAddress ¶
func (x *SnapshotRow) GetAddress() []byte
func (*SnapshotRow) GetSlotid ¶
func (x *SnapshotRow) GetSlotid() uint32
func (*SnapshotRow) GetVersion ¶
func (x *SnapshotRow) GetVersion() uint64
func (*SnapshotRow) ProtoMessage ¶
func (*SnapshotRow) ProtoMessage()
func (*SnapshotRow) ProtoReflect ¶
func (x *SnapshotRow) ProtoReflect() protoreflect.Message
func (*SnapshotRow) Reset ¶
func (x *SnapshotRow) Reset()
func (*SnapshotRow) String ¶
func (x *SnapshotRow) String() string
Click to show internal directories.
Click to hide internal directories.