Versions in this module Expand all Collapse all v0 v0.5.1 Jan 15, 2023 Changes in this version + type ClientInfo struct + ClientAddress *string + PrivilegedNetwork *bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ClientInfo) Descriptor() ([]byte, []int) + func (*ClientInfo) ProtoMessage() + func (m *ClientInfo) GetClientAddress() string + func (m *ClientInfo) GetPrivilegedNetwork() bool + func (m *ClientInfo) Reset() + func (m *ClientInfo) String() string + func (m *ClientInfo) XXX_DiscardUnknown() + func (m *ClientInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ClientInfo) XXX_Merge(src proto.Message) + func (m *ClientInfo) XXX_Size() int + func (m *ClientInfo) XXX_Unmarshal(b []byte) error + type ClientRequest struct + AccountId *protocol.EntityId + Attribute []*protocol.Attribute + ClientInfo *ClientInfo + GameAccountId *protocol.EntityId + Host *protocol.ProcessId + Program *uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ClientRequest) Descriptor() ([]byte, []int) + func (*ClientRequest) ProtoMessage() + func (m *ClientRequest) GetAccountId() *protocol.EntityId + func (m *ClientRequest) GetAttribute() []*protocol.Attribute + func (m *ClientRequest) GetClientInfo() *ClientInfo + func (m *ClientRequest) GetGameAccountId() *protocol.EntityId + func (m *ClientRequest) GetHost() *protocol.ProcessId + func (m *ClientRequest) GetProgram() uint32 + func (m *ClientRequest) Reset() + func (m *ClientRequest) String() string + func (m *ClientRequest) XXX_DiscardUnknown() + func (m *ClientRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ClientRequest) XXX_Merge(src proto.Message) + func (m *ClientRequest) XXX_Size() int + func (m *ClientRequest) XXX_Unmarshal(b []byte) error + type ClientResponse struct + Attribute []*protocol.Attribute + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ClientResponse) Descriptor() ([]byte, []int) + func (*ClientResponse) ProtoMessage() + func (m *ClientResponse) GetAttribute() []*protocol.Attribute + func (m *ClientResponse) Reset() + func (m *ClientResponse) String() string + func (m *ClientResponse) XXX_DiscardUnknown() + func (m *ClientResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ClientResponse) XXX_Merge(src proto.Message) + func (m *ClientResponse) XXX_Size() int + func (m *ClientResponse) XXX_Unmarshal(b []byte) error + type GameAccountOfflineNotification struct + GameAccountId *protocol.EntityId + Host *protocol.ProcessId + SessionId *string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GameAccountOfflineNotification) Descriptor() ([]byte, []int) + func (*GameAccountOfflineNotification) ProtoMessage() + func (m *GameAccountOfflineNotification) GetGameAccountId() *protocol.EntityId + func (m *GameAccountOfflineNotification) GetHost() *protocol.ProcessId + func (m *GameAccountOfflineNotification) GetSessionId() string + func (m *GameAccountOfflineNotification) Reset() + func (m *GameAccountOfflineNotification) String() string + func (m *GameAccountOfflineNotification) XXX_DiscardUnknown() + func (m *GameAccountOfflineNotification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GameAccountOfflineNotification) XXX_Merge(src proto.Message) + func (m *GameAccountOfflineNotification) XXX_Size() int + func (m *GameAccountOfflineNotification) XXX_Unmarshal(b []byte) error + type GameAccountOnlineNotification struct + GameAccountId *protocol.EntityId + Host *protocol.ProcessId + SessionId *string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GameAccountOnlineNotification) Descriptor() ([]byte, []int) + func (*GameAccountOnlineNotification) ProtoMessage() + func (m *GameAccountOnlineNotification) GetGameAccountId() *protocol.EntityId + func (m *GameAccountOnlineNotification) GetHost() *protocol.ProcessId + func (m *GameAccountOnlineNotification) GetSessionId() string + func (m *GameAccountOnlineNotification) Reset() + func (m *GameAccountOnlineNotification) String() string + func (m *GameAccountOnlineNotification) XXX_DiscardUnknown() + func (m *GameAccountOnlineNotification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GameAccountOnlineNotification) XXX_Merge(src proto.Message) + func (m *GameAccountOnlineNotification) XXX_Size() int + func (m *GameAccountOnlineNotification) XXX_Unmarshal(b []byte) error + type GetAllValuesForAttributeRequest struct + AgentId *protocol.EntityId + AttributeKey *string + Program *uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetAllValuesForAttributeRequest) Descriptor() ([]byte, []int) + func (*GetAllValuesForAttributeRequest) ProtoMessage() + func (m *GetAllValuesForAttributeRequest) GetAgentId() *protocol.EntityId + func (m *GetAllValuesForAttributeRequest) GetAttributeKey() string + func (m *GetAllValuesForAttributeRequest) GetProgram() uint32 + func (m *GetAllValuesForAttributeRequest) Reset() + func (m *GetAllValuesForAttributeRequest) String() string + func (m *GetAllValuesForAttributeRequest) XXX_DiscardUnknown() + func (m *GetAllValuesForAttributeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetAllValuesForAttributeRequest) XXX_Merge(src proto.Message) + func (m *GetAllValuesForAttributeRequest) XXX_Size() int + func (m *GetAllValuesForAttributeRequest) XXX_Unmarshal(b []byte) error + type GetAllValuesForAttributeResponse struct + AttributeValue []*protocol.Variant + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetAllValuesForAttributeResponse) Descriptor() ([]byte, []int) + func (*GetAllValuesForAttributeResponse) ProtoMessage() + func (m *GetAllValuesForAttributeResponse) GetAttributeValue() []*protocol.Variant + func (m *GetAllValuesForAttributeResponse) Reset() + func (m *GetAllValuesForAttributeResponse) String() string + func (m *GetAllValuesForAttributeResponse) XXX_DiscardUnknown() + func (m *GetAllValuesForAttributeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetAllValuesForAttributeResponse) XXX_Merge(src proto.Message) + func (m *GetAllValuesForAttributeResponse) XXX_Size() int + func (m *GetAllValuesForAttributeResponse) XXX_Unmarshal(b []byte) error + type PlayerVariables struct + Attribute []*protocol.Attribute + Identity *protocol.Identity + Rating *float64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PlayerVariables) Descriptor() ([]byte, []int) + func (*PlayerVariables) ProtoMessage() + func (m *PlayerVariables) GetAttribute() []*protocol.Attribute + func (m *PlayerVariables) GetIdentity() *protocol.Identity + func (m *PlayerVariables) GetRating() float64 + func (m *PlayerVariables) Reset() + func (m *PlayerVariables) String() string + func (m *PlayerVariables) XXX_DiscardUnknown() + func (m *PlayerVariables) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PlayerVariables) XXX_Merge(src proto.Message) + func (m *PlayerVariables) XXX_Size() int + func (m *PlayerVariables) XXX_Unmarshal(b []byte) error + type PresenceChannelCreatedRequest struct + AccountId *protocol.EntityId + GameAccountId *protocol.EntityId + Host *protocol.ProcessId + Id *protocol.EntityId + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PresenceChannelCreatedRequest) Descriptor() ([]byte, []int) + func (*PresenceChannelCreatedRequest) ProtoMessage() + func (m *PresenceChannelCreatedRequest) GetAccountId() *protocol.EntityId + func (m *PresenceChannelCreatedRequest) GetGameAccountId() *protocol.EntityId + func (m *PresenceChannelCreatedRequest) GetHost() *protocol.ProcessId + func (m *PresenceChannelCreatedRequest) GetId() *protocol.EntityId + func (m *PresenceChannelCreatedRequest) Reset() + func (m *PresenceChannelCreatedRequest) String() string + func (m *PresenceChannelCreatedRequest) XXX_DiscardUnknown() + func (m *PresenceChannelCreatedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PresenceChannelCreatedRequest) XXX_Merge(src proto.Message) + func (m *PresenceChannelCreatedRequest) XXX_Size() int + func (m *PresenceChannelCreatedRequest) XXX_Unmarshal(b []byte) error + type RegisterUtilitiesRequest struct + Attribute []*protocol.Attribute + Program *uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*RegisterUtilitiesRequest) Descriptor() ([]byte, []int) + func (*RegisterUtilitiesRequest) ProtoMessage() + func (m *RegisterUtilitiesRequest) GetAttribute() []*protocol.Attribute + func (m *RegisterUtilitiesRequest) GetProgram() uint32 + func (m *RegisterUtilitiesRequest) Reset() + func (m *RegisterUtilitiesRequest) String() string + func (m *RegisterUtilitiesRequest) XXX_DiscardUnknown() + func (m *RegisterUtilitiesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RegisterUtilitiesRequest) XXX_Merge(src proto.Message) + func (m *RegisterUtilitiesRequest) XXX_Size() int + func (m *RegisterUtilitiesRequest) XXX_Unmarshal(b []byte) error + type RegisterUtilitiesResponse struct + ClientId *string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*RegisterUtilitiesResponse) Descriptor() ([]byte, []int) + func (*RegisterUtilitiesResponse) ProtoMessage() + func (m *RegisterUtilitiesResponse) GetClientId() string + func (m *RegisterUtilitiesResponse) Reset() + func (m *RegisterUtilitiesResponse) String() string + func (m *RegisterUtilitiesResponse) XXX_DiscardUnknown() + func (m *RegisterUtilitiesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RegisterUtilitiesResponse) XXX_Merge(src proto.Message) + func (m *RegisterUtilitiesResponse) XXX_Size() int + func (m *RegisterUtilitiesResponse) XXX_Unmarshal(b []byte) error + type ServerRequest struct + Attribute []*protocol.Attribute + Host *protocol.ProcessId + Program *uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ServerRequest) Descriptor() ([]byte, []int) + func (*ServerRequest) ProtoMessage() + func (m *ServerRequest) GetAttribute() []*protocol.Attribute + func (m *ServerRequest) GetHost() *protocol.ProcessId + func (m *ServerRequest) GetProgram() uint32 + func (m *ServerRequest) Reset() + func (m *ServerRequest) String() string + func (m *ServerRequest) XXX_DiscardUnknown() + func (m *ServerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ServerRequest) XXX_Merge(src proto.Message) + func (m *ServerRequest) XXX_Size() int + func (m *ServerRequest) XXX_Unmarshal(b []byte) error + type ServerResponse struct + Attribute []*protocol.Attribute + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ServerResponse) Descriptor() ([]byte, []int) + func (*ServerResponse) ProtoMessage() + func (m *ServerResponse) GetAttribute() []*protocol.Attribute + func (m *ServerResponse) Reset() + func (m *ServerResponse) String() string + func (m *ServerResponse) XXX_DiscardUnknown() + func (m *ServerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ServerResponse) XXX_Merge(src proto.Message) + func (m *ServerResponse) XXX_Size() int + func (m *ServerResponse) XXX_Unmarshal(b []byte) error + type UnregisterUtilitiesRequest struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*UnregisterUtilitiesRequest) Descriptor() ([]byte, []int) + func (*UnregisterUtilitiesRequest) ProtoMessage() + func (m *UnregisterUtilitiesRequest) Reset() + func (m *UnregisterUtilitiesRequest) String() string + func (m *UnregisterUtilitiesRequest) XXX_DiscardUnknown() + func (m *UnregisterUtilitiesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UnregisterUtilitiesRequest) XXX_Merge(src proto.Message) + func (m *UnregisterUtilitiesRequest) XXX_Size() int + func (m *UnregisterUtilitiesRequest) XXX_Unmarshal(b []byte) error