fabriqpb

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 16, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_fabriq_v1_fabriq_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Ack

type Ack struct {
	Error *Error `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

--- knowledge retrieval (vector / search / graph projection reads) ---

func (*Ack) Descriptor deprecated

func (*Ack) Descriptor() ([]byte, []int)

Deprecated: Use Ack.ProtoReflect.Descriptor instead.

func (*Ack) GetError

func (x *Ack) GetError() *Error

func (*Ack) ProtoMessage

func (*Ack) ProtoMessage()

func (*Ack) ProtoReflect

func (x *Ack) ProtoReflect() protoreflect.Message

func (*Ack) Reset

func (x *Ack) Reset()

func (*Ack) String

func (x *Ack) String() string

type BlobAck

type BlobAck struct {
	Error *Error `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*BlobAck) Descriptor deprecated

func (*BlobAck) Descriptor() ([]byte, []int)

Deprecated: Use BlobAck.ProtoReflect.Descriptor instead.

func (*BlobAck) GetError

func (x *BlobAck) GetError() *Error

func (*BlobAck) ProtoMessage

func (*BlobAck) ProtoMessage()

func (*BlobAck) ProtoReflect

func (x *BlobAck) ProtoReflect() protoreflect.Message

func (*BlobAck) Reset

func (x *BlobAck) Reset()

func (*BlobAck) String

func (x *BlobAck) String() string

type BlobChunk

type BlobChunk struct {
	Key         string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	ContentType string `protobuf:"bytes,2,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
	Size        int64  `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"` // declared size on the metadata frame, -1 if unknown
	Data        []byte `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"`  // data frames
	// contains filtered or unexported fields
}

--- blobs (core/blob.Store) --- PutBlob upload stream: the first frame carries metadata (key, content_type, size), each subsequent frame carries data bytes.

func (*BlobChunk) Descriptor deprecated

func (*BlobChunk) Descriptor() ([]byte, []int)

Deprecated: Use BlobChunk.ProtoReflect.Descriptor instead.

func (*BlobChunk) GetContentType

func (x *BlobChunk) GetContentType() string

func (*BlobChunk) GetData

func (x *BlobChunk) GetData() []byte

func (*BlobChunk) GetKey

func (x *BlobChunk) GetKey() string

func (*BlobChunk) GetSize

func (x *BlobChunk) GetSize() int64

func (*BlobChunk) ProtoMessage

func (*BlobChunk) ProtoMessage()

func (*BlobChunk) ProtoReflect

func (x *BlobChunk) ProtoReflect() protoreflect.Message

func (*BlobChunk) Reset

func (x *BlobChunk) Reset()

func (*BlobChunk) String

func (x *BlobChunk) String() string

type BlobInfoReply

type BlobInfoReply struct {
	Info  *BlobObjectInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
	Error *Error          `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*BlobInfoReply) Descriptor deprecated

func (*BlobInfoReply) Descriptor() ([]byte, []int)

Deprecated: Use BlobInfoReply.ProtoReflect.Descriptor instead.

func (*BlobInfoReply) GetError

func (x *BlobInfoReply) GetError() *Error

func (*BlobInfoReply) GetInfo

func (x *BlobInfoReply) GetInfo() *BlobObjectInfo

func (*BlobInfoReply) ProtoMessage

func (*BlobInfoReply) ProtoMessage()

func (*BlobInfoReply) ProtoReflect

func (x *BlobInfoReply) ProtoReflect() protoreflect.Message

func (*BlobInfoReply) Reset

func (x *BlobInfoReply) Reset()

func (*BlobInfoReply) String

func (x *BlobInfoReply) String() string

type BlobKey

type BlobKey struct {
	Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*BlobKey) Descriptor deprecated

func (*BlobKey) Descriptor() ([]byte, []int)

Deprecated: Use BlobKey.ProtoReflect.Descriptor instead.

func (*BlobKey) GetKey

func (x *BlobKey) GetKey() string

func (*BlobKey) ProtoMessage

func (*BlobKey) ProtoMessage()

func (*BlobKey) ProtoReflect

func (x *BlobKey) ProtoReflect() protoreflect.Message

func (*BlobKey) Reset

func (x *BlobKey) Reset()

func (*BlobKey) String

func (x *BlobKey) String() string

type BlobObjectInfo

type BlobObjectInfo struct {
	Key                string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Size               int64  `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
	Checksum           string `protobuf:"bytes,3,opt,name=checksum,proto3" json:"checksum,omitempty"`
	ContentType        string `protobuf:"bytes,4,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
	ModifiedAtUnixNano int64  `protobuf:"varint,5,opt,name=modified_at_unix_nano,json=modifiedAtUnixNano,proto3" json:"modified_at_unix_nano,omitempty"`
	// contains filtered or unexported fields
}

func (*BlobObjectInfo) Descriptor deprecated

func (*BlobObjectInfo) Descriptor() ([]byte, []int)

Deprecated: Use BlobObjectInfo.ProtoReflect.Descriptor instead.

func (*BlobObjectInfo) GetChecksum

func (x *BlobObjectInfo) GetChecksum() string

func (*BlobObjectInfo) GetContentType

func (x *BlobObjectInfo) GetContentType() string

func (*BlobObjectInfo) GetKey

func (x *BlobObjectInfo) GetKey() string

func (*BlobObjectInfo) GetModifiedAtUnixNano

func (x *BlobObjectInfo) GetModifiedAtUnixNano() int64

func (*BlobObjectInfo) GetSize

func (x *BlobObjectInfo) GetSize() int64

func (*BlobObjectInfo) ProtoMessage

func (*BlobObjectInfo) ProtoMessage()

func (*BlobObjectInfo) ProtoReflect

func (x *BlobObjectInfo) ProtoReflect() protoreflect.Message

func (*BlobObjectInfo) Reset

func (x *BlobObjectInfo) Reset()

func (*BlobObjectInfo) String

func (x *BlobObjectInfo) String() string

type BlobPresign

type BlobPresign struct {
	Key        string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Method     string `protobuf:"bytes,2,opt,name=method,proto3" json:"method,omitempty"` // "GET" | "PUT"
	TtlSeconds int64  `protobuf:"varint,3,opt,name=ttl_seconds,json=ttlSeconds,proto3" json:"ttl_seconds,omitempty"`
	// contains filtered or unexported fields
}

func (*BlobPresign) Descriptor deprecated

func (*BlobPresign) Descriptor() ([]byte, []int)

Deprecated: Use BlobPresign.ProtoReflect.Descriptor instead.

func (*BlobPresign) GetKey

func (x *BlobPresign) GetKey() string

func (*BlobPresign) GetMethod

func (x *BlobPresign) GetMethod() string

func (*BlobPresign) GetTtlSeconds

func (x *BlobPresign) GetTtlSeconds() int64

func (*BlobPresign) ProtoMessage

func (*BlobPresign) ProtoMessage()

func (*BlobPresign) ProtoReflect

func (x *BlobPresign) ProtoReflect() protoreflect.Message

func (*BlobPresign) Reset

func (x *BlobPresign) Reset()

func (*BlobPresign) String

func (x *BlobPresign) String() string

type BlobPresignReply

type BlobPresignReply struct {
	Url   string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	Error *Error `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*BlobPresignReply) Descriptor deprecated

func (*BlobPresignReply) Descriptor() ([]byte, []int)

Deprecated: Use BlobPresignReply.ProtoReflect.Descriptor instead.

func (*BlobPresignReply) GetError

func (x *BlobPresignReply) GetError() *Error

func (*BlobPresignReply) GetUrl

func (x *BlobPresignReply) GetUrl() string

func (*BlobPresignReply) ProtoMessage

func (*BlobPresignReply) ProtoMessage()

func (*BlobPresignReply) ProtoReflect

func (x *BlobPresignReply) ProtoReflect() protoreflect.Message

func (*BlobPresignReply) Reset

func (x *BlobPresignReply) Reset()

func (*BlobPresignReply) String

func (x *BlobPresignReply) String() string

type Command

type Command struct {
	Entity          string `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"`
	Op              string `protobuf:"bytes,2,opt,name=op,proto3" json:"op,omitempty"`
	AggId           string `protobuf:"bytes,3,opt,name=agg_id,json=aggId,proto3" json:"agg_id,omitempty"`
	Payload         []byte `protobuf:"bytes,4,opt,name=payload,proto3" json:"payload,omitempty"`
	ExpectedVersion *int64 `protobuf:"varint,5,opt,name=expected_version,json=expectedVersion,proto3,oneof" json:"expected_version,omitempty"`
	// contains filtered or unexported fields
}

Command mirrors core/command.Command. payload is the entity's grove model as OPAQUE bytes (canonical JSON today). The registry — not this schema — owns payload shape, so dynamic entities and map-native writes cross unchanged. op is "create" | "update" | "delete" | "upsert".

func (*Command) Descriptor deprecated

func (*Command) Descriptor() ([]byte, []int)

Deprecated: Use Command.ProtoReflect.Descriptor instead.

func (*Command) GetAggId

func (x *Command) GetAggId() string

func (*Command) GetEntity

func (x *Command) GetEntity() string

func (*Command) GetExpectedVersion

func (x *Command) GetExpectedVersion() int64

func (*Command) GetOp

func (x *Command) GetOp() string

func (*Command) GetPayload

func (x *Command) GetPayload() []byte

func (*Command) ProtoMessage

func (*Command) ProtoMessage()

func (*Command) ProtoReflect

func (x *Command) ProtoReflect() protoreflect.Message

func (*Command) Reset

func (x *Command) Reset()

func (*Command) String

func (x *Command) String() string

type Cond added in v0.0.6

type Cond struct {
	Column string     `protobuf:"bytes,1,opt,name=column,proto3" json:"column,omitempty"`
	Op     string     `protobuf:"bytes,2,opt,name=op,proto3" json:"op,omitempty"`
	Value  *CondValue `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	Or     []*Cond    `protobuf:"bytes,4,rep,name=or,proto3" json:"or,omitempty"`
	// contains filtered or unexported fields
}

Cond mirrors core/query.Cond. op is the string form of query.Op (e.g. "eq", "in"). When or is non-empty this is an OR group and column/op/value are ignored, mirroring query.Cond.IsGroup.

func (*Cond) Descriptor deprecated added in v0.0.6

func (*Cond) Descriptor() ([]byte, []int)

Deprecated: Use Cond.ProtoReflect.Descriptor instead.

func (*Cond) GetColumn added in v0.0.6

func (x *Cond) GetColumn() string

func (*Cond) GetOp added in v0.0.6

func (x *Cond) GetOp() string

func (*Cond) GetOr added in v0.0.6

func (x *Cond) GetOr() []*Cond

func (*Cond) GetValue added in v0.0.6

func (x *Cond) GetValue() *CondValue

func (*Cond) ProtoMessage added in v0.0.6

func (*Cond) ProtoMessage()

func (*Cond) ProtoReflect added in v0.0.6

func (x *Cond) ProtoReflect() protoreflect.Message

func (*Cond) Reset added in v0.0.6

func (x *Cond) Reset()

func (*Cond) String added in v0.0.6

func (x *Cond) String() string

type CondValue added in v0.0.6

type CondValue struct {

	// Types that are assignable to V:
	//
	//	*CondValue_StringVal
	//	*CondValue_DoubleVal
	//	*CondValue_IntVal
	//	*CondValue_BoolVal
	//	*CondValue_ListVal
	V isCondValue_V `protobuf_oneof:"v"`
	// contains filtered or unexported fields
}

CondValue is a self-describing scalar (or list) filter value — a oneof so query.Cond.Value (an `any`) keeps its Go type across the wire instead of degrading through opaque JSON (which has no int, only float64).

func (*CondValue) Descriptor deprecated added in v0.0.6

func (*CondValue) Descriptor() ([]byte, []int)

Deprecated: Use CondValue.ProtoReflect.Descriptor instead.

func (*CondValue) GetBoolVal added in v0.0.6

func (x *CondValue) GetBoolVal() bool

func (*CondValue) GetDoubleVal added in v0.0.6

func (x *CondValue) GetDoubleVal() float64

func (*CondValue) GetIntVal added in v0.0.6

func (x *CondValue) GetIntVal() int64

func (*CondValue) GetListVal added in v0.0.6

func (x *CondValue) GetListVal() *ValueList

func (*CondValue) GetStringVal added in v0.0.6

func (x *CondValue) GetStringVal() string

func (*CondValue) GetV added in v0.0.6

func (m *CondValue) GetV() isCondValue_V

func (*CondValue) ProtoMessage added in v0.0.6

func (*CondValue) ProtoMessage()

func (*CondValue) ProtoReflect added in v0.0.6

func (x *CondValue) ProtoReflect() protoreflect.Message

func (*CondValue) Reset added in v0.0.6

func (x *CondValue) Reset()

func (*CondValue) String added in v0.0.6

func (x *CondValue) String() string

type CondValue_BoolVal added in v0.0.6

type CondValue_BoolVal struct {
	BoolVal bool `protobuf:"varint,4,opt,name=bool_val,json=boolVal,proto3,oneof"`
}

type CondValue_DoubleVal added in v0.0.6

type CondValue_DoubleVal struct {
	DoubleVal float64 `protobuf:"fixed64,2,opt,name=double_val,json=doubleVal,proto3,oneof"`
}

type CondValue_IntVal added in v0.0.6

type CondValue_IntVal struct {
	IntVal int64 `protobuf:"varint,3,opt,name=int_val,json=intVal,proto3,oneof"`
}

type CondValue_ListVal added in v0.0.6

type CondValue_ListVal struct {
	ListVal *ValueList `protobuf:"bytes,5,opt,name=list_val,json=listVal,proto3,oneof"`
}

type CondValue_StringVal added in v0.0.6

type CondValue_StringVal struct {
	StringVal string `protobuf:"bytes,1,opt,name=string_val,json=stringVal,proto3,oneof"`
}

type CopyBlobRequest added in v0.0.6

type CopyBlobRequest struct {
	SrcKey string `protobuf:"bytes,1,opt,name=src_key,json=srcKey,proto3" json:"src_key,omitempty"`
	DstKey string `protobuf:"bytes,2,opt,name=dst_key,json=dstKey,proto3" json:"dst_key,omitempty"`
	// contains filtered or unexported fields
}

func (*CopyBlobRequest) Descriptor deprecated added in v0.0.6

func (*CopyBlobRequest) Descriptor() ([]byte, []int)

Deprecated: Use CopyBlobRequest.ProtoReflect.Descriptor instead.

func (*CopyBlobRequest) GetDstKey added in v0.0.6

func (x *CopyBlobRequest) GetDstKey() string

func (*CopyBlobRequest) GetSrcKey added in v0.0.6

func (x *CopyBlobRequest) GetSrcKey() string

func (*CopyBlobRequest) ProtoMessage added in v0.0.6

func (*CopyBlobRequest) ProtoMessage()

func (*CopyBlobRequest) ProtoReflect added in v0.0.6

func (x *CopyBlobRequest) ProtoReflect() protoreflect.Message

func (*CopyBlobRequest) Reset added in v0.0.6

func (x *CopyBlobRequest) Reset()

func (*CopyBlobRequest) String added in v0.0.6

func (x *CopyBlobRequest) String() string

type Delta

type Delta struct {
	StreamId   string `protobuf:"bytes,1,opt,name=stream_id,json=streamId,proto3" json:"stream_id,omitempty"`
	Channel    string `protobuf:"bytes,2,opt,name=channel,proto3" json:"channel,omitempty"`
	TenantId   string `protobuf:"bytes,3,opt,name=tenant_id,json=tenantId,proto3" json:"tenant_id,omitempty"`
	Aggregate  string `protobuf:"bytes,4,opt,name=aggregate,proto3" json:"aggregate,omitempty"`
	AggId      string `protobuf:"bytes,5,opt,name=agg_id,json=aggId,proto3" json:"agg_id,omitempty"`
	Version    int64  `protobuf:"varint,6,opt,name=version,proto3" json:"version,omitempty"`
	Type       string `protobuf:"bytes,7,opt,name=type,proto3" json:"type,omitempty"`
	AtUnixNano int64  `protobuf:"varint,8,opt,name=at_unix_nano,json=atUnixNano,proto3" json:"at_unix_nano,omitempty"` // delivery timestamp, unix nanos
	Payload    []byte `protobuf:"bytes,9,opt,name=payload,proto3" json:"payload,omitempty"`                            // opaque JSON
	// contains filtered or unexported fields
}

func (*Delta) Descriptor deprecated

func (*Delta) Descriptor() ([]byte, []int)

Deprecated: Use Delta.ProtoReflect.Descriptor instead.

func (*Delta) GetAggId

func (x *Delta) GetAggId() string

func (*Delta) GetAggregate

func (x *Delta) GetAggregate() string

func (*Delta) GetAtUnixNano

func (x *Delta) GetAtUnixNano() int64

func (*Delta) GetChannel

func (x *Delta) GetChannel() string

func (*Delta) GetPayload

func (x *Delta) GetPayload() []byte

func (*Delta) GetStreamId

func (x *Delta) GetStreamId() string

func (*Delta) GetTenantId

func (x *Delta) GetTenantId() string

func (*Delta) GetType

func (x *Delta) GetType() string

func (*Delta) GetVersion

func (x *Delta) GetVersion() int64

func (*Delta) ProtoMessage

func (*Delta) ProtoMessage()

func (*Delta) ProtoReflect

func (x *Delta) ProtoReflect() protoreflect.Message

func (*Delta) Reset

func (x *Delta) Reset()

func (*Delta) String

func (x *Delta) String() string

type DocApplyUpdateRequest added in v0.0.6

type DocApplyUpdateRequest struct {
	DocId  string `protobuf:"bytes,1,opt,name=doc_id,json=docId,proto3" json:"doc_id,omitempty"`
	Update []byte `protobuf:"bytes,2,opt,name=update,proto3" json:"update,omitempty"`
	// contains filtered or unexported fields
}

--- document (query.Fabric's Document plane, core/document.Store) ---

func (*DocApplyUpdateRequest) Descriptor deprecated added in v0.0.6

func (*DocApplyUpdateRequest) Descriptor() ([]byte, []int)

Deprecated: Use DocApplyUpdateRequest.ProtoReflect.Descriptor instead.

func (*DocApplyUpdateRequest) GetDocId added in v0.0.6

func (x *DocApplyUpdateRequest) GetDocId() string

func (*DocApplyUpdateRequest) GetUpdate added in v0.0.6

func (x *DocApplyUpdateRequest) GetUpdate() []byte

func (*DocApplyUpdateRequest) ProtoMessage added in v0.0.6

func (*DocApplyUpdateRequest) ProtoMessage()

func (*DocApplyUpdateRequest) ProtoReflect added in v0.0.6

func (x *DocApplyUpdateRequest) ProtoReflect() protoreflect.Message

func (*DocApplyUpdateRequest) Reset added in v0.0.6

func (x *DocApplyUpdateRequest) Reset()

func (*DocApplyUpdateRequest) String added in v0.0.6

func (x *DocApplyUpdateRequest) String() string

type DocCompactRequest added in v0.0.6

type DocCompactRequest struct {
	DocId string `protobuf:"bytes,1,opt,name=doc_id,json=docId,proto3" json:"doc_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DocCompactRequest) Descriptor deprecated added in v0.0.6

func (*DocCompactRequest) Descriptor() ([]byte, []int)

Deprecated: Use DocCompactRequest.ProtoReflect.Descriptor instead.

func (*DocCompactRequest) GetDocId added in v0.0.6

func (x *DocCompactRequest) GetDocId() string

func (*DocCompactRequest) ProtoMessage added in v0.0.6

func (*DocCompactRequest) ProtoMessage()

func (*DocCompactRequest) ProtoReflect added in v0.0.6

func (x *DocCompactRequest) ProtoReflect() protoreflect.Message

func (*DocCompactRequest) Reset added in v0.0.6

func (x *DocCompactRequest) Reset()

func (*DocCompactRequest) String added in v0.0.6

func (x *DocCompactRequest) String() string

type DocSnapshotRequest added in v0.0.6

type DocSnapshotRequest struct {
	DocId string `protobuf:"bytes,1,opt,name=doc_id,json=docId,proto3" json:"doc_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DocSnapshotRequest) Descriptor deprecated added in v0.0.6

func (*DocSnapshotRequest) Descriptor() ([]byte, []int)

Deprecated: Use DocSnapshotRequest.ProtoReflect.Descriptor instead.

func (*DocSnapshotRequest) GetDocId added in v0.0.6

func (x *DocSnapshotRequest) GetDocId() string

func (*DocSnapshotRequest) ProtoMessage added in v0.0.6

func (*DocSnapshotRequest) ProtoMessage()

func (*DocSnapshotRequest) ProtoReflect added in v0.0.6

func (x *DocSnapshotRequest) ProtoReflect() protoreflect.Message

func (*DocSnapshotRequest) Reset added in v0.0.6

func (x *DocSnapshotRequest) Reset()

func (*DocSnapshotRequest) String added in v0.0.6

func (x *DocSnapshotRequest) String() string

type DocSyncReply added in v0.0.6

type DocSyncReply struct {
	Update []byte `protobuf:"bytes,1,opt,name=update,proto3" json:"update,omitempty"`
	Error  *Error `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*DocSyncReply) Descriptor deprecated added in v0.0.6

func (*DocSyncReply) Descriptor() ([]byte, []int)

Deprecated: Use DocSyncReply.ProtoReflect.Descriptor instead.

func (*DocSyncReply) GetError added in v0.0.6

func (x *DocSyncReply) GetError() *Error

func (*DocSyncReply) GetUpdate added in v0.0.6

func (x *DocSyncReply) GetUpdate() []byte

func (*DocSyncReply) ProtoMessage added in v0.0.6

func (*DocSyncReply) ProtoMessage()

func (*DocSyncReply) ProtoReflect added in v0.0.6

func (x *DocSyncReply) ProtoReflect() protoreflect.Message

func (*DocSyncReply) Reset added in v0.0.6

func (x *DocSyncReply) Reset()

func (*DocSyncReply) String added in v0.0.6

func (x *DocSyncReply) String() string

type DocSyncRequest added in v0.0.6

type DocSyncRequest struct {
	DocId       string `protobuf:"bytes,1,opt,name=doc_id,json=docId,proto3" json:"doc_id,omitempty"`
	StateVector []byte `protobuf:"bytes,2,opt,name=state_vector,json=stateVector,proto3" json:"state_vector,omitempty"`
	// contains filtered or unexported fields
}

func (*DocSyncRequest) Descriptor deprecated added in v0.0.6

func (*DocSyncRequest) Descriptor() ([]byte, []int)

Deprecated: Use DocSyncRequest.ProtoReflect.Descriptor instead.

func (*DocSyncRequest) GetDocId added in v0.0.6

func (x *DocSyncRequest) GetDocId() string

func (*DocSyncRequest) GetStateVector added in v0.0.6

func (x *DocSyncRequest) GetStateVector() []byte

func (*DocSyncRequest) ProtoMessage added in v0.0.6

func (*DocSyncRequest) ProtoMessage()

func (*DocSyncRequest) ProtoReflect added in v0.0.6

func (x *DocSyncRequest) ProtoReflect() protoreflect.Message

func (*DocSyncRequest) Reset added in v0.0.6

func (x *DocSyncRequest) Reset()

func (*DocSyncRequest) String added in v0.0.6

func (x *DocSyncRequest) String() string

type Error

type Error struct {
	Code    string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	AggId   string `protobuf:"bytes,3,opt,name=agg_id,json=aggId,proto3" json:"agg_id,omitempty"` // rich variants (version_conflict)
	Version int64  `protobuf:"varint,4,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

Error carries fabriq's typed-error taxonomy so the client rebuilds errors.Is-matchable sentinels. code is stable: "not_found", "version_conflict", "no_tenant", "not_configured", "internal".

func (*Error) Descriptor deprecated

func (*Error) Descriptor() ([]byte, []int)

Deprecated: Use Error.ProtoReflect.Descriptor instead.

func (*Error) GetAggId

func (x *Error) GetAggId() string

func (*Error) GetCode

func (x *Error) GetCode() string

func (*Error) GetMessage

func (x *Error) GetMessage() string

func (*Error) GetVersion

func (x *Error) GetVersion() int64

func (*Error) ProtoMessage

func (*Error) ProtoMessage()

func (*Error) ProtoReflect

func (x *Error) ProtoReflect() protoreflect.Message

func (*Error) Reset

func (x *Error) Reset()

func (*Error) String

func (x *Error) String() string

type ExecBatchReply

type ExecBatchReply struct {
	Results []*Result `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	Error   *Error    `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecBatchReply) Descriptor deprecated

func (*ExecBatchReply) Descriptor() ([]byte, []int)

Deprecated: Use ExecBatchReply.ProtoReflect.Descriptor instead.

func (*ExecBatchReply) GetError

func (x *ExecBatchReply) GetError() *Error

func (*ExecBatchReply) GetResults

func (x *ExecBatchReply) GetResults() []*Result

func (*ExecBatchReply) ProtoMessage

func (*ExecBatchReply) ProtoMessage()

func (*ExecBatchReply) ProtoReflect

func (x *ExecBatchReply) ProtoReflect() protoreflect.Message

func (*ExecBatchReply) Reset

func (x *ExecBatchReply) Reset()

func (*ExecBatchReply) String

func (x *ExecBatchReply) String() string

type ExecBatchRequest

type ExecBatchRequest struct {
	Commands []*Command `protobuf:"bytes,1,rep,name=commands,proto3" json:"commands,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecBatchRequest) Descriptor deprecated

func (*ExecBatchRequest) Descriptor() ([]byte, []int)

Deprecated: Use ExecBatchRequest.ProtoReflect.Descriptor instead.

func (*ExecBatchRequest) GetCommands

func (x *ExecBatchRequest) GetCommands() []*Command

func (*ExecBatchRequest) ProtoMessage

func (*ExecBatchRequest) ProtoMessage()

func (*ExecBatchRequest) ProtoReflect

func (x *ExecBatchRequest) ProtoReflect() protoreflect.Message

func (*ExecBatchRequest) Reset

func (x *ExecBatchRequest) Reset()

func (*ExecBatchRequest) String

func (x *ExecBatchRequest) String() string

type ExecReply

type ExecReply struct {
	Result *Result `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	Error  *Error  `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecReply) Descriptor deprecated

func (*ExecReply) Descriptor() ([]byte, []int)

Deprecated: Use ExecReply.ProtoReflect.Descriptor instead.

func (*ExecReply) GetError

func (x *ExecReply) GetError() *Error

func (*ExecReply) GetResult

func (x *ExecReply) GetResult() *Result

func (*ExecReply) ProtoMessage

func (*ExecReply) ProtoMessage()

func (*ExecReply) ProtoReflect

func (x *ExecReply) ProtoReflect() protoreflect.Message

func (*ExecReply) Reset

func (x *ExecReply) Reset()

func (*ExecReply) String

func (x *ExecReply) String() string

type ExecRequest

type ExecRequest struct {
	Command *Command `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecRequest) Descriptor deprecated

func (*ExecRequest) Descriptor() ([]byte, []int)

Deprecated: Use ExecRequest.ProtoReflect.Descriptor instead.

func (*ExecRequest) GetCommand

func (x *ExecRequest) GetCommand() *Command

func (*ExecRequest) ProtoMessage

func (*ExecRequest) ProtoMessage()

func (*ExecRequest) ProtoReflect

func (x *ExecRequest) ProtoReflect() protoreflect.Message

func (*ExecRequest) Reset

func (x *ExecRequest) Reset()

func (*ExecRequest) String

func (x *ExecRequest) String() string

type GetBlobFrame

type GetBlobFrame struct {
	Info  *BlobObjectInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
	Data  []byte          `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Error *Error          `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

GetBlob download stream: the first frame carries the object metadata (or a setup error such as not_found); each subsequent frame carries data bytes.

func (*GetBlobFrame) Descriptor deprecated

func (*GetBlobFrame) Descriptor() ([]byte, []int)

Deprecated: Use GetBlobFrame.ProtoReflect.Descriptor instead.

func (*GetBlobFrame) GetData

func (x *GetBlobFrame) GetData() []byte

func (*GetBlobFrame) GetError

func (x *GetBlobFrame) GetError() *Error

func (*GetBlobFrame) GetInfo

func (x *GetBlobFrame) GetInfo() *BlobObjectInfo

func (*GetBlobFrame) ProtoMessage

func (*GetBlobFrame) ProtoMessage()

func (*GetBlobFrame) ProtoReflect

func (x *GetBlobFrame) ProtoReflect() protoreflect.Message

func (*GetBlobFrame) Reset

func (x *GetBlobFrame) Reset()

func (*GetBlobFrame) String

func (x *GetBlobFrame) String() string

type GetManyRequest

type GetManyRequest struct {
	Entity string   `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"`
	Ids    []string `protobuf:"bytes,2,rep,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*GetManyRequest) Descriptor deprecated

func (*GetManyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetManyRequest.ProtoReflect.Descriptor instead.

func (*GetManyRequest) GetEntity

func (x *GetManyRequest) GetEntity() string

func (*GetManyRequest) GetIds

func (x *GetManyRequest) GetIds() []string

func (*GetManyRequest) ProtoMessage

func (*GetManyRequest) ProtoMessage()

func (*GetManyRequest) ProtoReflect

func (x *GetManyRequest) ProtoReflect() protoreflect.Message

func (*GetManyRequest) Reset

func (x *GetManyRequest) Reset()

func (*GetManyRequest) String

func (x *GetManyRequest) String() string

type GetRequest

type GetRequest struct {
	Entity string `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"`
	Id     string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

--- reads (body is opaque JSON, like Command.payload) ---

func (*GetRequest) Descriptor deprecated

func (*GetRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRequest.ProtoReflect.Descriptor instead.

func (*GetRequest) GetEntity

func (x *GetRequest) GetEntity() string

func (*GetRequest) GetId

func (x *GetRequest) GetId() string

func (*GetRequest) ProtoMessage

func (*GetRequest) ProtoMessage()

func (*GetRequest) ProtoReflect

func (x *GetRequest) ProtoReflect() protoreflect.Message

func (*GetRequest) Reset

func (x *GetRequest) Reset()

func (*GetRequest) String

func (x *GetRequest) String() string

type GraphQueryRequest

type GraphQueryRequest struct {
	Cypher string `protobuf:"bytes,1,opt,name=cypher,proto3" json:"cypher,omitempty"`
	Params []byte `protobuf:"bytes,2,opt,name=params,proto3" json:"params,omitempty"` // JSON map[string]any
	Mode   string `protobuf:"bytes,3,opt,name=mode,proto3" json:"mode,omitempty"`     // "ids" → []string, else → []map
	// contains filtered or unexported fields
}

func (*GraphQueryRequest) Descriptor deprecated

func (*GraphQueryRequest) Descriptor() ([]byte, []int)

Deprecated: Use GraphQueryRequest.ProtoReflect.Descriptor instead.

func (*GraphQueryRequest) GetCypher

func (x *GraphQueryRequest) GetCypher() string

func (*GraphQueryRequest) GetMode

func (x *GraphQueryRequest) GetMode() string

func (*GraphQueryRequest) GetParams

func (x *GraphQueryRequest) GetParams() []byte

func (*GraphQueryRequest) ProtoMessage

func (*GraphQueryRequest) ProtoMessage()

func (*GraphQueryRequest) ProtoReflect

func (x *GraphQueryRequest) ProtoReflect() protoreflect.Message

func (*GraphQueryRequest) Reset

func (x *GraphQueryRequest) Reset()

func (*GraphQueryRequest) String

func (x *GraphQueryRequest) String() string

type ListBlobReply added in v0.0.6

type ListBlobReply struct {
	Objects []*BlobObjectInfo `protobuf:"bytes,1,rep,name=objects,proto3" json:"objects,omitempty"`
	Error   *Error            `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*ListBlobReply) Descriptor deprecated added in v0.0.6

func (*ListBlobReply) Descriptor() ([]byte, []int)

Deprecated: Use ListBlobReply.ProtoReflect.Descriptor instead.

func (*ListBlobReply) GetError added in v0.0.6

func (x *ListBlobReply) GetError() *Error

func (*ListBlobReply) GetObjects added in v0.0.6

func (x *ListBlobReply) GetObjects() []*BlobObjectInfo

func (*ListBlobReply) ProtoMessage added in v0.0.6

func (*ListBlobReply) ProtoMessage()

func (*ListBlobReply) ProtoReflect added in v0.0.6

func (x *ListBlobReply) ProtoReflect() protoreflect.Message

func (*ListBlobReply) Reset added in v0.0.6

func (x *ListBlobReply) Reset()

func (*ListBlobReply) String added in v0.0.6

func (x *ListBlobReply) String() string

type ListBlobRequest added in v0.0.6

type ListBlobRequest struct {
	Prefix string `protobuf:"bytes,1,opt,name=prefix,proto3" json:"prefix,omitempty"`
	// contains filtered or unexported fields
}

func (*ListBlobRequest) Descriptor deprecated added in v0.0.6

func (*ListBlobRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListBlobRequest.ProtoReflect.Descriptor instead.

func (*ListBlobRequest) GetPrefix added in v0.0.6

func (x *ListBlobRequest) GetPrefix() string

func (*ListBlobRequest) ProtoMessage added in v0.0.6

func (*ListBlobRequest) ProtoMessage()

func (*ListBlobRequest) ProtoReflect added in v0.0.6

func (x *ListBlobRequest) ProtoReflect() protoreflect.Message

func (*ListBlobRequest) Reset added in v0.0.6

func (x *ListBlobRequest) Reset()

func (*ListBlobRequest) String added in v0.0.6

func (x *ListBlobRequest) String() string

type ListQuery added in v0.0.6

type ListQuery struct {
	Where   []*Cond `protobuf:"bytes,1,rep,name=where,proto3" json:"where,omitempty"`
	OrderBy string  `protobuf:"bytes,2,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Limit   int32   `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset  int32   `protobuf:"varint,4,opt,name=offset,proto3" json:"offset,omitempty"`
	// contains filtered or unexported fields
}

ListQuery mirrors core/query.ListQuery.

func (*ListQuery) Descriptor deprecated added in v0.0.6

func (*ListQuery) Descriptor() ([]byte, []int)

Deprecated: Use ListQuery.ProtoReflect.Descriptor instead.

func (*ListQuery) GetLimit added in v0.0.6

func (x *ListQuery) GetLimit() int32

func (*ListQuery) GetOffset added in v0.0.6

func (x *ListQuery) GetOffset() int32

func (*ListQuery) GetOrderBy added in v0.0.6

func (x *ListQuery) GetOrderBy() string

func (*ListQuery) GetWhere added in v0.0.6

func (x *ListQuery) GetWhere() []*Cond

func (*ListQuery) ProtoMessage added in v0.0.6

func (*ListQuery) ProtoMessage()

func (*ListQuery) ProtoReflect added in v0.0.6

func (x *ListQuery) ProtoReflect() protoreflect.Message

func (*ListQuery) Reset added in v0.0.6

func (x *ListQuery) Reset()

func (*ListQuery) String added in v0.0.6

func (x *ListQuery) String() string

type ListRequest

type ListRequest struct {
	Entity     string     `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"`
	Query      []byte     `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`           // JSON ListQuery (deprecated: numeric fidelity loss)
	Structured *ListQuery `protobuf:"bytes,3,opt,name=structured,proto3" json:"structured,omitempty"` // preferred when non-nil
	// contains filtered or unexported fields
}

ListRequest.query (opaque JSON) is kept for one release for rollback; the server prefers structured when set, since JSON has no int and degrades numeric filter values to float64 (see CondValue below).

func (*ListRequest) Descriptor deprecated

func (*ListRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRequest.ProtoReflect.Descriptor instead.

func (*ListRequest) GetEntity

func (x *ListRequest) GetEntity() string

func (*ListRequest) GetQuery

func (x *ListRequest) GetQuery() []byte

func (*ListRequest) GetStructured added in v0.0.6

func (x *ListRequest) GetStructured() *ListQuery

func (*ListRequest) ProtoMessage

func (*ListRequest) ProtoMessage()

func (*ListRequest) ProtoReflect

func (x *ListRequest) ProtoReflect() protoreflect.Message

func (*ListRequest) Reset

func (x *ListRequest) Reset()

func (*ListRequest) String

func (x *ListRequest) String() string

type LiveClientFrame added in v0.0.6

type LiveClientFrame struct {
	Query    *LiveQueryRequest `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`       // first frame
	Reanchor *LiveReanchor     `protobuf:"bytes,2,opt,name=reanchor,proto3" json:"reanchor,omitempty"` // subsequent control frames
	// contains filtered or unexported fields
}

LiveClientFrame is the client->server frame on the bidi LiveQuery stream: the first frame carries the query, each subsequent frame a Reanchor control.

func (*LiveClientFrame) Descriptor deprecated added in v0.0.6

func (*LiveClientFrame) Descriptor() ([]byte, []int)

Deprecated: Use LiveClientFrame.ProtoReflect.Descriptor instead.

func (*LiveClientFrame) GetQuery added in v0.0.6

func (x *LiveClientFrame) GetQuery() *LiveQueryRequest

func (*LiveClientFrame) GetReanchor added in v0.0.6

func (x *LiveClientFrame) GetReanchor() *LiveReanchor

func (*LiveClientFrame) ProtoMessage added in v0.0.6

func (*LiveClientFrame) ProtoMessage()

func (*LiveClientFrame) ProtoReflect added in v0.0.6

func (x *LiveClientFrame) ProtoReflect() protoreflect.Message

func (*LiveClientFrame) Reset added in v0.0.6

func (x *LiveClientFrame) Reset()

func (*LiveClientFrame) String added in v0.0.6

func (x *LiveClientFrame) String() string

type LiveFrame

type LiveFrame struct {
	Snapshot []byte `protobuf:"bytes,1,opt,name=snapshot,proto3" json:"snapshot,omitempty"` // JSON livequery.Snapshot (initial + each reanchor)
	Delta    []byte `protobuf:"bytes,2,opt,name=delta,proto3" json:"delta,omitempty"`       // JSON livequery.LiveDelta
	Error    *Error `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`       // setup error (handshake)
	// contains filtered or unexported fields
}

LiveFrame is the server->client frame: the first frame carries the snapshot (or a setup error), subsequent frames carry deltas, and a fresh snapshot frame is returned in response to each Reanchor. Bodies are opaque JSON.

func (*LiveFrame) Descriptor deprecated

func (*LiveFrame) Descriptor() ([]byte, []int)

Deprecated: Use LiveFrame.ProtoReflect.Descriptor instead.

func (*LiveFrame) GetDelta

func (x *LiveFrame) GetDelta() []byte

func (*LiveFrame) GetError

func (x *LiveFrame) GetError() *Error

func (*LiveFrame) GetSnapshot

func (x *LiveFrame) GetSnapshot() []byte

func (*LiveFrame) ProtoMessage

func (*LiveFrame) ProtoMessage()

func (*LiveFrame) ProtoReflect

func (x *LiveFrame) ProtoReflect() protoreflect.Message

func (*LiveFrame) Reset

func (x *LiveFrame) Reset()

func (*LiveFrame) String

func (x *LiveFrame) String() string

type LiveQueryRequest

type LiveQueryRequest struct {
	Query []byte `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

--- live query (maintained, ordered, filtered window) ---

func (*LiveQueryRequest) Descriptor deprecated

func (*LiveQueryRequest) Descriptor() ([]byte, []int)

Deprecated: Use LiveQueryRequest.ProtoReflect.Descriptor instead.

func (*LiveQueryRequest) GetQuery

func (x *LiveQueryRequest) GetQuery() []byte

func (*LiveQueryRequest) ProtoMessage

func (*LiveQueryRequest) ProtoMessage()

func (*LiveQueryRequest) ProtoReflect

func (x *LiveQueryRequest) ProtoReflect() protoreflect.Message

func (*LiveQueryRequest) Reset

func (x *LiveQueryRequest) Reset()

func (*LiveQueryRequest) String

func (x *LiveQueryRequest) String() string

type LiveReanchor added in v0.0.6

type LiveReanchor struct {
	Cursor []byte `protobuf:"bytes,1,opt,name=cursor,proto3" json:"cursor,omitempty"` // JSON livequery.Cursor
	Limit  int32  `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

LiveReanchor slides a maintained window to a new anchor mid-stream: cursor is JSON livequery.Cursor (may be empty for the head), limit the new window size (0 = keep current).

func (*LiveReanchor) Descriptor deprecated added in v0.0.6

func (*LiveReanchor) Descriptor() ([]byte, []int)

Deprecated: Use LiveReanchor.ProtoReflect.Descriptor instead.

func (*LiveReanchor) GetCursor added in v0.0.6

func (x *LiveReanchor) GetCursor() []byte

func (*LiveReanchor) GetLimit added in v0.0.6

func (x *LiveReanchor) GetLimit() int32

func (*LiveReanchor) ProtoMessage added in v0.0.6

func (*LiveReanchor) ProtoMessage()

func (*LiveReanchor) ProtoReflect added in v0.0.6

func (x *LiveReanchor) ProtoReflect() protoreflect.Message

func (*LiveReanchor) Reset added in v0.0.6

func (x *LiveReanchor) Reset()

func (*LiveReanchor) String added in v0.0.6

func (x *LiveReanchor) String() string

type Result

type Result struct {
	AggId   string `protobuf:"bytes,1,opt,name=agg_id,json=aggId,proto3" json:"agg_id,omitempty"`
	Version int64  `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"`
	EventId string `protobuf:"bytes,3,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Result) Descriptor deprecated

func (*Result) Descriptor() ([]byte, []int)

Deprecated: Use Result.ProtoReflect.Descriptor instead.

func (*Result) GetAggId

func (x *Result) GetAggId() string

func (*Result) GetEventId

func (x *Result) GetEventId() string

func (*Result) GetVersion

func (x *Result) GetVersion() int64

func (*Result) ProtoMessage

func (*Result) ProtoMessage()

func (*Result) ProtoReflect

func (x *Result) ProtoReflect() protoreflect.Message

func (*Result) Reset

func (x *Result) Reset()

func (*Result) String

func (x *Result) String() string

type RowReply

type RowReply struct {
	Row   []byte `protobuf:"bytes,1,opt,name=row,proto3" json:"row,omitempty"`
	Error *Error `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*RowReply) Descriptor deprecated

func (*RowReply) Descriptor() ([]byte, []int)

Deprecated: Use RowReply.ProtoReflect.Descriptor instead.

func (*RowReply) GetError

func (x *RowReply) GetError() *Error

func (*RowReply) GetRow

func (x *RowReply) GetRow() []byte

func (*RowReply) ProtoMessage

func (*RowReply) ProtoMessage()

func (*RowReply) ProtoReflect

func (x *RowReply) ProtoReflect() protoreflect.Message

func (*RowReply) Reset

func (x *RowReply) Reset()

func (*RowReply) String

func (x *RowReply) String() string

type SearchRequest

type SearchRequest struct {
	Query []byte `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchRequest) Descriptor deprecated

func (*SearchRequest) Descriptor() ([]byte, []int)

Deprecated: Use SearchRequest.ProtoReflect.Descriptor instead.

func (*SearchRequest) GetQuery

func (x *SearchRequest) GetQuery() []byte

func (*SearchRequest) ProtoMessage

func (*SearchRequest) ProtoMessage()

func (*SearchRequest) ProtoReflect

func (x *SearchRequest) ProtoReflect() protoreflect.Message

func (*SearchRequest) Reset

func (x *SearchRequest) Reset()

func (*SearchRequest) String

func (x *SearchRequest) String() string

type SpatialDeleteRequest added in v0.0.6

type SpatialDeleteRequest struct {
	Entity string `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"`
	Id     string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*SpatialDeleteRequest) Descriptor deprecated added in v0.0.6

func (*SpatialDeleteRequest) Descriptor() ([]byte, []int)

Deprecated: Use SpatialDeleteRequest.ProtoReflect.Descriptor instead.

func (*SpatialDeleteRequest) GetEntity added in v0.0.6

func (x *SpatialDeleteRequest) GetEntity() string

func (*SpatialDeleteRequest) GetId added in v0.0.6

func (x *SpatialDeleteRequest) GetId() string

func (*SpatialDeleteRequest) ProtoMessage added in v0.0.6

func (*SpatialDeleteRequest) ProtoMessage()

func (*SpatialDeleteRequest) ProtoReflect added in v0.0.6

func (x *SpatialDeleteRequest) ProtoReflect() protoreflect.Message

func (*SpatialDeleteRequest) Reset added in v0.0.6

func (x *SpatialDeleteRequest) Reset()

func (*SpatialDeleteRequest) String added in v0.0.6

func (x *SpatialDeleteRequest) String() string

type SpatialGetReply added in v0.0.6

type SpatialGetReply struct {
	Wkt   string `protobuf:"bytes,1,opt,name=wkt,proto3" json:"wkt,omitempty"`
	Srid  int32  `protobuf:"varint,2,opt,name=srid,proto3" json:"srid,omitempty"`
	Meta  []byte `protobuf:"bytes,3,opt,name=meta,proto3" json:"meta,omitempty"` // JSON map[string]any
	Ok    bool   `protobuf:"varint,4,opt,name=ok,proto3" json:"ok,omitempty"`
	Error *Error `protobuf:"bytes,5,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*SpatialGetReply) Descriptor deprecated added in v0.0.6

func (*SpatialGetReply) Descriptor() ([]byte, []int)

Deprecated: Use SpatialGetReply.ProtoReflect.Descriptor instead.

func (*SpatialGetReply) GetError added in v0.0.6

func (x *SpatialGetReply) GetError() *Error

func (*SpatialGetReply) GetMeta added in v0.0.6

func (x *SpatialGetReply) GetMeta() []byte

func (*SpatialGetReply) GetOk added in v0.0.6

func (x *SpatialGetReply) GetOk() bool

func (*SpatialGetReply) GetSrid added in v0.0.6

func (x *SpatialGetReply) GetSrid() int32

func (*SpatialGetReply) GetWkt added in v0.0.6

func (x *SpatialGetReply) GetWkt() string

func (*SpatialGetReply) ProtoMessage added in v0.0.6

func (*SpatialGetReply) ProtoMessage()

func (*SpatialGetReply) ProtoReflect added in v0.0.6

func (x *SpatialGetReply) ProtoReflect() protoreflect.Message

func (*SpatialGetReply) Reset added in v0.0.6

func (x *SpatialGetReply) Reset()

func (*SpatialGetReply) String added in v0.0.6

func (x *SpatialGetReply) String() string

type SpatialGetRequest added in v0.0.6

type SpatialGetRequest struct {
	Entity string `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"`
	Id     string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*SpatialGetRequest) Descriptor deprecated added in v0.0.6

func (*SpatialGetRequest) Descriptor() ([]byte, []int)

Deprecated: Use SpatialGetRequest.ProtoReflect.Descriptor instead.

func (*SpatialGetRequest) GetEntity added in v0.0.6

func (x *SpatialGetRequest) GetEntity() string

func (*SpatialGetRequest) GetId added in v0.0.6

func (x *SpatialGetRequest) GetId() string

func (*SpatialGetRequest) ProtoMessage added in v0.0.6

func (*SpatialGetRequest) ProtoMessage()

func (*SpatialGetRequest) ProtoReflect added in v0.0.6

func (x *SpatialGetRequest) ProtoReflect() protoreflect.Message

func (*SpatialGetRequest) Reset added in v0.0.6

func (x *SpatialGetRequest) Reset()

func (*SpatialGetRequest) String added in v0.0.6

func (x *SpatialGetRequest) String() string

type SpatialUpsertRequest added in v0.0.6

type SpatialUpsertRequest struct {
	Entity string `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"`
	Id     string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Wkt    string `protobuf:"bytes,3,opt,name=wkt,proto3" json:"wkt,omitempty"`
	Srid   int32  `protobuf:"varint,4,opt,name=srid,proto3" json:"srid,omitempty"`
	Meta   []byte `protobuf:"bytes,5,opt,name=meta,proto3" json:"meta,omitempty"` // JSON map[string]any
	// contains filtered or unexported fields
}

--- spatial (query.SpatialQuerier) ---

func (*SpatialUpsertRequest) Descriptor deprecated added in v0.0.6

func (*SpatialUpsertRequest) Descriptor() ([]byte, []int)

Deprecated: Use SpatialUpsertRequest.ProtoReflect.Descriptor instead.

func (*SpatialUpsertRequest) GetEntity added in v0.0.6

func (x *SpatialUpsertRequest) GetEntity() string

func (*SpatialUpsertRequest) GetId added in v0.0.6

func (x *SpatialUpsertRequest) GetId() string

func (*SpatialUpsertRequest) GetMeta added in v0.0.6

func (x *SpatialUpsertRequest) GetMeta() []byte

func (*SpatialUpsertRequest) GetSrid added in v0.0.6

func (x *SpatialUpsertRequest) GetSrid() int32

func (*SpatialUpsertRequest) GetWkt added in v0.0.6

func (x *SpatialUpsertRequest) GetWkt() string

func (*SpatialUpsertRequest) ProtoMessage added in v0.0.6

func (*SpatialUpsertRequest) ProtoMessage()

func (*SpatialUpsertRequest) ProtoReflect added in v0.0.6

func (x *SpatialUpsertRequest) ProtoReflect() protoreflect.Message

func (*SpatialUpsertRequest) Reset added in v0.0.6

func (x *SpatialUpsertRequest) Reset()

func (*SpatialUpsertRequest) String added in v0.0.6

func (x *SpatialUpsertRequest) String() string

type SpatialWithinRequest added in v0.0.6

type SpatialWithinRequest struct {
	Query []byte `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"` // JSON query.SpatialQuery
	// contains filtered or unexported fields
}

func (*SpatialWithinRequest) Descriptor deprecated added in v0.0.6

func (*SpatialWithinRequest) Descriptor() ([]byte, []int)

Deprecated: Use SpatialWithinRequest.ProtoReflect.Descriptor instead.

func (*SpatialWithinRequest) GetQuery added in v0.0.6

func (x *SpatialWithinRequest) GetQuery() []byte

func (*SpatialWithinRequest) ProtoMessage added in v0.0.6

func (*SpatialWithinRequest) ProtoMessage()

func (*SpatialWithinRequest) ProtoReflect added in v0.0.6

func (x *SpatialWithinRequest) ProtoReflect() protoreflect.Message

func (*SpatialWithinRequest) Reset added in v0.0.6

func (x *SpatialWithinRequest) Reset()

func (*SpatialWithinRequest) String added in v0.0.6

func (x *SpatialWithinRequest) String() string

type SubFrame

type SubFrame struct {
	Open  bool   `protobuf:"varint,1,opt,name=open,proto3" json:"open,omitempty"`
	Error *Error `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	Delta *Delta `protobuf:"bytes,3,opt,name=delta,proto3" json:"delta,omitempty"`
	// contains filtered or unexported fields
}

SubFrame is one frame of the Subscribe stream: the first is the handshake (open, or error on a setup failure such as authz); the rest carry one Delta.

func (*SubFrame) Descriptor deprecated

func (*SubFrame) Descriptor() ([]byte, []int)

Deprecated: Use SubFrame.ProtoReflect.Descriptor instead.

func (*SubFrame) GetDelta

func (x *SubFrame) GetDelta() *Delta

func (*SubFrame) GetError

func (x *SubFrame) GetError() *Error

func (*SubFrame) GetOpen

func (x *SubFrame) GetOpen() bool

func (*SubFrame) ProtoMessage

func (*SubFrame) ProtoMessage()

func (*SubFrame) ProtoReflect

func (x *SubFrame) ProtoReflect() protoreflect.Message

func (*SubFrame) Reset

func (x *SubFrame) Reset()

func (*SubFrame) String

func (x *SubFrame) String() string

type SubscribeRequest

type SubscribeRequest struct {
	Scope *SubscribeScope `protobuf:"bytes,1,opt,name=scope,proto3" json:"scope,omitempty"`
	// contains filtered or unexported fields
}

--- subscribe (conflated channel deltas) ---

func (*SubscribeRequest) Descriptor deprecated

func (*SubscribeRequest) Descriptor() ([]byte, []int)

Deprecated: Use SubscribeRequest.ProtoReflect.Descriptor instead.

func (*SubscribeRequest) GetScope

func (x *SubscribeRequest) GetScope() *SubscribeScope

func (*SubscribeRequest) ProtoMessage

func (*SubscribeRequest) ProtoMessage()

func (*SubscribeRequest) ProtoReflect

func (x *SubscribeRequest) ProtoReflect() protoreflect.Message

func (*SubscribeRequest) Reset

func (x *SubscribeRequest) Reset()

func (*SubscribeRequest) String

func (x *SubscribeRequest) String() string

type SubscribeScope

type SubscribeScope struct {
	Entity string `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"`
	Scope  string `protobuf:"bytes,2,opt,name=scope,proto3" json:"scope,omitempty"` // scope name declared on the entity ("id", "site", "tenant", …)
	Id     string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`       // scope id (ignored for tenant scope)
	// contains filtered or unexported fields
}

func (*SubscribeScope) Descriptor deprecated

func (*SubscribeScope) Descriptor() ([]byte, []int)

Deprecated: Use SubscribeScope.ProtoReflect.Descriptor instead.

func (*SubscribeScope) GetEntity

func (x *SubscribeScope) GetEntity() string

func (*SubscribeScope) GetId

func (x *SubscribeScope) GetId() string

func (*SubscribeScope) GetScope

func (x *SubscribeScope) GetScope() string

func (*SubscribeScope) ProtoMessage

func (*SubscribeScope) ProtoMessage()

func (*SubscribeScope) ProtoReflect

func (x *SubscribeScope) ProtoReflect() protoreflect.Message

func (*SubscribeScope) Reset

func (x *SubscribeScope) Reset()

func (*SubscribeScope) String

func (x *SubscribeScope) String() string

type TSBulkWriteRequest added in v0.0.6

type TSBulkWriteRequest struct {
	Series string `protobuf:"bytes,1,opt,name=series,proto3" json:"series,omitempty"`
	Points []byte `protobuf:"bytes,2,opt,name=points,proto3" json:"points,omitempty"` // JSON []query.Point
	// contains filtered or unexported fields
}

--- timeseries (query.TSQuerier) ---

func (*TSBulkWriteRequest) Descriptor deprecated added in v0.0.6

func (*TSBulkWriteRequest) Descriptor() ([]byte, []int)

Deprecated: Use TSBulkWriteRequest.ProtoReflect.Descriptor instead.

func (*TSBulkWriteRequest) GetPoints added in v0.0.6

func (x *TSBulkWriteRequest) GetPoints() []byte

func (*TSBulkWriteRequest) GetSeries added in v0.0.6

func (x *TSBulkWriteRequest) GetSeries() string

func (*TSBulkWriteRequest) ProtoMessage added in v0.0.6

func (*TSBulkWriteRequest) ProtoMessage()

func (*TSBulkWriteRequest) ProtoReflect added in v0.0.6

func (x *TSBulkWriteRequest) ProtoReflect() protoreflect.Message

func (*TSBulkWriteRequest) Reset added in v0.0.6

func (x *TSBulkWriteRequest) Reset()

func (*TSBulkWriteRequest) String added in v0.0.6

func (x *TSBulkWriteRequest) String() string

type TSRangeRequest added in v0.0.6

type TSRangeRequest struct {
	Query []byte `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"` // JSON query.RangeQuery
	// contains filtered or unexported fields
}

func (*TSRangeRequest) Descriptor deprecated added in v0.0.6

func (*TSRangeRequest) Descriptor() ([]byte, []int)

Deprecated: Use TSRangeRequest.ProtoReflect.Descriptor instead.

func (*TSRangeRequest) GetQuery added in v0.0.6

func (x *TSRangeRequest) GetQuery() []byte

func (*TSRangeRequest) ProtoMessage added in v0.0.6

func (*TSRangeRequest) ProtoMessage()

func (*TSRangeRequest) ProtoReflect added in v0.0.6

func (x *TSRangeRequest) ProtoReflect() protoreflect.Message

func (*TSRangeRequest) Reset added in v0.0.6

func (x *TSRangeRequest) Reset()

func (*TSRangeRequest) String added in v0.0.6

func (x *TSRangeRequest) String() string

type ValueList added in v0.0.6

type ValueList struct {
	Items []*CondValue `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*ValueList) Descriptor deprecated added in v0.0.6

func (*ValueList) Descriptor() ([]byte, []int)

Deprecated: Use ValueList.ProtoReflect.Descriptor instead.

func (*ValueList) GetItems added in v0.0.6

func (x *ValueList) GetItems() []*CondValue

func (*ValueList) ProtoMessage added in v0.0.6

func (*ValueList) ProtoMessage()

func (*ValueList) ProtoReflect added in v0.0.6

func (x *ValueList) ProtoReflect() protoreflect.Message

func (*ValueList) Reset added in v0.0.6

func (x *ValueList) Reset()

func (*ValueList) String added in v0.0.6

func (x *ValueList) String() string

type VectorDeleteByMetaRequest added in v0.0.3

type VectorDeleteByMetaRequest struct {
	Entity string `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"`
	Filter []byte `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"` // JSON map[string]string
	// contains filtered or unexported fields
}

func (*VectorDeleteByMetaRequest) Descriptor deprecated added in v0.0.3

func (*VectorDeleteByMetaRequest) Descriptor() ([]byte, []int)

Deprecated: Use VectorDeleteByMetaRequest.ProtoReflect.Descriptor instead.

func (*VectorDeleteByMetaRequest) GetEntity added in v0.0.3

func (x *VectorDeleteByMetaRequest) GetEntity() string

func (*VectorDeleteByMetaRequest) GetFilter added in v0.0.3

func (x *VectorDeleteByMetaRequest) GetFilter() []byte

func (*VectorDeleteByMetaRequest) ProtoMessage added in v0.0.3

func (*VectorDeleteByMetaRequest) ProtoMessage()

func (*VectorDeleteByMetaRequest) ProtoReflect added in v0.0.3

func (*VectorDeleteByMetaRequest) Reset added in v0.0.3

func (x *VectorDeleteByMetaRequest) Reset()

func (*VectorDeleteByMetaRequest) String added in v0.0.3

func (x *VectorDeleteByMetaRequest) String() string

type VectorDeleteRequest

type VectorDeleteRequest struct {
	Entity string `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"`
	Id     string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*VectorDeleteRequest) Descriptor deprecated

func (*VectorDeleteRequest) Descriptor() ([]byte, []int)

Deprecated: Use VectorDeleteRequest.ProtoReflect.Descriptor instead.

func (*VectorDeleteRequest) GetEntity

func (x *VectorDeleteRequest) GetEntity() string

func (*VectorDeleteRequest) GetId

func (x *VectorDeleteRequest) GetId() string

func (*VectorDeleteRequest) ProtoMessage

func (*VectorDeleteRequest) ProtoMessage()

func (*VectorDeleteRequest) ProtoReflect

func (x *VectorDeleteRequest) ProtoReflect() protoreflect.Message

func (*VectorDeleteRequest) Reset

func (x *VectorDeleteRequest) Reset()

func (*VectorDeleteRequest) String

func (x *VectorDeleteRequest) String() string

type VectorGetReply added in v0.0.3

type VectorGetReply struct {
	Embedding []float32 `protobuf:"fixed32,1,rep,packed,name=embedding,proto3" json:"embedding,omitempty"`
	Error     *Error    `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

VectorGetReply carries the raw float components of a stored embedding. On miss the server sets error (code "not_found") and leaves embedding empty.

func (*VectorGetReply) Descriptor deprecated added in v0.0.3

func (*VectorGetReply) Descriptor() ([]byte, []int)

Deprecated: Use VectorGetReply.ProtoReflect.Descriptor instead.

func (*VectorGetReply) GetEmbedding added in v0.0.3

func (x *VectorGetReply) GetEmbedding() []float32

func (*VectorGetReply) GetError added in v0.0.3

func (x *VectorGetReply) GetError() *Error

func (*VectorGetReply) ProtoMessage added in v0.0.3

func (*VectorGetReply) ProtoMessage()

func (*VectorGetReply) ProtoReflect added in v0.0.3

func (x *VectorGetReply) ProtoReflect() protoreflect.Message

func (*VectorGetReply) Reset added in v0.0.3

func (x *VectorGetReply) Reset()

func (*VectorGetReply) String added in v0.0.3

func (x *VectorGetReply) String() string

type VectorGetRequest added in v0.0.3

type VectorGetRequest struct {
	Entity string `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"`
	Id     string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*VectorGetRequest) Descriptor deprecated added in v0.0.3

func (*VectorGetRequest) Descriptor() ([]byte, []int)

Deprecated: Use VectorGetRequest.ProtoReflect.Descriptor instead.

func (*VectorGetRequest) GetEntity added in v0.0.3

func (x *VectorGetRequest) GetEntity() string

func (*VectorGetRequest) GetId added in v0.0.3

func (x *VectorGetRequest) GetId() string

func (*VectorGetRequest) ProtoMessage added in v0.0.3

func (*VectorGetRequest) ProtoMessage()

func (*VectorGetRequest) ProtoReflect added in v0.0.3

func (x *VectorGetRequest) ProtoReflect() protoreflect.Message

func (*VectorGetRequest) Reset added in v0.0.3

func (x *VectorGetRequest) Reset()

func (*VectorGetRequest) String added in v0.0.3

func (x *VectorGetRequest) String() string

type VectorSimilarRequest

type VectorSimilarRequest struct {
	Entity    string    `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"`
	Embedding []float32 `protobuf:"fixed32,2,rep,packed,name=embedding,proto3" json:"embedding,omitempty"`
	K         int32     `protobuf:"varint,3,opt,name=k,proto3" json:"k,omitempty"`
	Filter    []byte    `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"` // JSON map[string]string
	// contains filtered or unexported fields
}

func (*VectorSimilarRequest) Descriptor deprecated

func (*VectorSimilarRequest) Descriptor() ([]byte, []int)

Deprecated: Use VectorSimilarRequest.ProtoReflect.Descriptor instead.

func (*VectorSimilarRequest) GetEmbedding

func (x *VectorSimilarRequest) GetEmbedding() []float32

func (*VectorSimilarRequest) GetEntity

func (x *VectorSimilarRequest) GetEntity() string

func (*VectorSimilarRequest) GetFilter added in v0.0.3

func (x *VectorSimilarRequest) GetFilter() []byte

func (*VectorSimilarRequest) GetK

func (x *VectorSimilarRequest) GetK() int32

func (*VectorSimilarRequest) ProtoMessage

func (*VectorSimilarRequest) ProtoMessage()

func (*VectorSimilarRequest) ProtoReflect

func (x *VectorSimilarRequest) ProtoReflect() protoreflect.Message

func (*VectorSimilarRequest) Reset

func (x *VectorSimilarRequest) Reset()

func (*VectorSimilarRequest) String

func (x *VectorSimilarRequest) String() string

type VectorUpsertRequest

type VectorUpsertRequest struct {
	Entity    string    `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"`
	Id        string    `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Embedding []float32 `protobuf:"fixed32,3,rep,packed,name=embedding,proto3" json:"embedding,omitempty"`
	Meta      []byte    `protobuf:"bytes,4,opt,name=meta,proto3" json:"meta,omitempty"` // JSON map[string]any
	// contains filtered or unexported fields
}

func (*VectorUpsertRequest) Descriptor deprecated

func (*VectorUpsertRequest) Descriptor() ([]byte, []int)

Deprecated: Use VectorUpsertRequest.ProtoReflect.Descriptor instead.

func (*VectorUpsertRequest) GetEmbedding

func (x *VectorUpsertRequest) GetEmbedding() []float32

func (*VectorUpsertRequest) GetEntity

func (x *VectorUpsertRequest) GetEntity() string

func (*VectorUpsertRequest) GetId

func (x *VectorUpsertRequest) GetId() string

func (*VectorUpsertRequest) GetMeta

func (x *VectorUpsertRequest) GetMeta() []byte

func (*VectorUpsertRequest) ProtoMessage

func (*VectorUpsertRequest) ProtoMessage()

func (*VectorUpsertRequest) ProtoReflect

func (x *VectorUpsertRequest) ProtoReflect() protoreflect.Message

func (*VectorUpsertRequest) Reset

func (x *VectorUpsertRequest) Reset()

func (*VectorUpsertRequest) String

func (x *VectorUpsertRequest) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL