schema

package
v0.0.0-...-4d07d55 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2019 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var EnumNamesConnectionProtocol = map[ConnectionProtocol]string{
	ConnectionProtocolTCP: "TCP",
}
View Source
var EnumNamesConnectionType = map[ConnectionType]string{
	ConnectionTypeDirect: "Direct",
	ConnectionTypeBridge: "Bridge",
}
View Source
var EnumNamesIDType = map[IDType]string{
	IDTypeUser:     "User",
	IDTypeAsset:    "Asset",
	IDTypeFunction: "Function",
	IDTypeService:  "Service",
}
View Source
var EnumNamesMsgType = map[MsgType]string{
	MsgTypeQuery:          "Query",
	MsgTypeToProvider:     "ToProvider",
	MsgTypeToClient:       "ToClient",
	MsgTypeCallRuntime:    "CallRuntime",
	MsgTypePubsubCmd:      "PubsubCmd",
	MsgTypePubsubResponse: "PubsubResponse",
	MsgTypeRespond:        "Respond",
}
View Source
var EnumNamesNodeType = map[NodeType]string{
	NodeTypeProvider: "Provider",
	NodeTypeClient:   "Client",
}
View Source
var EnumNamesPubsubCmd = map[PubsubCmd]string{
	PubsubCmdSub:            "Sub",
	PubsubCmdUnsub:          "Unsub",
	PubsubCmdPubAll:         "PubAll",
	PubsubCmdPubSpec:        "PubSpec",
	PubsubCmdListTopic:      "ListTopic",
	PubsubCmdListSubInTopic: "ListSubInTopic",
	PubsubCmdWatchTopicSub:  "WatchTopicSub",
}
View Source
var EnumNamesRuntimeType = map[RuntimeType]string{
	RuntimeTypeJS:        "JS",
	RuntimeTypeWebASM:    "WebASM",
	RuntimeTypeContainer: "Container",
}

Functions

func MsgAddContent

func MsgAddContent(builder *flatbuffers.Builder, Content flatbuffers.UOffsetT)

func MsgAddID

func MsgAddID(builder *flatbuffers.Builder, ID flatbuffers.UOffsetT)

func MsgAddPrivate

func MsgAddPrivate(builder *flatbuffers.Builder, Private bool)

func MsgAddSender

func MsgAddSender(builder *flatbuffers.Builder, Sender flatbuffers.UOffsetT)

func MsgAddSignature

func MsgAddSignature(builder *flatbuffers.Builder, Signature flatbuffers.UOffsetT)

func MsgAddTime

func MsgAddTime(builder *flatbuffers.Builder, Time uint64)

func MsgAddType

func MsgAddType(builder *flatbuffers.Builder, Type int8)

func MsgCallRuntimeContentAddCall

func MsgCallRuntimeContentAddCall(builder *flatbuffers.Builder, Call flatbuffers.UOffsetT)

func MsgCallRuntimeContentAddCaller

func MsgCallRuntimeContentAddCaller(builder *flatbuffers.Builder, Caller flatbuffers.UOffsetT)

func MsgCallRuntimeContentEnd

func MsgCallRuntimeContentEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func MsgCallRuntimeContentStart

func MsgCallRuntimeContentStart(builder *flatbuffers.Builder)

func MsgCallRuntimeContentStartCallerVector

func MsgCallRuntimeContentStartCallerVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func MsgEnd

func MsgEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func MsgPubsubAddData

func MsgPubsubAddData(builder *flatbuffers.Builder, Data flatbuffers.UOffsetT)

func MsgPubsubAddID

func MsgPubsubAddID(builder *flatbuffers.Builder, ID flatbuffers.UOffsetT)

func MsgPubsubAddTopic

func MsgPubsubAddTopic(builder *flatbuffers.Builder, Topic flatbuffers.UOffsetT)

func MsgPubsubCmdAddCmd

func MsgPubsubCmdAddCmd(builder *flatbuffers.Builder, Cmd int8)

func MsgPubsubCmdAddData

func MsgPubsubCmdAddData(builder *flatbuffers.Builder, Data flatbuffers.UOffsetT)

func MsgPubsubCmdAddID

func MsgPubsubCmdAddID(builder *flatbuffers.Builder, ID flatbuffers.UOffsetT)

func MsgPubsubCmdAddTopic

func MsgPubsubCmdAddTopic(builder *flatbuffers.Builder, Topic flatbuffers.UOffsetT)

func MsgPubsubCmdEnd

func MsgPubsubCmdEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func MsgPubsubCmdStart

func MsgPubsubCmdStart(builder *flatbuffers.Builder)

func MsgPubsubCmdStartDataVector

func MsgPubsubCmdStartDataVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func MsgPubsubEnd

func MsgPubsubEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func MsgPubsubStart

func MsgPubsubStart(builder *flatbuffers.Builder)

func MsgPubsubStartDataVector

func MsgPubsubStartDataVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func MsgQueryContentAddID

func MsgQueryContentAddID(builder *flatbuffers.Builder, ID flatbuffers.UOffsetT)

func MsgQueryContentAddWantRetrieve

func MsgQueryContentAddWantRetrieve(builder *flatbuffers.Builder, WantRetrieve bool)

func MsgQueryContentEnd

func MsgQueryContentEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func MsgQueryContentStart

func MsgQueryContentStart(builder *flatbuffers.Builder)

func MsgQueryContentStartIDVector

func MsgQueryContentStartIDVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func MsgRespondContentAddData

func MsgRespondContentAddData(builder *flatbuffers.Builder, Data flatbuffers.UOffsetT)

func MsgRespondContentAddNNA

func MsgRespondContentAddNNA(builder *flatbuffers.Builder, NNA flatbuffers.UOffsetT)

func MsgRespondContentAddStatus

func MsgRespondContentAddStatus(builder *flatbuffers.Builder, Status bool)

func MsgRespondContentEnd

func MsgRespondContentEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func MsgRespondContentStart

func MsgRespondContentStart(builder *flatbuffers.Builder)

func MsgRespondContentStartDataVector

func MsgRespondContentStartDataVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func MsgRespondContentStartNNAVector

func MsgRespondContentStartNNAVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func MsgStart

func MsgStart(builder *flatbuffers.Builder)

func MsgStartContentVector

func MsgStartContentVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func MsgStartIDVector

func MsgStartIDVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func MsgToNodeContentAddData

func MsgToNodeContentAddData(builder *flatbuffers.Builder, Data flatbuffers.UOffsetT)

func MsgToNodeContentAddNNA

func MsgToNodeContentAddNNA(builder *flatbuffers.Builder, NNA flatbuffers.UOffsetT)

func MsgToNodeContentEnd

func MsgToNodeContentEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func MsgToNodeContentStart

func MsgToNodeContentStart(builder *flatbuffers.Builder)

func MsgToNodeContentStartDataVector

func MsgToNodeContentStartDataVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func MsgToNodeContentStartNNAVector

func MsgToNodeContentStartNNAVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func ObjectMetaAddHash

func ObjectMetaAddHash(builder *flatbuffers.Builder, Hash flatbuffers.UOffsetT)

func ObjectMetaAddID

func ObjectMetaAddID(builder *flatbuffers.Builder, ID flatbuffers.UOffsetT)

func ObjectMetaAddOwner

func ObjectMetaAddOwner(builder *flatbuffers.Builder, Owner flatbuffers.UOffsetT)

func ObjectMetaAddSig

func ObjectMetaAddSig(builder *flatbuffers.Builder, Sig flatbuffers.UOffsetT)

func ObjectMetaEnd

func ObjectMetaEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func ObjectMetaStart

func ObjectMetaStart(builder *flatbuffers.Builder)

func ObjectMetaStartHashVector

func ObjectMetaStartHashVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func ObjectMetaStartIDVector

func ObjectMetaStartIDVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func ObjectMetaStartOwnerVector

func ObjectMetaStartOwnerVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func ObjectMetaStartSigVector

func ObjectMetaStartSigVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func PubsubCmdResultAddContent

func PubsubCmdResultAddContent(builder *flatbuffers.Builder, Content flatbuffers.UOffsetT)

func PubsubCmdResultAddSuccess

func PubsubCmdResultAddSuccess(builder *flatbuffers.Builder, Success bool)

func PubsubCmdResultEnd

func PubsubCmdResultEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func PubsubCmdResultStart

func PubsubCmdResultStart(builder *flatbuffers.Builder)

func PubsubCmdResultStartContentVector

func PubsubCmdResultStartContentVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func RuntimeCallAddCallNNA

func RuntimeCallAddCallNNA(builder *flatbuffers.Builder, CallNNA flatbuffers.UOffsetT)

func RuntimeCallAddID

func RuntimeCallAddID(builder *flatbuffers.Builder, ID flatbuffers.UOffsetT)

func RuntimeCallAddParams

func RuntimeCallAddParams(builder *flatbuffers.Builder, Params flatbuffers.UOffsetT)

func RuntimeCallEnd

func RuntimeCallEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func RuntimeCallParamsAddInput

func RuntimeCallParamsAddInput(builder *flatbuffers.Builder, Input flatbuffers.UOffsetT)

func RuntimeCallParamsAddTimeout

func RuntimeCallParamsAddTimeout(builder *flatbuffers.Builder, Timeout uint64)

func RuntimeCallParamsEnd

func RuntimeCallParamsEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func RuntimeCallParamsStart

func RuntimeCallParamsStart(builder *flatbuffers.Builder)

func RuntimeCallParamsStartInputVector

func RuntimeCallParamsStartInputVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func RuntimeCallStart

func RuntimeCallStart(builder *flatbuffers.Builder)

func RuntimeCallStartCallNNAVector

func RuntimeCallStartCallNNAVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func RuntimeCallStartIDVector

func RuntimeCallStartIDVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func RuntimeCallStartParamsVector

func RuntimeCallStartParamsVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func RuntimeOutputAddLog

func RuntimeOutputAddLog(builder *flatbuffers.Builder, Log flatbuffers.UOffsetT)

func RuntimeOutputAddResult

func RuntimeOutputAddResult(builder *flatbuffers.Builder, Result flatbuffers.UOffsetT)

func RuntimeOutputAddStatus

func RuntimeOutputAddStatus(builder *flatbuffers.Builder, Status bool)

func RuntimeOutputEnd

func RuntimeOutputEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func RuntimeOutputStart

func RuntimeOutputStart(builder *flatbuffers.Builder)

func RuntimeOutputStartLogVector

func RuntimeOutputStartLogVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func RuntimeOutputStartResultVector

func RuntimeOutputStartResultVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

func SchemaVersionAddMsg

func SchemaVersionAddMsg(builder *flatbuffers.Builder, Msg int32)

func SchemaVersionAddRuntime

func SchemaVersionAddRuntime(builder *flatbuffers.Builder, Runtime int32)

func SchemaVersionEnd

func SchemaVersionEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func SchemaVersionStart

func SchemaVersionStart(builder *flatbuffers.Builder)

Types

type ConnectionProtocol

type ConnectionProtocol = int8
const (
	ConnectionProtocolTCP ConnectionProtocol = 0
)

type ConnectionType

type ConnectionType = int8
const (
	ConnectionTypeDirect ConnectionType = 0
	ConnectionTypeBridge ConnectionType = 1
)

type IDType

type IDType = int8
const (
	IDTypeUser     IDType = 0
	IDTypeAsset    IDType = 1
	IDTypeFunction IDType = 2
	IDTypeService  IDType = 3
)

type Msg

type Msg struct {
	// contains filtered or unexported fields
}

func GetRootAsMsg

func GetRootAsMsg(buf []byte, offset flatbuffers.UOffsetT) *Msg

func (*Msg) Content

func (rcv *Msg) Content(j int) byte

func (*Msg) ContentBytes

func (rcv *Msg) ContentBytes() []byte

func (*Msg) ContentLength

func (rcv *Msg) ContentLength() int

func (*Msg) ID

func (rcv *Msg) ID(j int) byte

func (*Msg) IDBytes

func (rcv *Msg) IDBytes() []byte

func (*Msg) IDLength

func (rcv *Msg) IDLength() int

func (*Msg) Init

func (rcv *Msg) Init(buf []byte, i flatbuffers.UOffsetT)

func (*Msg) MutateContent

func (rcv *Msg) MutateContent(j int, n byte) bool

func (*Msg) MutateID

func (rcv *Msg) MutateID(j int, n byte) bool

func (*Msg) MutatePrivate

func (rcv *Msg) MutatePrivate(n bool) bool

func (*Msg) MutateTime

func (rcv *Msg) MutateTime(n uint64) bool

func (*Msg) MutateType

func (rcv *Msg) MutateType(n MsgType) bool

func (*Msg) Private

func (rcv *Msg) Private() bool

func (*Msg) Sender

func (rcv *Msg) Sender() []byte

func (*Msg) Signature

func (rcv *Msg) Signature() []byte

func (*Msg) Table

func (rcv *Msg) Table() flatbuffers.Table

func (*Msg) Time

func (rcv *Msg) Time() uint64

func (*Msg) Type

func (rcv *Msg) Type() MsgType

type MsgCallRuntimeContent

type MsgCallRuntimeContent struct {
	// contains filtered or unexported fields
}

func GetRootAsMsgCallRuntimeContent

func GetRootAsMsgCallRuntimeContent(buf []byte, offset flatbuffers.UOffsetT) *MsgCallRuntimeContent

func (*MsgCallRuntimeContent) Call

func (*MsgCallRuntimeContent) Caller

func (rcv *MsgCallRuntimeContent) Caller(j int) byte

func (*MsgCallRuntimeContent) CallerBytes

func (rcv *MsgCallRuntimeContent) CallerBytes() []byte

func (*MsgCallRuntimeContent) CallerLength

func (rcv *MsgCallRuntimeContent) CallerLength() int

func (*MsgCallRuntimeContent) Init

func (rcv *MsgCallRuntimeContent) Init(buf []byte, i flatbuffers.UOffsetT)

func (*MsgCallRuntimeContent) MutateCaller

func (rcv *MsgCallRuntimeContent) MutateCaller(j int, n byte) bool

func (*MsgCallRuntimeContent) Table

type MsgPubsub

type MsgPubsub struct {
	// contains filtered or unexported fields
}

func GetRootAsMsgPubsub

func GetRootAsMsgPubsub(buf []byte, offset flatbuffers.UOffsetT) *MsgPubsub

func (*MsgPubsub) Data

func (rcv *MsgPubsub) Data(j int) byte

func (*MsgPubsub) DataBytes

func (rcv *MsgPubsub) DataBytes() []byte

func (*MsgPubsub) DataLength

func (rcv *MsgPubsub) DataLength() int

func (*MsgPubsub) ID

func (rcv *MsgPubsub) ID() []byte

func (*MsgPubsub) Init

func (rcv *MsgPubsub) Init(buf []byte, i flatbuffers.UOffsetT)

func (*MsgPubsub) MutateData

func (rcv *MsgPubsub) MutateData(j int, n byte) bool

func (*MsgPubsub) Table

func (rcv *MsgPubsub) Table() flatbuffers.Table

func (*MsgPubsub) Topic

func (rcv *MsgPubsub) Topic() []byte

type MsgPubsubCmd

type MsgPubsubCmd struct {
	// contains filtered or unexported fields
}

func GetRootAsMsgPubsubCmd

func GetRootAsMsgPubsubCmd(buf []byte, offset flatbuffers.UOffsetT) *MsgPubsubCmd

func (*MsgPubsubCmd) Cmd

func (rcv *MsgPubsubCmd) Cmd() PubsubCmd

func (*MsgPubsubCmd) Data

func (rcv *MsgPubsubCmd) Data(j int) byte

func (*MsgPubsubCmd) DataBytes

func (rcv *MsgPubsubCmd) DataBytes() []byte

func (*MsgPubsubCmd) DataLength

func (rcv *MsgPubsubCmd) DataLength() int

func (*MsgPubsubCmd) ID

func (rcv *MsgPubsubCmd) ID() []byte

func (*MsgPubsubCmd) Init

func (rcv *MsgPubsubCmd) Init(buf []byte, i flatbuffers.UOffsetT)

func (*MsgPubsubCmd) MutateCmd

func (rcv *MsgPubsubCmd) MutateCmd(n PubsubCmd) bool

func (*MsgPubsubCmd) MutateData

func (rcv *MsgPubsubCmd) MutateData(j int, n byte) bool

func (*MsgPubsubCmd) Table

func (rcv *MsgPubsubCmd) Table() flatbuffers.Table

func (*MsgPubsubCmd) Topic

func (rcv *MsgPubsubCmd) Topic() []byte

type MsgQueryContent

type MsgQueryContent struct {
	// contains filtered or unexported fields
}

func GetRootAsMsgQueryContent

func GetRootAsMsgQueryContent(buf []byte, offset flatbuffers.UOffsetT) *MsgQueryContent

func (*MsgQueryContent) ID

func (rcv *MsgQueryContent) ID(j int) byte

func (*MsgQueryContent) IDBytes

func (rcv *MsgQueryContent) IDBytes() []byte

func (*MsgQueryContent) IDLength

func (rcv *MsgQueryContent) IDLength() int

func (*MsgQueryContent) Init

func (rcv *MsgQueryContent) Init(buf []byte, i flatbuffers.UOffsetT)

func (*MsgQueryContent) MutateID

func (rcv *MsgQueryContent) MutateID(j int, n byte) bool

func (*MsgQueryContent) MutateWantRetrieve

func (rcv *MsgQueryContent) MutateWantRetrieve(n bool) bool

func (*MsgQueryContent) Table

func (rcv *MsgQueryContent) Table() flatbuffers.Table

func (*MsgQueryContent) WantRetrieve

func (rcv *MsgQueryContent) WantRetrieve() bool

type MsgRespondContent

type MsgRespondContent struct {
	// contains filtered or unexported fields
}

func GetRootAsMsgRespondContent

func GetRootAsMsgRespondContent(buf []byte, offset flatbuffers.UOffsetT) *MsgRespondContent

func (*MsgRespondContent) Data

func (rcv *MsgRespondContent) Data(j int) byte

func (*MsgRespondContent) DataBytes

func (rcv *MsgRespondContent) DataBytes() []byte

func (*MsgRespondContent) DataLength

func (rcv *MsgRespondContent) DataLength() int

func (*MsgRespondContent) Init

func (rcv *MsgRespondContent) Init(buf []byte, i flatbuffers.UOffsetT)

func (*MsgRespondContent) MutateData

func (rcv *MsgRespondContent) MutateData(j int, n byte) bool

func (*MsgRespondContent) MutateNNA

func (rcv *MsgRespondContent) MutateNNA(j int, n byte) bool

func (*MsgRespondContent) MutateStatus

func (rcv *MsgRespondContent) MutateStatus(n bool) bool

func (*MsgRespondContent) NNA

func (rcv *MsgRespondContent) NNA(j int) byte

func (*MsgRespondContent) NNABytes

func (rcv *MsgRespondContent) NNABytes() []byte

func (*MsgRespondContent) NNALength

func (rcv *MsgRespondContent) NNALength() int

func (*MsgRespondContent) Status

func (rcv *MsgRespondContent) Status() bool

func (*MsgRespondContent) Table

func (rcv *MsgRespondContent) Table() flatbuffers.Table

type MsgToNodeContent

type MsgToNodeContent struct {
	// contains filtered or unexported fields
}

func GetRootAsMsgToNodeContent

func GetRootAsMsgToNodeContent(buf []byte, offset flatbuffers.UOffsetT) *MsgToNodeContent

func (*MsgToNodeContent) Data

func (rcv *MsgToNodeContent) Data(j int) byte

func (*MsgToNodeContent) DataBytes

func (rcv *MsgToNodeContent) DataBytes() []byte

func (*MsgToNodeContent) DataLength

func (rcv *MsgToNodeContent) DataLength() int

func (*MsgToNodeContent) Init

func (rcv *MsgToNodeContent) Init(buf []byte, i flatbuffers.UOffsetT)

func (*MsgToNodeContent) MutateData

func (rcv *MsgToNodeContent) MutateData(j int, n byte) bool

func (*MsgToNodeContent) MutateNNA

func (rcv *MsgToNodeContent) MutateNNA(j int, n byte) bool

func (*MsgToNodeContent) NNA

func (rcv *MsgToNodeContent) NNA(j int) byte

func (*MsgToNodeContent) NNABytes

func (rcv *MsgToNodeContent) NNABytes() []byte

func (*MsgToNodeContent) NNALength

func (rcv *MsgToNodeContent) NNALength() int

func (*MsgToNodeContent) Table

func (rcv *MsgToNodeContent) Table() flatbuffers.Table

type MsgType

type MsgType = int8
const (
	MsgTypeQuery          MsgType = 0
	MsgTypeToProvider     MsgType = 1
	MsgTypeToClient       MsgType = 2
	MsgTypeCallRuntime    MsgType = 3
	MsgTypePubsubCmd      MsgType = 4
	MsgTypePubsubResponse MsgType = 5
	MsgTypeRespond        MsgType = 6
)

type NodeType

type NodeType = int8
const (
	NodeTypeProvider NodeType = 0
	NodeTypeClient   NodeType = 1
)

type ObjectMeta

type ObjectMeta struct {
	// contains filtered or unexported fields
}

func GetRootAsObjectMeta

func GetRootAsObjectMeta(buf []byte, offset flatbuffers.UOffsetT) *ObjectMeta

func (*ObjectMeta) Hash

func (rcv *ObjectMeta) Hash(j int) byte

func (*ObjectMeta) HashBytes

func (rcv *ObjectMeta) HashBytes() []byte

func (*ObjectMeta) HashLength

func (rcv *ObjectMeta) HashLength() int

func (*ObjectMeta) ID

func (rcv *ObjectMeta) ID(j int) byte

func (*ObjectMeta) IDBytes

func (rcv *ObjectMeta) IDBytes() []byte

func (*ObjectMeta) IDLength

func (rcv *ObjectMeta) IDLength() int

func (*ObjectMeta) Init

func (rcv *ObjectMeta) Init(buf []byte, i flatbuffers.UOffsetT)

func (*ObjectMeta) MutateHash

func (rcv *ObjectMeta) MutateHash(j int, n byte) bool

func (*ObjectMeta) MutateID

func (rcv *ObjectMeta) MutateID(j int, n byte) bool

func (*ObjectMeta) MutateOwner

func (rcv *ObjectMeta) MutateOwner(j int, n byte) bool

func (*ObjectMeta) MutateSig

func (rcv *ObjectMeta) MutateSig(j int, n byte) bool

func (*ObjectMeta) Owner

func (rcv *ObjectMeta) Owner(j int) byte

func (*ObjectMeta) OwnerBytes

func (rcv *ObjectMeta) OwnerBytes() []byte

func (*ObjectMeta) OwnerLength

func (rcv *ObjectMeta) OwnerLength() int

func (*ObjectMeta) Sig

func (rcv *ObjectMeta) Sig(j int) byte

func (*ObjectMeta) SigBytes

func (rcv *ObjectMeta) SigBytes() []byte

func (*ObjectMeta) SigLength

func (rcv *ObjectMeta) SigLength() int

func (*ObjectMeta) Table

func (rcv *ObjectMeta) Table() flatbuffers.Table

type PubsubCmd

type PubsubCmd = int8
const (
	PubsubCmdSub            PubsubCmd = 0
	PubsubCmdUnsub          PubsubCmd = 1
	PubsubCmdPubAll         PubsubCmd = 2
	PubsubCmdPubSpec        PubsubCmd = 3
	PubsubCmdListTopic      PubsubCmd = 4
	PubsubCmdListSubInTopic PubsubCmd = 5
	PubsubCmdWatchTopicSub  PubsubCmd = 6
)

type PubsubCmdResult

type PubsubCmdResult struct {
	// contains filtered or unexported fields
}

func GetRootAsPubsubCmdResult

func GetRootAsPubsubCmdResult(buf []byte, offset flatbuffers.UOffsetT) *PubsubCmdResult

func (*PubsubCmdResult) Content

func (rcv *PubsubCmdResult) Content(j int) byte

func (*PubsubCmdResult) ContentBytes

func (rcv *PubsubCmdResult) ContentBytes() []byte

func (*PubsubCmdResult) ContentLength

func (rcv *PubsubCmdResult) ContentLength() int

func (*PubsubCmdResult) Init

func (rcv *PubsubCmdResult) Init(buf []byte, i flatbuffers.UOffsetT)

func (*PubsubCmdResult) MutateContent

func (rcv *PubsubCmdResult) MutateContent(j int, n byte) bool

func (*PubsubCmdResult) MutateSuccess

func (rcv *PubsubCmdResult) MutateSuccess(n bool) bool

func (*PubsubCmdResult) Success

func (rcv *PubsubCmdResult) Success() bool

func (*PubsubCmdResult) Table

func (rcv *PubsubCmdResult) Table() flatbuffers.Table

type RuntimeCall

type RuntimeCall struct {
	// contains filtered or unexported fields
}

func GetRootAsRuntimeCall

func GetRootAsRuntimeCall(buf []byte, offset flatbuffers.UOffsetT) *RuntimeCall

func (*RuntimeCall) CallNNA

func (rcv *RuntimeCall) CallNNA(j int) byte

func (*RuntimeCall) CallNNABytes

func (rcv *RuntimeCall) CallNNABytes() []byte

func (*RuntimeCall) CallNNALength

func (rcv *RuntimeCall) CallNNALength() int

func (*RuntimeCall) ID

func (rcv *RuntimeCall) ID(j int) byte

func (*RuntimeCall) IDBytes

func (rcv *RuntimeCall) IDBytes() []byte

func (*RuntimeCall) IDLength

func (rcv *RuntimeCall) IDLength() int

func (*RuntimeCall) Init

func (rcv *RuntimeCall) Init(buf []byte, i flatbuffers.UOffsetT)

func (*RuntimeCall) MutateCallNNA

func (rcv *RuntimeCall) MutateCallNNA(j int, n byte) bool

func (*RuntimeCall) MutateID

func (rcv *RuntimeCall) MutateID(j int, n byte) bool

func (*RuntimeCall) Params

func (rcv *RuntimeCall) Params(obj *RuntimeCallParams, j int) bool

func (*RuntimeCall) ParamsLength

func (rcv *RuntimeCall) ParamsLength() int

func (*RuntimeCall) Table

func (rcv *RuntimeCall) Table() flatbuffers.Table

type RuntimeCallParams

type RuntimeCallParams struct {
	// contains filtered or unexported fields
}

func GetRootAsRuntimeCallParams

func GetRootAsRuntimeCallParams(buf []byte, offset flatbuffers.UOffsetT) *RuntimeCallParams

func (*RuntimeCallParams) Init

func (rcv *RuntimeCallParams) Init(buf []byte, i flatbuffers.UOffsetT)

func (*RuntimeCallParams) Input

func (rcv *RuntimeCallParams) Input(j int) byte

func (*RuntimeCallParams) InputBytes

func (rcv *RuntimeCallParams) InputBytes() []byte

func (*RuntimeCallParams) InputLength

func (rcv *RuntimeCallParams) InputLength() int

func (*RuntimeCallParams) MutateInput

func (rcv *RuntimeCallParams) MutateInput(j int, n byte) bool

func (*RuntimeCallParams) MutateTimeout

func (rcv *RuntimeCallParams) MutateTimeout(n uint64) bool

func (*RuntimeCallParams) Table

func (rcv *RuntimeCallParams) Table() flatbuffers.Table

func (*RuntimeCallParams) Timeout

func (rcv *RuntimeCallParams) Timeout() uint64

type RuntimeOutput

type RuntimeOutput struct {
	// contains filtered or unexported fields
}

func GetRootAsRuntimeOutput

func GetRootAsRuntimeOutput(buf []byte, offset flatbuffers.UOffsetT) *RuntimeOutput

func (*RuntimeOutput) Init

func (rcv *RuntimeOutput) Init(buf []byte, i flatbuffers.UOffsetT)

func (*RuntimeOutput) Log

func (rcv *RuntimeOutput) Log(j int) byte

func (*RuntimeOutput) LogBytes

func (rcv *RuntimeOutput) LogBytes() []byte

func (*RuntimeOutput) LogLength

func (rcv *RuntimeOutput) LogLength() int

func (*RuntimeOutput) MutateLog

func (rcv *RuntimeOutput) MutateLog(j int, n byte) bool

func (*RuntimeOutput) MutateResult

func (rcv *RuntimeOutput) MutateResult(j int, n byte) bool

func (*RuntimeOutput) MutateStatus

func (rcv *RuntimeOutput) MutateStatus(n bool) bool

func (*RuntimeOutput) Result

func (rcv *RuntimeOutput) Result(j int) byte

func (*RuntimeOutput) ResultBytes

func (rcv *RuntimeOutput) ResultBytes() []byte

func (*RuntimeOutput) ResultLength

func (rcv *RuntimeOutput) ResultLength() int

func (*RuntimeOutput) Status

func (rcv *RuntimeOutput) Status() bool

func (*RuntimeOutput) Table

func (rcv *RuntimeOutput) Table() flatbuffers.Table

type RuntimeType

type RuntimeType = int8
const (
	RuntimeTypeJS        RuntimeType = 0
	RuntimeTypeWebASM    RuntimeType = 1
	RuntimeTypeContainer RuntimeType = 2
)

type SchemaVersion

type SchemaVersion struct {
	// contains filtered or unexported fields
}

func GetRootAsSchemaVersion

func GetRootAsSchemaVersion(buf []byte, offset flatbuffers.UOffsetT) *SchemaVersion

func (*SchemaVersion) Init

func (rcv *SchemaVersion) Init(buf []byte, i flatbuffers.UOffsetT)

func (*SchemaVersion) Msg

func (rcv *SchemaVersion) Msg() int32

func (*SchemaVersion) MutateMsg

func (rcv *SchemaVersion) MutateMsg(n int32) bool

func (*SchemaVersion) MutateRuntime

func (rcv *SchemaVersion) MutateRuntime(n int32) bool

func (*SchemaVersion) Runtime

func (rcv *SchemaVersion) Runtime() int32

func (*SchemaVersion) Table

func (rcv *SchemaVersion) Table() flatbuffers.Table

Jump to

Keyboard shortcuts

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