Versions in this module Expand all Collapse all v0 v0.3.0 Oct 30, 2025 v0.2.0 Jul 17, 2025 v0.1.0 Jan 3, 2025 Changes in this version + const MMStatusBanned + const MMStatusCancel + const MMStatusDone + const MMStatusStart + const MMStatusTimeout + const ServerStatusBusy + const ServerStatusCreating + const ServerStatusReady + const SuccessCode + const SystemComponentChat + const SystemDisplayName + const TypeAcceptFriendsNotif + const TypeAcceptFriendsRequest + const TypeAcceptFriendsResponse + const TypeBlockPlayerNotif + const TypeBlockPlayerRequest + const TypeBlockPlayerResponse + const TypeCancelFriendsNotif + const TypeCancelFriendsRequest + const TypeCancelFriendsResponse + const TypeCancelMatchmakingRequest + const TypeCancelMatchmakingResponse + const TypeChannelChatNotif + const TypeClaimDSRequest + const TypeClientResetRequest + const TypeConnectNotif + const TypeConnected + const TypeCreateDSRequest + const TypeCreateDSResponse + const TypeCreateRequest + const TypeCreateResponse + const TypeDSNotif + const TypeDeletePartyCodeRequest + const TypeDeletePartyCodeResponse + const TypeDisconnectNotif + const TypeDisconnected + const TypeDsNotif + const TypeError + const TypeErrorNotif + const TypeExitAllChannel + const TypeFriendsPresenceRequest + const TypeFriendsPresenceResponse + const TypeFriendsStatusRequest + const TypeFriendsStatusResponse + const TypeGeneratePartyCodeRequest + const TypeGeneratePartyCodeResponse + const TypeGetAllSessionAttributeRequest + const TypeGetAllSessionAttributeResponse + const TypeGetFriendshipStatusRequest + const TypeGetFriendshipStatusResponse + const TypeGetInvitatedNotif + const TypeGetOfflineNotificationRequest + const TypeGetOfflineNotificationResponse + const TypeGetPartyCodeRequest + const TypeGetPartyCodeResponse + const TypeGetSessionAttributeRequest + const TypeGetSessionAttributeResponse + const TypeHeartbeat + const TypeInfoRequest + const TypeInfoResponse + const TypeInviteNotif + const TypeInviteRequest + const TypeInviteResponse + const TypeJoinDefaultChannelRequest + const TypeJoinDefaultChannelResponse + const TypeJoinNotif + const TypeJoinRequest + const TypeJoinResponse + const TypeJoinViaPartyCodeRequest + const TypeJoinViaPartyCodeResponse + const TypeKickNotice + const TypeKickRequest + const TypeKickResponse + const TypeLeaveNotif + const TypeLeaveRequest + const TypeLeaveResponse + const TypeListIncomingFriendsRequest + const TypeListIncomingFriendsResponse + const TypeListOfFriendsRequest + const TypeListOfFriendsResponse + const TypeListOnlineFriendsRequest + const TypeListOutgoingFriendsRequest + const TypeListOutgoingFriendsResponse + const TypeMatchmakingNotif + const TypeMessageNotif + const TypeMessageSessionNotif + const TypeNotificationMessage + const TypeNotifyDSRequest + const TypeOfflineNotificationRequest + const TypeOfflineNotificationResponse + const TypeOnlineFriends + const TypePartyChatNotif + const TypePartyChatRequest + const TypePartyChatResponse + const TypePartyCreateRequest + const TypePartyCreateResponse + const TypePartyDataUpdateNotif + const TypePartyGetInvitedNotif + const TypePartyInfoRequest + const TypePartyInfoResponse + const TypePartyInviteNotif + const TypePartyInviteRequest + const TypePartyInviteResponse + const TypePartyJoinNotif + const TypePartyJoinRequest + const TypePartyJoinResponse + const TypePartyKickNotif + const TypePartyKickRequest + const TypePartyKickResponse + const TypePartyLeaveNotif + const TypePartyLeaveRequest + const TypePartyLeaveResponse + const TypePartyNotif + const TypePartyPromoteLeaderRequest + const TypePartyPromoteLeaderResponse + const TypePartyRejectNotif + const TypePartyRejectRequest + const TypePartyRejectResponse + const TypePersonalChatHistoryRequest + const TypePersonalChatHistoryResponse + const TypePersonalChatNotif + const TypePersonalChatRequest + const TypePersonalChatResponse + const TypePromoteLeaderRequest + const TypePromoteLeaderResponse + const TypeRefreshTokenRequest + const TypeRefreshTokenResponse + const TypeRejectFriendsNotif + const TypeRejectFriendsRequest + const TypeRejectFriendsResponse + const TypeRejectNotif + const TypeRejectRequest + const TypeRejectResponse + const TypeRematchmakingNotif + const TypeRequestFriendsNotif + const TypeRequestFriendsRequest + const TypeRequestFriendsResponse + const TypeSendChannelChatRequest + const TypeSendChannelChatResponse + const TypeSendPartyNotifRequest + const TypeSendPartyNotifResponse + const TypeSetReadyConsentNotif + const TypeSetReadyConsentRequest + const TypeSetReadyConsentResponse + const TypeSetSessionAttributeRequest + const TypeSetSessionAttributeResponse + const TypeSetUserStatusRequest + const TypeSetUserStatusResponse + const TypeShutdown + const TypeShutdownNotif + const TypeSignalingP2PNotif + const TypeStartMatchmakingRequest + const TypeStartMatchmakingResponse + const TypeUnblockPlayerNotif + const TypeUnblockPlayerRequest + const TypeUnblockPlayerResponse + const TypeUnfriendNotif + const TypeUnfriendRequest + const TypeUnfriendResponse + const TypeUnknown + const TypeUserBannedNotification + const TypeUserMetricRequest + const TypeUserMetricResponse + const TypeUserStatusNotif + const TypeUserUnbannedNotification + const TypeWaitForDSRequest + type AcceptFriendsNotif struct + FriendID string + func (AcceptFriendsNotif) Type() string + type AcceptFriendsRequest struct + FriendID string + func (AcceptFriendsRequest) Type() string + type AcceptFriendsResponse struct + func (AcceptFriendsResponse) Type() string + type BaseRequest struct + MessageID string + UserID string + func (BaseRequest) Type() string + type BaseResponse struct + Code int + MessageID string + func (BaseResponse) Type() string + type BlockPlayerNotif struct + BlockedUserID string + UserID string + func (BlockPlayerNotif) Type() string + type BlockPlayerRequest struct + BlockUserID string + Namespace string + func (BlockPlayerRequest) Type() string + type BlockPlayerResponse struct + BlockUserID string + Namespace string + func (BlockPlayerResponse) Type() string + type CancelFriendsNotif struct + UserID string + func (CancelFriendsNotif) Type() string + type CancelFriendsRequest struct + FriendID string + func (CancelFriendsRequest) Type() string + type CancelFriendsResponse struct + func (CancelFriendsResponse) Type() string + type CancelMatchmakingRequest struct + GameMode string + IsTempParty bool + func (CancelMatchmakingRequest) Type() string + type CancelMatchmakingResponse struct + func (CancelMatchmakingResponse) Type() string + type ChannelChatNotif struct + ChannelSlug string + From string + Payload string + SentAt string + func (ChannelChatNotif) Type() string + type ClaimDSRequest struct + Request *CreateSessionRequest + Session *Session + func (ClaimDSRequest) Type() string + func (req *ClaimDSRequest) String() string + type ClaimSessionRequest struct + Namespace string + SessionID string + type ClientResetRequest struct + Namespace string + UserID string + func (ClientResetRequest) Type() string + type ConnectNotif struct + LobbySessionID string + func (ConnectNotif) Type() string + type Connected struct + LobbySessionID string + func (Connected) Type() string + type CreateDSRequest struct + MMResult *MatchmakingResult + func (CreateDSRequest) Type() string + func (req *CreateDSRequest) String() string + type CreateRequest struct + func (CreateRequest) Type() string + type CreateResponse struct + InvitationToken string + Invitees string + LeaderID string + Members string + PartyCode string + PartyID string + func (CreateResponse) Type() string + type CreateSessionRequest struct + ClientVersion string + Configuration string + Deployment string + GameMode string + MatchingAllies []RequestMatchingAlly + Namespace string + PodName string + Region string + SessionID string + func (req *CreateSessionRequest) String() string + func (req *CreateSessionRequest) Validate() error + type DSNotification struct + IsOK bool + Message string + Session *Session + func (DSNotification) Type() string + type DeletePartyCodeRequest struct + func (DeletePartyCodeRequest) Type() string + type DeletePartyCodeResponse struct + func (DeletePartyCodeResponse) Type() string + type DisconnectNotif struct + ConnectionID string + Namespace string + func (DisconnectNotif) Type() string + type Disconnected struct + ConnectionID string + Namespace string + func (Disconnected) Type() string + type DsNotif struct + AlternateIps []string + CustomAttribute string + Deployment string + GameVersion string + IP string + ImageVersion string + IsOK bool + IsOverrideGameVersion bool + LastUpdate string + MatchID string + Message string + Namespace string + PodName string + Port int + Ports map[string]int64 + Protocol string + Provider string + Region string + SessionID string + Status string + func (DsNotif) Type() string + type Error struct + ErrorCode int + ErrorMessage string + type ErrorMessage struct + Message string + func (ErrorMessage) Type() string + type ErrorNotif struct + Message string + func (ErrorNotif) Type() string + type ExitAllChannel struct + Namespace string + UserID string + func (ExitAllChannel) Type() string + type FriendsPresenceNotif struct + Activity string + Availability string + LastSeenAt string + Platform string + UserID string + func (FriendsPresenceNotif) Type() string + type FriendsStatusRequest struct + func (FriendsStatusRequest) Type() string + type FriendsStatusResponse struct + Activity []string + Availability []string + FriendIds []string + LastSeenAt []string + func (FriendsStatusResponse) Type() string + type GeneratePartyCodeRequest struct + func (GeneratePartyCodeRequest) Type() string + type GeneratePartyCodeResponse struct + PartyCode string + func (GeneratePartyCodeResponse) Type() string + type GetAllSessionAttributeRequest struct + func (GetAllSessionAttributeRequest) Type() string + type GetAllSessionAttributeResponse struct + Attributes map[string]string + func (GetAllSessionAttributeResponse) Type() string + type GetFriendshipStatusRequest struct + FriendID string + func (GetFriendshipStatusRequest) Type() string + type GetFriendshipStatusResponse struct + FriendshipStatus string + func (GetFriendshipStatusResponse) Type() string + type GetOfflineNotificationRequest struct + func (GetOfflineNotificationRequest) Type() string + type GetOfflineNotificationResponse struct + func (GetOfflineNotificationResponse) Type() string + type GetPartyCodeRequest struct + func (GetPartyCodeRequest) Type() string + type GetPartyCodeResponse struct + PartyCode string + func (GetPartyCodeResponse) Type() string + type GetSessionAttributeRequest struct + Key string + func (GetSessionAttributeRequest) Type() string + type GetSessionAttributeResponse struct + Value string + func (GetSessionAttributeResponse) Type() string + type Heartbeat struct + func (Heartbeat) Type() string + type InfoRequest struct + func (InfoRequest) Type() string + type InfoResponse struct + CustomAttributes map[string]interface{} + InvitationToken string + Invitees string + LeaderID string + Members string + PartyID string + UpdatedAt int64 + func (InfoResponse) Type() string + type Invitation struct + From string + InvitationToken string + PartyID string + func (Invitation) Type() string + type InviteNotice struct + InviteeID string + InviterID string + func (InviteNotice) Type() string + type InviteRequest struct + FriendID string + func (InviteRequest) Type() string + type InviteResponse struct + func (InviteResponse) Type() string + type JoinDefaultChannelRequest struct + func (JoinDefaultChannelRequest) Type() string + type JoinDefaultChannelResponse struct + ChannelSlug string + func (JoinDefaultChannelResponse) Type() string + type JoinNotice struct + UserID string + func (JoinNotice) Type() string + type JoinRequest struct + InvitationToken string + PartyID string + func (JoinRequest) Type() string + type JoinResponse struct + InvitationToken string + Invitees string + LeaderID string + Members string + PartyID string + func (JoinResponse) Type() string + type JoinViaPartyCodeRequest struct + PartyCode string + func (JoinViaPartyCodeRequest) Type() string + type JoinViaPartyCodeResponse struct + InvitationToken string + Invitees string + LeaderID string + Members string + PartyID string + func (JoinViaPartyCodeResponse) Type() string + type KickNotice struct + LeaderID string + PartyID string + UserID string + func (KickNotice) Type() string + type KickRequest struct + MemberID string + func (KickRequest) Type() string + type KickResponse struct + func (KickResponse) Type() string + type LeaveNotice struct + LeaderID string + UserID string + func (LeaveNotice) Type() string + type LeaveRequest struct + IgnoreUserRegistry bool + func (LeaveRequest) Type() string + type LeaveResponse struct + func (LeaveResponse) Type() string + type ListFriendsPresenceRequest struct + func (ListFriendsPresenceRequest) Type() string + type ListFriendsPresenceResponse struct + Activity []string + Availability []string + LastSeenAt []string + Platform []string + UserID []string + func (ListFriendsPresenceResponse) Type() string + type ListIncomingFriendsRequest struct + func (ListIncomingFriendsRequest) Type() string + type ListIncomingFriendsResponse struct + UserIds []string + func (ListIncomingFriendsResponse) Type() string + type ListOfFriendsRequest struct + FriendID string + func (ListOfFriendsRequest) Type() string + type ListOfFriendsResponse struct + FriendIds []string + func (ListOfFriendsResponse) Type() string + type ListOnlineFriendsRequest struct + func (ListOnlineFriendsRequest) Type() string + type ListOutgoingFriendsRequest struct + func (ListOutgoingFriendsRequest) Type() string + type ListOutgoingFriendsResponse struct + FriendIds []string + func (ListOutgoingFriendsResponse) Type() string + type MatchMakingCancelRequest struct + Channel string + PartyID string + type MatchMakingRequest struct + type MatchingAlly struct + MatchingParties []MatchingParty + type MatchingParty struct + PartyAttributes map[string]interface{} + PartyID string + PartyMembers []PartyMember + type MatchingPartyV1 struct + PartyID string + PartyMembers []PartyMemberV1 + type MatchmakingNotif struct + CounterPartyMember []string + MatchID string + Message string + PartyMember []string + ReadyDuration int + Status string + func (MatchmakingNotif) Type() string + type MatchmakingNotification struct + CounterPartyMemberUserID []string + MatchID string + Message string + PartyMemberUserID []string + ReadyDuration int + Status string + func (MatchmakingNotification) Type() string + type MatchmakingResult struct + Channel string + ClientVersion string + Deployment string + GameMode string + Joinable bool + MatchID string + MatchingAllies []MatchingAlly + Namespace string + PartyID string + Region string + ServerName string + Status string + func (res *MatchmakingResult) String() string + type MatchmakingTicket struct + Channel string + PartyAttributes map[string]interface{} + PartyID string + PartyMembers []PartyMember + Priority int + type Member struct + Status string + UserID string + type Message interface + Type func() string + type MessageNotif struct + From string + Payload string + SentAt string + To string + Topic string + func (MessageNotif) Type() string + type MessageSessionNotif struct + From string + Payload string + SentAt string + To string + Topic string + func (MessageSessionNotif) Type() string + type NotificationMessage struct + From string + ID string + Payload string + SentAt int64 + To string + Topic string + func (NotificationMessage) Type() string + type NotifyDSRequest struct + Error error + MatchingAllies []RequestMatchingAlly + PartyIDsToSkip []string + Session *Session + func (NotifyDSRequest) Type() string + type OfflineNotificationRequest struct + func (OfflineNotificationRequest) Type() string + type OfflineNotificationResponse struct + func (OfflineNotificationResponse) Type() string + type OnlineFriends struct + OnlineFriendIds []string + func (OnlineFriends) Type() string + type PartyChatNotif struct + From string + Payload string + ReceivedAt string + To string + func (PartyChatNotif) Type() string + type PartyChatRequest struct + From string + Payload string + ReceivedAt string + To string + func (PartyChatRequest) Type() string + type PartyChatResponse struct + func (PartyChatResponse) Type() string + type PartyCreateRequest struct + func (PartyCreateRequest) Type() string + type PartyCreateResponse struct + InvitationToken string + Invitees string + LeaderID string + Members string + PartyID string + func (PartyCreateResponse) Type() string + type PartyDataUpdateNotif struct + CustomAttributes map[string]interface{} + Invitees []string + Leader string + Members []string + Namespace string + PartyID string + UpdatedAt string + func (PartyDataUpdateNotif) Type() string + type PartyDataUpdateNotification struct + CustomAttribute map[string]interface{} + Invitees []string + LeaderID string + Members []string + Namespace string + PartyID string + UpdatedAt int64 + func (PartyDataUpdateNotification) Type() string + type PartyGetInvitedNotif struct + From string + InvitationToken string + PartyID string + func (PartyGetInvitedNotif) Type() string + type PartyInfoRequest struct + func (PartyInfoRequest) Type() string + type PartyInfoResponse struct + CustomAttributes map[string]interface{} + InvitationToken string + Invitees string + LeaderID string + Members string + PartyID string + func (PartyInfoResponse) Type() string + type PartyInviteNotif struct + InviteeID string + InviterID string + func (PartyInviteNotif) Type() string + type PartyInviteRequest struct + FriendID string + func (PartyInviteRequest) Type() string + type PartyInviteResponse struct + func (PartyInviteResponse) Type() string + type PartyJoinNotif struct + UserID string + func (PartyJoinNotif) Type() string + type PartyJoinRequest struct + InvitationToken string + PartyID string + func (PartyJoinRequest) Type() string + type PartyJoinResponse struct + InvitationToken string + Invitees string + LeaderID string + Members string + PartyID string + func (PartyJoinResponse) Type() string + type PartyKickNotif struct + LeaderID string + PartyID string + UserID string + func (PartyKickNotif) Type() string + type PartyKickRequest struct + MemberID string + func (PartyKickRequest) Type() string + type PartyKickResponse struct + func (PartyKickResponse) Type() string + type PartyLeaveNotif struct + LeaderID string + UserID string + func (PartyLeaveNotif) Type() string + type PartyLeaveRequest struct + IgnoreUserRegistry bool + func (PartyLeaveRequest) Type() string + type PartyLeaveResponse struct + func (PartyLeaveResponse) Type() string + type PartyMember struct + ExtraAttributes map[string]interface{} + UserID string + type PartyMemberV1 struct + ExtraAttributes map[string]interface{} + UserID string + type PartyNotif struct + Payload string + Sender string + Topic string + func (PartyNotif) Type() string + type PartyPromoteLeaderRequest struct + NewLeaderUserID string + func (PartyPromoteLeaderRequest) Type() string + type PartyPromoteLeaderResponse struct + InvitationToken string + Invitees string + LeaderID string + Members string + PartyID string + func (PartyPromoteLeaderResponse) Type() string + type PartyRejectNotif struct + LeaderID string + PartyID string + UserID string + func (PartyRejectNotif) Type() string + type PartyRejectRequest struct + InvitationToken string + PartyID string + func (PartyRejectRequest) Type() string + type PartyRejectResponse struct + PartyID string + func (PartyRejectResponse) Type() string + type PersonalChatHistoryRequest struct + FriendID string + func (PersonalChatHistoryRequest) Type() string + type PersonalChatHistoryResponse struct + Chat string + FriendID string + func (PersonalChatHistoryResponse) Type() string + type PersonalChatNotif struct + From string + Payload string + ReceivedAt string + To string + func (PersonalChatNotif) Type() string + type PersonalChatRequest struct + From string + Payload string + ReceivedAt string + To string + func (PersonalChatRequest) Type() string + type PersonalChatResponse struct + func (PersonalChatResponse) Type() string + type PlayerBlockedNotification struct + BlockedUserID string + UserID string + func (PlayerBlockedNotification) Type() string + type PlayerUnblockedNotification struct + UnblockedUserID string + UserID string + func (PlayerUnblockedNotification) Type() string + type PromoteLeaderRequest struct + NewLeaderUserID string + func (PromoteLeaderRequest) Type() string + type PromoteLeaderResponse struct + InvitationToken string + Invitees string + LeaderID string + Members string + PartyID string + func (PromoteLeaderResponse) Type() string + type ReadyConsent struct + GameMode string + Members []Member + Namespace string + PartyID string + type RefreshTokenRequest struct + Token string + func (RefreshTokenRequest) Type() string + type RefreshTokenResponse struct + func (RefreshTokenResponse) Type() string + type RejectFriendsNotif struct + UserID string + func (RejectFriendsNotif) Type() string + type RejectFriendsRequest struct + FriendID string + func (RejectFriendsRequest) Type() string + type RejectFriendsResponse struct + func (RejectFriendsResponse) Type() string + type RejectNotice struct + LeaderID string + PartyID string + UserID string + func (RejectNotice) Type() string + type RejectRequest struct + InvitationToken string + PartyID string + func (RejectRequest) Type() string + type RejectResponse struct + PartyID string + func (RejectResponse) Type() string + type RematchmakingNotif struct + BanDuration int + func (RematchmakingNotif) Type() string + type RequestFriendsNotif struct + FriendID string + func (RequestFriendsNotif) Type() string + type RequestFriendsRequest struct + FriendID string + func (RequestFriendsRequest) Type() string + type RequestFriendsResponse struct + func (RequestFriendsResponse) Type() string + type RequestMatchMember struct + UserID string + func (req *RequestMatchMember) Validate() error + type RequestMatchParty struct + PartyAttributes map[string]interface{} + PartyID string + PartyMembers []RequestMatchMember + func (req *RequestMatchParty) Members() []string + func (req *RequestMatchParty) Validate() error + type RequestMatchingAlly struct + MatchingParties []RequestMatchParty + func (req *RequestMatchingAlly) Validate() error + type ResetUserStatusRequest struct + Namespace string + UserID string + func (ResetUserStatusRequest) Type() string + type SendChannelChatRequest struct + ChannelSlug string + Payload string + func (SendChannelChatRequest) Type() string + type SendChannelChatResponse struct + func (SendChannelChatResponse) Type() string + type SendPartyNotifRequest struct + Payload string + Topic string + func (SendPartyNotifRequest) Type() string + type SendPartyNotifResponse struct + func (SendPartyNotifResponse) Type() string + type Server struct + AlternateIPs []string + CustomAttribute string + Deployment string + GameVersion string + IP string + ImageVersion string + IsOverrideGameVersion bool + LastUpdate time.Time + Namespace string + PodName string + Port int + Ports map[string]int + Protocol string + Provider string + Region string + SessionID string + StatusText string + func (s *Server) String() string + type Session struct + ID string + Region string + func (s *Session) String() string + type SessionResponse struct + Session *Session + type SetReadyConsentNotif struct + MatchID string + UserID string + func (SetReadyConsentNotif) Type() string + type SetReadyConsentRequest struct + MatchID string + func (SetReadyConsentRequest) Type() string + type SetReadyConsentResponse struct + func (SetReadyConsentResponse) Type() string + type SetSessionAttributeRequest struct + Key string + Namespace string + Value string + func (SetSessionAttributeRequest) Type() string + type SetSessionAttributeResponse struct + func (SetSessionAttributeResponse) Type() string + type SetUserStatusRequest struct + Activity string + Availability int + func (SetUserStatusRequest) Type() string + type SetUserStatusResponse struct + func (SetUserStatusResponse) Type() string + type Shutdown struct + Message string + func (Shutdown) Type() string + type ShutdownNotif struct + Message string + func (ShutdownNotif) Type() string + type SignalingP2P struct + DestinationID string + Message string + func (SignalingP2P) Type() string + type SignalingP2PNotif struct + DestinationID string + Message string + func (SignalingP2PNotif) Type() string + type StartMatchmakingRequest struct + ExtraAttributes string + GameMode string + PartyAttributes map[string]interface{} + Priority int + TempParty string + func (StartMatchmakingRequest) Type() string + type StartMatchmakingResponse struct + func (StartMatchmakingResponse) Type() string + type SystemComponentsStatus struct + Components map[string]bool + type TypeInfoRequestRequest struct + Id string + func (TypeInfoRequestRequest) Type() string + type TypeInfoRequestResponse struct + type UnblockPlayerNotif struct + UnblockedUserID string + UserID string + func (UnblockPlayerNotif) Type() string + type UnblockPlayerRequest struct + Namespace string + UnblockedUserID string + func (UnblockPlayerRequest) Type() string + type UnblockPlayerResponse struct + Namespace string + UnblockedUserID string + func (UnblockPlayerResponse) Type() string + type UnfriendNotif struct + FriendID string + func (UnfriendNotif) Type() string + type UnfriendRequest struct + FriendID string + func (UnfriendRequest) Type() string + type UnfriendResponse struct + func (UnfriendResponse) Type() string + type UserBannedNotification struct + func (UserBannedNotification) Type() string + type UserMetricRequest struct + func (UserMetricRequest) Type() string + type UserMetricResponse struct + PlayerCount int + func (UserMetricResponse) Type() string + type UserStatusNotif struct + Activity string + Availability int + LastSeenAt string + UserID string + func (UserStatusNotif) Type() string + type UserUnbannedNotification struct + Ban string + Enable bool + EndDate string + Namespace string + Reason string + UserID string + func (UserUnbannedNotification) Type() string + type WaitForDSRequest struct + Request *CreateSessionRequest + Session *Session + func (WaitForDSRequest) Type() string + func (req *WaitForDSRequest) String() string v0.1.0-alpha.7 Sep 6, 2024