Documentation ¶
Index ¶
- Variables
- type Entry
- func (*Entry) Descriptor() ([]byte, []int)deprecated
- func (x *Entry) GetElems() *fnexecution_v1.Elements
- func (x *Entry) GetFooter() *Footer
- func (x *Entry) GetHeader() *Header
- func (x *Entry) GetInstReq() *fnexecution_v1.InstructionRequest
- func (x *Entry) GetInstResp() *fnexecution_v1.InstructionResponse
- func (x *Entry) GetKind() Kind
- func (x *Entry) GetLogEntries() *fnexecution_v1.LogEntry_List
- func (m *Entry) GetMsg() isEntry_Msg
- func (x *Entry) GetTimestamp() int64
- func (*Entry) ProtoMessage()
- func (x *Entry) ProtoReflect() protoreflect.Message
- func (x *Entry) Reset()
- func (x *Entry) String() string
- type EntryHeader
- type Entry_Elems
- type Entry_Footer
- type Entry_Header
- type Entry_InstReq
- type Entry_InstResp
- type Entry_LogEntries
- type Footer
- type Header
- func (*Header) Descriptor() ([]byte, []int)deprecated
- func (x *Header) GetMaxMsgLen() int64
- func (x *Header) GetSdkVersion() string
- func (x *Header) GetVersion() string
- func (*Header) ProtoMessage()
- func (x *Header) ProtoReflect() protoreflect.Message
- func (x *Header) Reset()
- func (x *Header) String() string
- type Kind
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Kind_name = map[int32]string{ 0: "INVALID", 1: "INSTRUCTION_REQUEST", 2: "INSTRUCTION_RESPONSE", 3: "DATA_RECEIVED", 4: "DATA_SENT", 5: "LOG_ENTRIES", 6: "HEADER", 7: "FOOTER", } Kind_value = map[string]int32{ "INVALID": 0, "INSTRUCTION_REQUEST": 1, "INSTRUCTION_RESPONSE": 2, "DATA_RECEIVED": 3, "DATA_SENT": 4, "LOG_ENTRIES": 5, "HEADER": 6, "FOOTER": 7, } )
Enum value maps for Kind.
View Source
var File_session_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct { Kind Kind `` /* 134-byte string literal not displayed */ // Types that are assignable to Msg: // *Entry_InstReq // *Entry_InstResp // *Entry_Elems // *Entry_LogEntries // *Entry_Header // *Entry_Footer Msg isEntry_Msg `protobuf_oneof:"msg"` Timestamp int64 `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // contains filtered or unexported fields }
func (*Entry) Descriptor
deprecated
func (*Entry) GetElems ¶
func (x *Entry) GetElems() *fnexecution_v1.Elements
func (*Entry) GetInstReq ¶
func (x *Entry) GetInstReq() *fnexecution_v1.InstructionRequest
func (*Entry) GetInstResp ¶
func (x *Entry) GetInstResp() *fnexecution_v1.InstructionResponse
func (*Entry) GetLogEntries ¶
func (x *Entry) GetLogEntries() *fnexecution_v1.LogEntry_List
func (*Entry) GetTimestamp ¶
func (*Entry) ProtoMessage ¶
func (*Entry) ProtoMessage()
func (*Entry) ProtoReflect ¶
func (x *Entry) ProtoReflect() protoreflect.Message
type EntryHeader ¶
type EntryHeader struct { Len int64 `protobuf:"varint,1,opt,name=len,proto3" json:"len,omitempty"` Kind Kind `` /* 134-byte string literal not displayed */ // contains filtered or unexported fields }
func (*EntryHeader) Descriptor
deprecated
func (*EntryHeader) Descriptor() ([]byte, []int)
Deprecated: Use EntryHeader.ProtoReflect.Descriptor instead.
func (*EntryHeader) GetKind ¶
func (x *EntryHeader) GetKind() Kind
func (*EntryHeader) GetLen ¶
func (x *EntryHeader) GetLen() int64
func (*EntryHeader) ProtoMessage ¶
func (*EntryHeader) ProtoMessage()
func (*EntryHeader) ProtoReflect ¶
func (x *EntryHeader) ProtoReflect() protoreflect.Message
func (*EntryHeader) Reset ¶
func (x *EntryHeader) Reset()
func (*EntryHeader) String ¶
func (x *EntryHeader) String() string
type Entry_Elems ¶
type Entry_Elems struct {
Elems *fnexecution_v1.Elements `protobuf:"bytes,1002,opt,name=elems,proto3,oneof"`
}
type Entry_Footer ¶
type Entry_Footer struct {
}type Entry_Header ¶
type Entry_Header struct {
Header *Header `protobuf:"bytes,1004,opt,name=header,proto3,oneof"`
}
type Entry_InstReq ¶
type Entry_InstReq struct {
InstReq *fnexecution_v1.InstructionRequest `protobuf:"bytes,1000,opt,name=inst_req,json=instReq,proto3,oneof"`
}
type Entry_InstResp ¶
type Entry_InstResp struct {
InstResp *fnexecution_v1.InstructionResponse `protobuf:"bytes,1001,opt,name=inst_resp,json=instResp,proto3,oneof"`
}
type Entry_LogEntries ¶
type Entry_LogEntries struct {
LogEntries *fnexecution_v1.LogEntry_List `protobuf:"bytes,1003,opt,name=log_entries,json=logEntries,proto3,oneof"`
}
type Footer ¶
type Footer struct {
// contains filtered or unexported fields
}
func (*Footer) Descriptor
deprecated
func (*Footer) ProtoMessage ¶
func (*Footer) ProtoMessage()
func (*Footer) ProtoReflect ¶
func (x *Footer) ProtoReflect() protoreflect.Message
type Header ¶
type Header struct { Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` // version identifier of the session schema SdkVersion string `protobuf:"bytes,2,opt,name=sdk_version,json=sdkVersion,proto3" json:"sdk_version,omitempty"` // build information for the SDK that generated the session. MaxMsgLen int64 `protobuf:"varint,3,opt,name=max_msg_len,json=maxMsgLen,proto3" json:"max_msg_len,omitempty"` // maximum length of a single entry // contains filtered or unexported fields }
func (*Header) Descriptor
deprecated
func (*Header) GetMaxMsgLen ¶
func (*Header) GetSdkVersion ¶
func (*Header) GetVersion ¶
func (*Header) ProtoMessage ¶
func (*Header) ProtoMessage()
func (*Header) ProtoReflect ¶
func (x *Header) ProtoReflect() protoreflect.Message
type Kind ¶
type Kind int32
func (Kind) Descriptor ¶
func (Kind) Descriptor() protoreflect.EnumDescriptor
func (Kind) EnumDescriptor
deprecated
func (Kind) Number ¶
func (x Kind) Number() protoreflect.EnumNumber
func (Kind) Type ¶
func (Kind) Type() protoreflect.EnumType
Click to show internal directories.
Click to hide internal directories.