Documentation ¶
Index ¶
- Variables
- type OutboxRecord
- func (*OutboxRecord) Descriptor() ([]byte, []int)deprecated
- func (x *OutboxRecord) GetForeignId() int64deprecated
- func (x *OutboxRecord) GetHeaders() map[string]string
- func (x *OutboxRecord) GetRunId() string
- func (x *OutboxRecord) GetType() int32
- func (*OutboxRecord) ProtoMessage()
- func (x *OutboxRecord) ProtoReflect() protoreflect.Message
- func (x *OutboxRecord) Reset()
- func (x *OutboxRecord) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_outbox_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type OutboxRecord ¶
type OutboxRecord struct { // Deprecated: Marked as deprecated in outbox.proto. ForeignId int64 `protobuf:"varint,1,opt,name=foreign_id,json=foreignId,proto3" json:"foreign_id,omitempty"` // Deprecated for use of run_id Type int32 `protobuf:"varint,2,opt,name=type,proto3" json:"type,omitempty"` Headers map[string]string `` /* 155-byte string literal not displayed */ RunId string `protobuf:"bytes,4,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"` // contains filtered or unexported fields }
func (*OutboxRecord) Descriptor
deprecated
func (*OutboxRecord) Descriptor() ([]byte, []int)
Deprecated: Use OutboxRecord.ProtoReflect.Descriptor instead.
func (*OutboxRecord) GetForeignId
deprecated
func (x *OutboxRecord) GetForeignId() int64
Deprecated: Marked as deprecated in outbox.proto.
func (*OutboxRecord) GetHeaders ¶
func (x *OutboxRecord) GetHeaders() map[string]string
func (*OutboxRecord) GetRunId ¶ added in v0.2.0
func (x *OutboxRecord) GetRunId() string
func (*OutboxRecord) GetType ¶
func (x *OutboxRecord) GetType() int32
func (*OutboxRecord) ProtoMessage ¶
func (*OutboxRecord) ProtoMessage()
func (*OutboxRecord) ProtoReflect ¶
func (x *OutboxRecord) ProtoReflect() protoreflect.Message
func (*OutboxRecord) Reset ¶
func (x *OutboxRecord) Reset()
func (*OutboxRecord) String ¶
func (x *OutboxRecord) String() string
Click to show internal directories.
Click to hide internal directories.