v1

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2023 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const Default_ConnectRequest_UseBindlessRpc bool = true
View Source
const Default_ConnectResponse_UseBindlessRpc bool = false
View Source
const Default_EchoRequest_NetworkOnly bool = false

Variables

This section is empty.

Functions

This section is empty.

Types

type BindRequest

type BindRequest struct {
	DeprecatedImportedServiceHash []uint32 `` // Deprecated: Do not use.
	/* 154-byte string literal not displayed */
	DeprecatedExportedService []*BoundService `` // Deprecated: Do not use.
	/* 131-byte string literal not displayed */
	ExportedService      []*BoundService `protobuf:"bytes,3,rep,name=exported_service,json=exportedService" json:"exported_service,omitempty"`
	ImportedService      []*BoundService `protobuf:"bytes,4,rep,name=imported_service,json=importedService" json:"imported_service,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*BindRequest) Descriptor

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

func (*BindRequest) GetDeprecatedExportedService deprecated

func (m *BindRequest) GetDeprecatedExportedService() []*BoundService

Deprecated: Do not use.

func (*BindRequest) GetDeprecatedImportedServiceHash deprecated

func (m *BindRequest) GetDeprecatedImportedServiceHash() []uint32

Deprecated: Do not use.

func (*BindRequest) GetExportedService

func (m *BindRequest) GetExportedService() []*BoundService

func (*BindRequest) GetImportedService

func (m *BindRequest) GetImportedService() []*BoundService

func (*BindRequest) ProtoMessage

func (*BindRequest) ProtoMessage()

func (*BindRequest) Reset

func (m *BindRequest) Reset()

func (*BindRequest) String

func (m *BindRequest) String() string

func (*BindRequest) XXX_DiscardUnknown

func (m *BindRequest) XXX_DiscardUnknown()

func (*BindRequest) XXX_Marshal

func (m *BindRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BindRequest) XXX_Merge

func (m *BindRequest) XXX_Merge(src proto.Message)

func (*BindRequest) XXX_Size

func (m *BindRequest) XXX_Size() int

func (*BindRequest) XXX_Unmarshal

func (m *BindRequest) XXX_Unmarshal(b []byte) error

type BindResponse

type BindResponse struct {
	ImportedServiceId    []uint32 `protobuf:"varint,1,rep,packed,name=imported_service_id,json=importedServiceId" json:"imported_service_id,omitempty"` // Deprecated: Do not use.
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BindResponse) Descriptor

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

func (*BindResponse) GetImportedServiceId deprecated

func (m *BindResponse) GetImportedServiceId() []uint32

Deprecated: Do not use.

func (*BindResponse) ProtoMessage

func (*BindResponse) ProtoMessage()

func (*BindResponse) Reset

func (m *BindResponse) Reset()

func (*BindResponse) String

func (m *BindResponse) String() string

func (*BindResponse) XXX_DiscardUnknown

func (m *BindResponse) XXX_DiscardUnknown()

func (*BindResponse) XXX_Marshal

func (m *BindResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BindResponse) XXX_Merge

func (m *BindResponse) XXX_Merge(src proto.Message)

func (*BindResponse) XXX_Size

func (m *BindResponse) XXX_Size() int

func (*BindResponse) XXX_Unmarshal

func (m *BindResponse) XXX_Unmarshal(b []byte) error

type BoundService

type BoundService struct {
	Hash                 *uint32  `protobuf:"fixed32,1,req,name=hash" json:"hash,omitempty"`
	Id                   *uint32  `protobuf:"varint,2,req,name=id" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BoundService) Descriptor

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

func (*BoundService) GetHash

func (m *BoundService) GetHash() uint32

func (*BoundService) GetId

func (m *BoundService) GetId() uint32

func (*BoundService) ProtoMessage

func (*BoundService) ProtoMessage()

func (*BoundService) Reset

func (m *BoundService) Reset()

func (*BoundService) String

func (m *BoundService) String() string

func (*BoundService) XXX_DiscardUnknown

func (m *BoundService) XXX_DiscardUnknown()

func (*BoundService) XXX_Marshal

func (m *BoundService) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BoundService) XXX_Merge

func (m *BoundService) XXX_Merge(src proto.Message)

func (*BoundService) XXX_Size

func (m *BoundService) XXX_Size() int

func (*BoundService) XXX_Unmarshal

func (m *BoundService) XXX_Unmarshal(b []byte) error

type ConnectRequest

type ConnectRequest struct {
	ClientId             *protocol.ProcessId `protobuf:"bytes,1,opt,name=client_id,json=clientId" json:"client_id,omitempty"`
	BindRequest          *BindRequest        `protobuf:"bytes,2,opt,name=bind_request,json=bindRequest" json:"bind_request,omitempty"`
	UseBindlessRpc       *bool               `protobuf:"varint,3,opt,name=use_bindless_rpc,json=useBindlessRpc,def=1" json:"use_bindless_rpc,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ConnectRequest) Descriptor

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

func (*ConnectRequest) GetBindRequest

func (m *ConnectRequest) GetBindRequest() *BindRequest

func (*ConnectRequest) GetClientId

func (m *ConnectRequest) GetClientId() *protocol.ProcessId

func (*ConnectRequest) GetUseBindlessRpc

func (m *ConnectRequest) GetUseBindlessRpc() bool

func (*ConnectRequest) ProtoMessage

func (*ConnectRequest) ProtoMessage()

func (*ConnectRequest) Reset

func (m *ConnectRequest) Reset()

func (*ConnectRequest) String

func (m *ConnectRequest) String() string

func (*ConnectRequest) XXX_DiscardUnknown

func (m *ConnectRequest) XXX_DiscardUnknown()

func (*ConnectRequest) XXX_Marshal

func (m *ConnectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConnectRequest) XXX_Merge

func (m *ConnectRequest) XXX_Merge(src proto.Message)

func (*ConnectRequest) XXX_Size

func (m *ConnectRequest) XXX_Size() int

func (*ConnectRequest) XXX_Unmarshal

func (m *ConnectRequest) XXX_Unmarshal(b []byte) error

type ConnectResponse

type ConnectResponse struct {
	ServerId                 *protocol.ProcessId               `protobuf:"bytes,1,req,name=server_id,json=serverId" json:"server_id,omitempty"`
	ClientId                 *protocol.ProcessId               `protobuf:"bytes,2,opt,name=client_id,json=clientId" json:"client_id,omitempty"`
	BindResult               *uint32                           `protobuf:"varint,3,opt,name=bind_result,json=bindResult" json:"bind_result,omitempty"`
	BindResponse             *BindResponse                     `protobuf:"bytes,4,opt,name=bind_response,json=bindResponse" json:"bind_response,omitempty"`
	ContentHandleArray       *ConnectionMeteringContentHandles `protobuf:"bytes,5,opt,name=content_handle_array,json=contentHandleArray" json:"content_handle_array,omitempty"`
	ServerTime               *uint64                           `protobuf:"varint,6,opt,name=server_time,json=serverTime" json:"server_time,omitempty"`
	UseBindlessRpc           *bool                             `protobuf:"varint,7,opt,name=use_bindless_rpc,json=useBindlessRpc,def=0" json:"use_bindless_rpc,omitempty"`
	BinaryContentHandleArray *ConnectionMeteringContentHandles `` /* 130-byte string literal not displayed */
	XXX_NoUnkeyedLiteral     struct{}                          `json:"-"`
	XXX_unrecognized         []byte                            `json:"-"`
	XXX_sizecache            int32                             `json:"-"`
}

func (*ConnectResponse) Descriptor

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

func (*ConnectResponse) GetBinaryContentHandleArray

func (m *ConnectResponse) GetBinaryContentHandleArray() *ConnectionMeteringContentHandles

func (*ConnectResponse) GetBindResponse

func (m *ConnectResponse) GetBindResponse() *BindResponse

func (*ConnectResponse) GetBindResult

func (m *ConnectResponse) GetBindResult() uint32

func (*ConnectResponse) GetClientId

func (m *ConnectResponse) GetClientId() *protocol.ProcessId

func (*ConnectResponse) GetContentHandleArray

func (m *ConnectResponse) GetContentHandleArray() *ConnectionMeteringContentHandles

func (*ConnectResponse) GetServerId

func (m *ConnectResponse) GetServerId() *protocol.ProcessId

func (*ConnectResponse) GetServerTime

func (m *ConnectResponse) GetServerTime() uint64

func (*ConnectResponse) GetUseBindlessRpc

func (m *ConnectResponse) GetUseBindlessRpc() bool

func (*ConnectResponse) ProtoMessage

func (*ConnectResponse) ProtoMessage()

func (*ConnectResponse) Reset

func (m *ConnectResponse) Reset()

func (*ConnectResponse) String

func (m *ConnectResponse) String() string

func (*ConnectResponse) XXX_DiscardUnknown

func (m *ConnectResponse) XXX_DiscardUnknown()

func (*ConnectResponse) XXX_Marshal

func (m *ConnectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConnectResponse) XXX_Merge

func (m *ConnectResponse) XXX_Merge(src proto.Message)

func (*ConnectResponse) XXX_Size

func (m *ConnectResponse) XXX_Size() int

func (*ConnectResponse) XXX_Unmarshal

func (m *ConnectResponse) XXX_Unmarshal(b []byte) error

type ConnectionMeteringContentHandles

type ConnectionMeteringContentHandles struct {
	ContentHandle        []*protocol.ContentHandle `protobuf:"bytes,1,rep,name=content_handle,json=contentHandle" json:"content_handle,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*ConnectionMeteringContentHandles) Descriptor

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

func (*ConnectionMeteringContentHandles) GetContentHandle

func (m *ConnectionMeteringContentHandles) GetContentHandle() []*protocol.ContentHandle

func (*ConnectionMeteringContentHandles) ProtoMessage

func (*ConnectionMeteringContentHandles) ProtoMessage()

func (*ConnectionMeteringContentHandles) Reset

func (*ConnectionMeteringContentHandles) String

func (*ConnectionMeteringContentHandles) XXX_DiscardUnknown

func (m *ConnectionMeteringContentHandles) XXX_DiscardUnknown()

func (*ConnectionMeteringContentHandles) XXX_Marshal

func (m *ConnectionMeteringContentHandles) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConnectionMeteringContentHandles) XXX_Merge

func (*ConnectionMeteringContentHandles) XXX_Size

func (m *ConnectionMeteringContentHandles) XXX_Size() int

func (*ConnectionMeteringContentHandles) XXX_Unmarshal

func (m *ConnectionMeteringContentHandles) XXX_Unmarshal(b []byte) error

type DisconnectNotification

type DisconnectNotification struct {
	ErrorCode            *uint32  `protobuf:"varint,1,req,name=error_code,json=errorCode" json:"error_code,omitempty"`
	Reason               *string  `protobuf:"bytes,2,opt,name=reason" json:"reason,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DisconnectNotification) Descriptor

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

func (*DisconnectNotification) GetErrorCode

func (m *DisconnectNotification) GetErrorCode() uint32

func (*DisconnectNotification) GetReason

func (m *DisconnectNotification) GetReason() string

func (*DisconnectNotification) ProtoMessage

func (*DisconnectNotification) ProtoMessage()

func (*DisconnectNotification) Reset

func (m *DisconnectNotification) Reset()

func (*DisconnectNotification) String

func (m *DisconnectNotification) String() string

func (*DisconnectNotification) XXX_DiscardUnknown

func (m *DisconnectNotification) XXX_DiscardUnknown()

func (*DisconnectNotification) XXX_Marshal

func (m *DisconnectNotification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DisconnectNotification) XXX_Merge

func (m *DisconnectNotification) XXX_Merge(src proto.Message)

func (*DisconnectNotification) XXX_Size

func (m *DisconnectNotification) XXX_Size() int

func (*DisconnectNotification) XXX_Unmarshal

func (m *DisconnectNotification) XXX_Unmarshal(b []byte) error

type DisconnectRequest

type DisconnectRequest struct {
	ErrorCode            *uint32  `protobuf:"varint,1,req,name=error_code,json=errorCode" json:"error_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DisconnectRequest) Descriptor

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

func (*DisconnectRequest) GetErrorCode

func (m *DisconnectRequest) GetErrorCode() uint32

func (*DisconnectRequest) ProtoMessage

func (*DisconnectRequest) ProtoMessage()

func (*DisconnectRequest) Reset

func (m *DisconnectRequest) Reset()

func (*DisconnectRequest) String

func (m *DisconnectRequest) String() string

func (*DisconnectRequest) XXX_DiscardUnknown

func (m *DisconnectRequest) XXX_DiscardUnknown()

func (*DisconnectRequest) XXX_Marshal

func (m *DisconnectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DisconnectRequest) XXX_Merge

func (m *DisconnectRequest) XXX_Merge(src proto.Message)

func (*DisconnectRequest) XXX_Size

func (m *DisconnectRequest) XXX_Size() int

func (*DisconnectRequest) XXX_Unmarshal

func (m *DisconnectRequest) XXX_Unmarshal(b []byte) error

type EchoRequest

type EchoRequest struct {
	Time                 *uint64             `protobuf:"fixed64,1,opt,name=time" json:"time,omitempty"`
	NetworkOnly          *bool               `protobuf:"varint,2,opt,name=network_only,json=networkOnly,def=0" json:"network_only,omitempty"`
	Payload              []byte              `protobuf:"bytes,3,opt,name=payload" json:"payload,omitempty"`
	Forward              *protocol.ProcessId `protobuf:"bytes,4,opt,name=forward" json:"forward,omitempty"`
	ForwardClientId      *string             `protobuf:"bytes,5,opt,name=forward_client_id,json=forwardClientId" json:"forward_client_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*EchoRequest) Descriptor

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

func (*EchoRequest) GetForward

func (m *EchoRequest) GetForward() *protocol.ProcessId

func (*EchoRequest) GetForwardClientId

func (m *EchoRequest) GetForwardClientId() string

func (*EchoRequest) GetNetworkOnly

func (m *EchoRequest) GetNetworkOnly() bool

func (*EchoRequest) GetPayload

func (m *EchoRequest) GetPayload() []byte

func (*EchoRequest) GetTime

func (m *EchoRequest) GetTime() uint64

func (*EchoRequest) ProtoMessage

func (*EchoRequest) ProtoMessage()

func (*EchoRequest) Reset

func (m *EchoRequest) Reset()

func (*EchoRequest) String

func (m *EchoRequest) String() string

func (*EchoRequest) XXX_DiscardUnknown

func (m *EchoRequest) XXX_DiscardUnknown()

func (*EchoRequest) XXX_Marshal

func (m *EchoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EchoRequest) XXX_Merge

func (m *EchoRequest) XXX_Merge(src proto.Message)

func (*EchoRequest) XXX_Size

func (m *EchoRequest) XXX_Size() int

func (*EchoRequest) XXX_Unmarshal

func (m *EchoRequest) XXX_Unmarshal(b []byte) error

type EchoResponse

type EchoResponse struct {
	Time                 *uint64  `protobuf:"fixed64,1,opt,name=time" json:"time,omitempty"`
	Payload              []byte   `protobuf:"bytes,2,opt,name=payload" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EchoResponse) Descriptor

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

func (*EchoResponse) GetPayload

func (m *EchoResponse) GetPayload() []byte

func (*EchoResponse) GetTime

func (m *EchoResponse) GetTime() uint64

func (*EchoResponse) ProtoMessage

func (*EchoResponse) ProtoMessage()

func (*EchoResponse) Reset

func (m *EchoResponse) Reset()

func (*EchoResponse) String

func (m *EchoResponse) String() string

func (*EchoResponse) XXX_DiscardUnknown

func (m *EchoResponse) XXX_DiscardUnknown()

func (*EchoResponse) XXX_Marshal

func (m *EchoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EchoResponse) XXX_Merge

func (m *EchoResponse) XXX_Merge(src proto.Message)

func (*EchoResponse) XXX_Size

func (m *EchoResponse) XXX_Size() int

func (*EchoResponse) XXX_Unmarshal

func (m *EchoResponse) XXX_Unmarshal(b []byte) error

type EncryptRequest

type EncryptRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EncryptRequest) Descriptor

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

func (*EncryptRequest) ProtoMessage

func (*EncryptRequest) ProtoMessage()

func (*EncryptRequest) Reset

func (m *EncryptRequest) Reset()

func (*EncryptRequest) String

func (m *EncryptRequest) String() string

func (*EncryptRequest) XXX_DiscardUnknown

func (m *EncryptRequest) XXX_DiscardUnknown()

func (*EncryptRequest) XXX_Marshal

func (m *EncryptRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EncryptRequest) XXX_Merge

func (m *EncryptRequest) XXX_Merge(src proto.Message)

func (*EncryptRequest) XXX_Size

func (m *EncryptRequest) XXX_Size() int

func (*EncryptRequest) XXX_Unmarshal

func (m *EncryptRequest) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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