remote

package
v2.3.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConfigItemAddAddress

func ConfigItemAddAddress(builder *flatbuffers.Builder, address flatbuffers.UOffsetT)

func ConfigItemAddName

func ConfigItemAddName(builder *flatbuffers.Builder, name flatbuffers.UOffsetT)

func ConfigItemEnd

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

func ConfigItemKeyCompare

func ConfigItemKeyCompare(o1, o2 flatbuffers.UOffsetT, buf []byte) bool

/ name of the remote connection

func ConfigItemStart

func ConfigItemStart(builder *flatbuffers.Builder)

/ remote data layer connection string

func RemoteConfigAddRemotes

func RemoteConfigAddRemotes(builder *flatbuffers.Builder, remotes flatbuffers.UOffsetT)

func RemoteConfigEnd

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

func RemoteConfigStart

func RemoteConfigStart(builder *flatbuffers.Builder)

func RemoteConfigStartRemotesVector

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

func ReverseConnectionAddConnectionAddress

func ReverseConnectionAddConnectionAddress(builder *flatbuffers.Builder, connectionAddress flatbuffers.UOffsetT)

func ReverseConnectionAddConnectionId

func ReverseConnectionAddConnectionId(builder *flatbuffers.Builder, connectionId flatbuffers.UOffsetT)

func ReverseConnectionAddName

func ReverseConnectionAddName(builder *flatbuffers.Builder, name flatbuffers.UOffsetT)

func ReverseConnectionEnd

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

func ReverseConnectionKeyCompare

func ReverseConnectionKeyCompare(o1, o2 flatbuffers.UOffsetT, buf []byte) bool

/ local id of reverse connection

func ReverseConnectionStart

func ReverseConnectionStart(builder *flatbuffers.Builder)

/ name the datalayer appears on remote server

func ReverseConnectionsAddReverseConnections

func ReverseConnectionsAddReverseConnections(builder *flatbuffers.Builder, reverseConnections flatbuffers.UOffsetT)

func ReverseConnectionsEnd

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

func ReverseConnectionsStart

func ReverseConnectionsStart(builder *flatbuffers.Builder)

func ReverseConnectionsStartReverseConnectionsVector

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

Types

type ConfigItem

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

func GetRootAsConfigItem

func GetRootAsConfigItem(buf []byte, offset flatbuffers.UOffsetT) *ConfigItem

func GetSizePrefixedRootAsConfigItem

func GetSizePrefixedRootAsConfigItem(buf []byte, offset flatbuffers.UOffsetT) *ConfigItem

func (*ConfigItem) Address

func (rcv *ConfigItem) Address() []byte

/ remote data layer connection string

func (*ConfigItem) Init

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

func (*ConfigItem) LookupByKey

func (rcv *ConfigItem) LookupByKey(key string, vectorLocation flatbuffers.UOffsetT, buf []byte) bool

func (*ConfigItem) Name

func (rcv *ConfigItem) Name() []byte

/ name of the remote connection

func (*ConfigItem) Table

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

func (*ConfigItem) UnPack

func (rcv *ConfigItem) UnPack() *ConfigItemT

func (*ConfigItem) UnPackTo

func (rcv *ConfigItem) UnPackTo(t *ConfigItemT)

type ConfigItemT

type ConfigItemT struct {
	Name    string `json:"name"`
	Address string `json:"address"`
}

func (*ConfigItemT) Pack

type RemoteConfig

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

func GetRootAsRemoteConfig

func GetRootAsRemoteConfig(buf []byte, offset flatbuffers.UOffsetT) *RemoteConfig

func GetSizePrefixedRootAsRemoteConfig

func GetSizePrefixedRootAsRemoteConfig(buf []byte, offset flatbuffers.UOffsetT) *RemoteConfig

func (*RemoteConfig) Init

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

func (*RemoteConfig) Remotes

func (rcv *RemoteConfig) Remotes(obj *ConfigItem, j int) bool

func (*RemoteConfig) RemotesByKey

func (rcv *RemoteConfig) RemotesByKey(obj *ConfigItem, key string) bool

func (*RemoteConfig) RemotesLength

func (rcv *RemoteConfig) RemotesLength() int

func (*RemoteConfig) Table

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

func (*RemoteConfig) UnPack

func (rcv *RemoteConfig) UnPack() *RemoteConfigT

func (*RemoteConfig) UnPackTo

func (rcv *RemoteConfig) UnPackTo(t *RemoteConfigT)

type RemoteConfigT

type RemoteConfigT struct {
	Remotes []*ConfigItemT `json:"remotes"`
}

func (*RemoteConfigT) Pack

type ReverseConnection

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

func GetRootAsReverseConnection

func GetRootAsReverseConnection(buf []byte, offset flatbuffers.UOffsetT) *ReverseConnection

func GetSizePrefixedRootAsReverseConnection

func GetSizePrefixedRootAsReverseConnection(buf []byte, offset flatbuffers.UOffsetT) *ReverseConnection

func (*ReverseConnection) ConnectionAddress

func (rcv *ReverseConnection) ConnectionAddress() []byte

/ address to remote control to connect to (connect string)

func (*ReverseConnection) ConnectionId

func (rcv *ReverseConnection) ConnectionId() []byte

/ local id of reverse connection

func (*ReverseConnection) Init

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

func (*ReverseConnection) LookupByKey

func (rcv *ReverseConnection) LookupByKey(key string, vectorLocation flatbuffers.UOffsetT, buf []byte) bool

func (*ReverseConnection) Name

func (rcv *ReverseConnection) Name() []byte

/ address to remote control to connect to (connect string) / name the datalayer appears on remote server

func (*ReverseConnection) Table

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

func (*ReverseConnection) UnPack

func (rcv *ReverseConnection) UnPack() *ReverseConnectionT

func (*ReverseConnection) UnPackTo

func (rcv *ReverseConnection) UnPackTo(t *ReverseConnectionT)

type ReverseConnectionT

type ReverseConnectionT struct {
	ConnectionId      string `json:"connectionId"`
	ConnectionAddress string `json:"connectionAddress"`
	Name              string `json:"name"`
}

func (*ReverseConnectionT) Pack

type ReverseConnections

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

func GetRootAsReverseConnections

func GetRootAsReverseConnections(buf []byte, offset flatbuffers.UOffsetT) *ReverseConnections

func GetSizePrefixedRootAsReverseConnections

func GetSizePrefixedRootAsReverseConnections(buf []byte, offset flatbuffers.UOffsetT) *ReverseConnections

func (*ReverseConnections) Init

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

func (*ReverseConnections) ReverseConnections

func (rcv *ReverseConnections) ReverseConnections(obj *ReverseConnection, j int) bool

func (*ReverseConnections) ReverseConnectionsByKey

func (rcv *ReverseConnections) ReverseConnectionsByKey(obj *ReverseConnection, key string) bool

func (*ReverseConnections) ReverseConnectionsLength

func (rcv *ReverseConnections) ReverseConnectionsLength() int

func (*ReverseConnections) Table

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

func (*ReverseConnections) UnPack

func (rcv *ReverseConnections) UnPack() *ReverseConnectionsT

func (*ReverseConnections) UnPackTo

func (rcv *ReverseConnections) UnPackTo(t *ReverseConnectionsT)

type ReverseConnectionsT

type ReverseConnectionsT struct {
	ReverseConnections []*ReverseConnectionT `json:"reverse_connections"`
}

func (*ReverseConnectionsT) Pack

Jump to

Keyboard shortcuts

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