Documentation
¶
Index ¶
- Constants
- Variables
- func GetUserAgent() string
- func NewLobbyClient(configRepository repository.ConfigRepository) *lobbyclient.JusticeLobbyService
- type AdminService
- func (aaa *AdminService) AdminDeleteGlobalConfigShort(input *admin.AdminDeleteGlobalConfigParams) (*admin.AdminDeleteGlobalConfigResponse, error)
- func (aaa *AdminService) AdminGetGlobalConfigShort(input *admin.AdminGetGlobalConfigParams) (*admin.AdminGetGlobalConfigResponse, error)
- func (aaa *AdminService) AdminUpdateGlobalConfigShort(input *admin.AdminUpdateGlobalConfigParams) (*admin.AdminUpdateGlobalConfigResponse, error)
- func (aaa *AdminService) CreateTemplateShort(input *admin.CreateTemplateParams) error
- func (aaa *AdminService) DeleteTemplateLocalizationShort(input *admin.DeleteTemplateLocalizationParams) error
- func (aaa *AdminService) DeleteTemplateSlugShort(input *admin.DeleteTemplateSlugParams) error
- func (aaa *AdminService) FreeFormNotificationShort(input *admin.FreeFormNotificationParams) error
- func (aaa *AdminService) GetAuthSession() auth.Session
- func (aaa *AdminService) GetGameTemplateShort(input *admin.GetGameTemplateParams) (*admin.GetGameTemplateResponse, error)
- func (aaa *AdminService) GetLocalizationTemplateShort(input *admin.GetLocalizationTemplateParams) (*admin.GetLocalizationTemplateResponse, error)
- func (aaa *AdminService) GetSlugTemplateShort(input *admin.GetSlugTemplateParams) (*admin.GetSlugTemplateResponse, error)
- func (aaa *AdminService) NotificationWithTemplateShort(input *admin.NotificationWithTemplateParams) error
- func (aaa *AdminService) PublishTemplateShort(input *admin.PublishTemplateParams) error
- func (aaa *AdminService) UpdateFlightId(flightId string)
- func (aaa *AdminService) UpdateLocalizationTemplateShort(input *admin.UpdateLocalizationTemplateParams) error
- type BlocksService
- type ChatServiceWebsocket
- func (s *ChatServiceWebsocket) GetPersonalChatHistory(friendID string) error
- func (s *ChatServiceWebsocket) JoinDefaultChannel() error
- func (s *ChatServiceWebsocket) SendChannelChat(channelSlug, payload string) error
- func (s *ChatServiceWebsocket) SendPartyChat(content string) error
- func (s *ChatServiceWebsocket) SendPersonalChat(friendID, content string) error
- type ConfigService
- func (aaa *ConfigService) AdminExportConfigV1Short(input *config.AdminExportConfigV1Params, writer io.Writer) (*config.AdminExportConfigV1Response, error)
- func (aaa *ConfigService) AdminGetAllConfigV1Short(input *config.AdminGetAllConfigV1Params) (*config.AdminGetAllConfigV1Response, error)
- func (aaa *ConfigService) AdminGetConfigV1Short(input *config.AdminGetConfigV1Params) (*config.AdminGetConfigV1Response, error)
- func (aaa *ConfigService) AdminGetLogConfigShort(input *config.AdminGetLogConfigParams) (*config.AdminGetLogConfigResponse, error)
- func (aaa *ConfigService) AdminImportConfigV1Short(input *config.AdminImportConfigV1Params) (*config.AdminImportConfigV1Response, error)
- func (aaa *ConfigService) AdminPatchUpdateLogConfigShort(input *config.AdminPatchUpdateLogConfigParams) (*config.AdminPatchUpdateLogConfigResponse, error)
- func (aaa *ConfigService) AdminUpdateConfigV1Short(input *config.AdminUpdateConfigV1Params) (*config.AdminUpdateConfigV1Response, error)
- func (aaa *ConfigService) GetAuthSession() auth.Session
- func (aaa *ConfigService) UpdateFlightId(flightId string)
- type DSServiceWebsocket
- type FriendServiceWebsocket
- func (friendService *FriendServiceWebsocket) AcceptFriendRequest(friendID string) error
- func (friendService *FriendServiceWebsocket) Block(namespace, userID, blockedUserID string) error
- func (friendService *FriendServiceWebsocket) CancelFriendRequest(friendID string) error
- func (friendService *FriendServiceWebsocket) GetFriendPresenceStatus() error
- func (friendService *FriendServiceWebsocket) GetFriends() error
- func (friendService *FriendServiceWebsocket) GetFriendshipStatus(friendID string) error
- func (friendService *FriendServiceWebsocket) GetIncomingFriendRequest() error
- func (friendService *FriendServiceWebsocket) GetOutgoingFriendRequest() error
- func (friendService *FriendServiceWebsocket) RejectFriendRequest(friendID string) error
- func (friendService *FriendServiceWebsocket) RequestFriend(friendID string) error
- func (friendService *FriendServiceWebsocket) SetUserStatus(availability int, activity string) error
- func (friendService *FriendServiceWebsocket) Unblock(namespace, userID, unblockedUserID string) error
- func (friendService *FriendServiceWebsocket) Unfriend(friendID string) error
- type FriendsService
- func (aaa *FriendsService) AddFriendsWithoutConfirmationShort(input *friends.AddFriendsWithoutConfirmationParams) error
- func (aaa *FriendsService) AdminListFriendsOfFriendsShort(input *friends.AdminListFriendsOfFriendsParams) (*friends.AdminListFriendsOfFriendsResponse, error)
- func (aaa *FriendsService) BulkDeleteFriendsShort(input *friends.BulkDeleteFriendsParams) (*friends.BulkDeleteFriendsResponse, error)
- func (aaa *FriendsService) GetAuthSession() auth.Session
- func (aaa *FriendsService) GetIncomingFriendRequestsShort(input *friends.GetIncomingFriendRequestsParams) (*friends.GetIncomingFriendRequestsResponse, error)
- func (aaa *FriendsService) GetListOfFriendsShort(input *friends.GetListOfFriendsParams) (*friends.GetListOfFriendsResponse, error)
- func (aaa *FriendsService) GetOutgoingFriendRequestsShort(input *friends.GetOutgoingFriendRequestsParams) (*friends.GetOutgoingFriendRequestsResponse, error)
- func (aaa *FriendsService) GetUserFriendsUpdatedShort(input *friends.GetUserFriendsUpdatedParams) (*friends.GetUserFriendsUpdatedResponse, error)
- func (aaa *FriendsService) GetUserFriendsWithPlatformShort(input *friends.GetUserFriendsWithPlatformParams) (*friends.GetUserFriendsWithPlatformResponse, error)
- func (aaa *FriendsService) GetUserIncomingFriendsShort(input *friends.GetUserIncomingFriendsParams) (*friends.GetUserIncomingFriendsResponse, error)
- func (aaa *FriendsService) GetUserIncomingFriendsWithTimeShort(input *friends.GetUserIncomingFriendsWithTimeParams) (*friends.GetUserIncomingFriendsWithTimeResponse, error)
- func (aaa *FriendsService) GetUserOutgoingFriendsShort(input *friends.GetUserOutgoingFriendsParams) (*friends.GetUserOutgoingFriendsResponse, error)
- func (aaa *FriendsService) GetUserOutgoingFriendsWithTimeShort(input *friends.GetUserOutgoingFriendsWithTimeParams) (*friends.GetUserOutgoingFriendsWithTimeResponse, error)
- func (aaa *FriendsService) SyncNativeFriendsShort(input *friends.SyncNativeFriendsParams) (*friends.SyncNativeFriendsResponse, error)
- func (aaa *FriendsService) UpdateFlightId(flightId string)
- func (aaa *FriendsService) UserAcceptFriendRequestShort(input *friends.UserAcceptFriendRequestParams) error
- func (aaa *FriendsService) UserCancelFriendRequestShort(input *friends.UserCancelFriendRequestParams) error
- func (aaa *FriendsService) UserGetFriendshipStatusShort(input *friends.UserGetFriendshipStatusParams) (*friends.UserGetFriendshipStatusResponse, error)
- func (aaa *FriendsService) UserRejectFriendRequestShort(input *friends.UserRejectFriendRequestParams) error
- func (aaa *FriendsService) UserRequestFriendShort(input *friends.UserRequestFriendParams) error
- func (aaa *FriendsService) UserUnfriendRequestShort(input *friends.UserUnfriendRequestParams) error
- type LobbyOperationsService
- func (aaa *LobbyOperationsService) AdminJoinPartyV1Short(input *lobby_operations.AdminJoinPartyV1Params) error
- func (aaa *LobbyOperationsService) AdminUpdatePartyAttributesV1Short(input *lobby_operations.AdminUpdatePartyAttributesV1Params) (*lobby_operations.AdminUpdatePartyAttributesV1Response, error)
- func (aaa *LobbyOperationsService) GetAuthSession() auth.Session
- func (aaa *LobbyOperationsService) PublicGetMessagesShort(input *lobby_operations.PublicGetMessagesParams) (*lobby_operations.PublicGetMessagesResponse, error)
- func (aaa *LobbyOperationsService) UpdateFlightId(flightId string)
- type LobbyServiceWebsocket
- func (lobbyService *LobbyServiceWebsocket) AcceptFriendsNotif(friendId string) error
- func (lobbyService *LobbyServiceWebsocket) AcceptFriendsRequest(friendId *string, id *string) error
- func (lobbyService *LobbyServiceWebsocket) AcceptFriendsResponse(code int64, id string) error
- func (lobbyService *LobbyServiceWebsocket) BlockPlayerNotif(blockedUserId string, userId string) error
- func (lobbyService *LobbyServiceWebsocket) BlockPlayerRequest(blockUserId *string, id *string, namespace *string) error
- func (lobbyService *LobbyServiceWebsocket) BlockPlayerResponse(blockUserId string, code int64, id string, namespace string) error
- func (lobbyService *LobbyServiceWebsocket) CancelFriendsNotif(userId string) error
- func (lobbyService *LobbyServiceWebsocket) CancelFriendsRequest(friendId *string, id *string) error
- func (lobbyService *LobbyServiceWebsocket) CancelFriendsResponse(code int64, id string) error
- func (lobbyService *LobbyServiceWebsocket) CancelMatchmakingRequest(gameMode *string, id *string, isTempParty *bool) error
- func (lobbyService *LobbyServiceWebsocket) CancelMatchmakingResponse(code int64, id string) error
- func (lobbyService *LobbyServiceWebsocket) ChannelChatNotif(channelSlug string, from string, payload string, sentAt string) error
- func (lobbyService *LobbyServiceWebsocket) ClientResetRequest(namespace *string, userId *string) error
- func (lobbyService *LobbyServiceWebsocket) ConnectNotif(lobbySessionID string) error
- func (lobbyService *LobbyServiceWebsocket) DisconnectNotif(connectionId string, namespace string) error
- func (lobbyService *LobbyServiceWebsocket) DsNotif(alternateIps []string, customAttribute string, deployment string, ...) error
- func (lobbyService *LobbyServiceWebsocket) ErrorNotif(message string) error
- func (lobbyService *LobbyServiceWebsocket) ExitAllChannel(namespace string, userId string) error
- func (lobbyService *LobbyServiceWebsocket) FriendsStatusRequest(id *string) error
- func (lobbyService *LobbyServiceWebsocket) FriendsStatusResponse(activity []string, availability []string, code int64, friendIds []string, ...) error
- func (lobbyService *LobbyServiceWebsocket) GetAllSessionAttributeRequest(id *string) error
- func (lobbyService *LobbyServiceWebsocket) GetAllSessionAttributeResponse(attributes string, code int64, id string) error
- func (lobbyService *LobbyServiceWebsocket) GetFriendshipStatusRequest(friendId *string, id *string) error
- func (lobbyService *LobbyServiceWebsocket) GetFriendshipStatusResponse(code int64, friendshipStatus string, id string) error
- func (lobbyService *LobbyServiceWebsocket) GetSessionAttributeRequest(id *string, key *string) error
- func (lobbyService *LobbyServiceWebsocket) GetSessionAttributeResponse(code int64, id string, value string) error
- func (lobbyService *LobbyServiceWebsocket) Heartbeat() error
- func (lobbyService *LobbyServiceWebsocket) JoinDefaultChannelRequest(id *string) error
- func (lobbyService *LobbyServiceWebsocket) JoinDefaultChannelResponse(channelSlug string, code int64, id string) error
- func (lobbyService *LobbyServiceWebsocket) ListIncomingFriendsRequest(id *string) error
- func (lobbyService *LobbyServiceWebsocket) ListIncomingFriendsResponse(code int64, id string, userIds []string) error
- func (lobbyService *LobbyServiceWebsocket) ListOfFriendsRequest(friendId *string, id *string) error
- func (lobbyService *LobbyServiceWebsocket) ListOfFriendsResponse(code int64, friendIds []string, id string) error
- func (lobbyService *LobbyServiceWebsocket) ListOnlineFriendsRequest(id *string) error
- func (lobbyService *LobbyServiceWebsocket) ListOutgoingFriendsRequest(id *string) error
- func (lobbyService *LobbyServiceWebsocket) ListOutgoingFriendsResponse(code int64, friendIds []string, id string) error
- func (lobbyService *LobbyServiceWebsocket) MatchmakingNotif(counterPartyMember []string, matchId string, message string, ...) error
- func (lobbyService *LobbyServiceWebsocket) MessageNotif(from string, id string, payload string, sentAt string, to string, topic string) error
- func (lobbyService *LobbyServiceWebsocket) MessageSessionNotif(from string, id string, payload string, sentAt string, to string, topic string) error
- func (lobbyService *LobbyServiceWebsocket) OfflineNotificationRequest(id *string) error
- func (lobbyService *LobbyServiceWebsocket) OfflineNotificationResponse(code int64, id string) error
- func (lobbyService *LobbyServiceWebsocket) OnAccessTokenChanged(accessToken string) error
- func (lobbyService *LobbyServiceWebsocket) OnlineFriends(code int64, id string, onlineFriendIds []string) error
- func (lobbyService *LobbyServiceWebsocket) PartyChatNotif(from string, id string, payload string, receivedAt string, to string) error
- func (lobbyService *LobbyServiceWebsocket) PartyChatRequest(from *string, id *string, payload *string, receivedAt *string, to *string) error
- func (lobbyService *LobbyServiceWebsocket) PartyChatResponse(code int64, id string) error
- func (lobbyService *LobbyServiceWebsocket) PartyCreateRequest(id *string) error
- func (lobbyService *LobbyServiceWebsocket) PartyCreateResponse(code int64, id string, invitationToken string, invitees string, ...) error
- func (lobbyService *LobbyServiceWebsocket) PartyDataUpdateNotif(customAttributes string, invitees []string, leader string, members []string, ...) error
- func (lobbyService *LobbyServiceWebsocket) PartyGetInvitedNotif(from string, invitationToken string, partyId string) error
- func (lobbyService *LobbyServiceWebsocket) PartyInfoRequest(id *string) error
- func (lobbyService *LobbyServiceWebsocket) PartyInfoResponse(code int64, customAttributes string, id string, invitationToken string, ...) error
- func (lobbyService *LobbyServiceWebsocket) PartyInviteNotif(inviteeId string, inviterId string) error
- func (lobbyService *LobbyServiceWebsocket) PartyInviteRequest(friendId *string, id *string) error
- func (lobbyService *LobbyServiceWebsocket) PartyInviteResponse(code int64, id string) error
- func (lobbyService *LobbyServiceWebsocket) PartyJoinNotif(userId string) error
- func (lobbyService *LobbyServiceWebsocket) PartyJoinRequest(id *string, invitationToken *string, partyId *string) error
- func (lobbyService *LobbyServiceWebsocket) PartyJoinResponse(code int64, id string, invitationToken string, invitees string, ...) error
- func (lobbyService *LobbyServiceWebsocket) PartyKickNotif(leaderId string, partyId string, userId string) error
- func (lobbyService *LobbyServiceWebsocket) PartyKickRequest(id *string, memberId *string) error
- func (lobbyService *LobbyServiceWebsocket) PartyKickResponse(code int64, id string) error
- func (lobbyService *LobbyServiceWebsocket) PartyLeaveNotif(leaderId string, userId string) error
- func (lobbyService *LobbyServiceWebsocket) PartyLeaveRequest(id *string, ignoreUserRegistry *bool) error
- func (lobbyService *LobbyServiceWebsocket) PartyLeaveResponse(code int64, id string) error
- func (lobbyService *LobbyServiceWebsocket) PartyPromoteLeaderRequest(id *string, newLeaderUserId *string) error
- func (lobbyService *LobbyServiceWebsocket) PartyPromoteLeaderResponse(code int64, id string, invitationToken string, invitees string, ...) error
- func (lobbyService *LobbyServiceWebsocket) PartyRejectNotif(leaderId string, partyId string, userId string) error
- func (lobbyService *LobbyServiceWebsocket) PartyRejectRequest(id *string, invitationToken *string, partyId *string) error
- func (lobbyService *LobbyServiceWebsocket) PartyRejectResponse(code int64, id string, partyId string) error
- func (lobbyService *LobbyServiceWebsocket) PersonalChatHistoryRequest(friendId *string, id *string) error
- func (lobbyService *LobbyServiceWebsocket) PersonalChatHistoryResponse(chat string, code int64, friendId string, id string) error
- func (lobbyService *LobbyServiceWebsocket) PersonalChatNotif(from string, id string, payload string, receivedAt string, to string) error
- func (lobbyService *LobbyServiceWebsocket) PersonalChatRequest(from *string, id *string, payload *string, receivedAt *string, to *string) error
- func (lobbyService *LobbyServiceWebsocket) PersonalChatResponse(code int64, id string) error
- func (lobbyService *LobbyServiceWebsocket) RefreshTokenRequest(id *string, token *string) error
- func (lobbyService *LobbyServiceWebsocket) RefreshTokenResponse(code int64, id string) error
- func (lobbyService *LobbyServiceWebsocket) RejectFriendsNotif(userId string) error
- func (lobbyService *LobbyServiceWebsocket) RejectFriendsRequest(friendId *string, id *string) error
- func (lobbyService *LobbyServiceWebsocket) RejectFriendsResponse(code int64, id string) error
- func (lobbyService *LobbyServiceWebsocket) RematchmakingNotif(banDuration int64) error
- func (lobbyService *LobbyServiceWebsocket) RequestFriendsNotif(friendId string) error
- func (lobbyService *LobbyServiceWebsocket) RequestFriendsRequest(friendId *string, id *string) error
- func (lobbyService *LobbyServiceWebsocket) RequestFriendsResponse(code int64, id string) error
- func (lobbyService *LobbyServiceWebsocket) SendChannelChatRequest(channelSlug *string, id *string, payload *string) error
- func (lobbyService *LobbyServiceWebsocket) SendChannelChatResponse(code int64, id string) error
- func (lobbyService *LobbyServiceWebsocket) SetReadyConsentNotif(matchId string, userId string) error
- func (lobbyService *LobbyServiceWebsocket) SetReadyConsentRequest(id *string, matchId *string) error
- func (lobbyService *LobbyServiceWebsocket) SetReadyConsentResponse(code int64, id string) error
- func (lobbyService *LobbyServiceWebsocket) SetSessionAttributeRequest(id *string, key *string, namespace *string, value *string) error
- func (lobbyService *LobbyServiceWebsocket) SetSessionAttributeResponse(code int64, id string) error
- func (lobbyService *LobbyServiceWebsocket) SetUserStatusRequest(activity *string, availability *int64, id *string) error
- func (lobbyService *LobbyServiceWebsocket) SetUserStatusResponse(code int64, id string) error
- func (lobbyService *LobbyServiceWebsocket) ShutdownNotif(message string) error
- func (lobbyService *LobbyServiceWebsocket) SignalingP2PNotif(destinationId string, message string) error
- func (lobbyService *LobbyServiceWebsocket) StartMatchmakingRequest(extraAttributes *string, gameMode *string, id *string, partyAttributes string, ...) error
- func (lobbyService *LobbyServiceWebsocket) StartMatchmakingResponse(code int64, id string) error
- func (lobbyService *LobbyServiceWebsocket) UnblockPlayerNotif(unblockedUserId string, userId string) error
- func (lobbyService *LobbyServiceWebsocket) UnblockPlayerRequest(id *string, namespace *string, unblockedUserId *string) error
- func (lobbyService *LobbyServiceWebsocket) UnblockPlayerResponse(code int64, id string, namespace string, unblockedUserId string) error
- func (lobbyService *LobbyServiceWebsocket) UnfriendNotif(friendId string) error
- func (lobbyService *LobbyServiceWebsocket) UnfriendRequest(friendId *string, id *string) error
- func (lobbyService *LobbyServiceWebsocket) UnfriendResponse(code int64, id string) error
- func (lobbyService *LobbyServiceWebsocket) UserBannedNotification() error
- func (lobbyService *LobbyServiceWebsocket) UserMetricRequest(id *string) error
- func (lobbyService *LobbyServiceWebsocket) UserMetricResponse(code int64, id string, playerCount int64) error
- func (lobbyService *LobbyServiceWebsocket) UserStatusNotif(activity string, availability int64, lastSeenAt string, userId string) error
- type MatchmakingServiceWebsocket
- type NotificationService
- func (aaa *NotificationService) CreateNotificationTemplateV1AdminShort(input *notification.CreateNotificationTemplateV1AdminParams) error
- func (aaa *NotificationService) CreateNotificationTopicV1AdminShort(input *notification.CreateNotificationTopicV1AdminParams) error
- func (aaa *NotificationService) CreateTopicShort(input *notification.CreateTopicParams) error
- func (aaa *NotificationService) DeleteNotificationTemplateSlugV1AdminShort(input *notification.DeleteNotificationTemplateSlugV1AdminParams) error
- func (aaa *NotificationService) DeleteNotificationTopicV1AdminShort(input *notification.DeleteNotificationTopicV1AdminParams) error
- func (aaa *NotificationService) DeleteTemplateLocalizationV1AdminShort(input *notification.DeleteTemplateLocalizationV1AdminParams) error
- func (aaa *NotificationService) DeleteTopicByTopicNameShort(input *notification.DeleteTopicByTopicNameParams) error
- func (aaa *NotificationService) FreeFormNotificationByUserIDShort(input *notification.FreeFormNotificationByUserIDParams) error
- func (aaa *NotificationService) GetAllNotificationTemplatesV1AdminShort(input *notification.GetAllNotificationTemplatesV1AdminParams) (*notification.GetAllNotificationTemplatesV1AdminResponse, error)
- func (aaa *NotificationService) GetAllNotificationTopicsV1AdminShort(input *notification.GetAllNotificationTopicsV1AdminParams) (*notification.GetAllNotificationTopicsV1AdminResponse, error)
- func (aaa *NotificationService) GetAuthSession() auth.Session
- func (aaa *NotificationService) GetMyNotificationsShort(input *notification.GetMyNotificationsParams) (*notification.GetMyNotificationsResponse, error)
- func (aaa *NotificationService) GetMyOfflineNotificationsShort(input *notification.GetMyOfflineNotificationsParams) (*notification.GetMyOfflineNotificationsResponse, error)
- func (aaa *NotificationService) GetNotificationTopicV1AdminShort(input *notification.GetNotificationTopicV1AdminParams) (*notification.GetNotificationTopicV1AdminResponse, error)
- func (aaa *NotificationService) GetSingleTemplateLocalizationV1AdminShort(input *notification.GetSingleTemplateLocalizationV1AdminParams) (*notification.GetSingleTemplateLocalizationV1AdminResponse, error)
- func (aaa *NotificationService) GetTemplateSlugLocalizationsTemplateV1AdminShort(input *notification.GetTemplateSlugLocalizationsTemplateV1AdminParams) (*notification.GetTemplateSlugLocalizationsTemplateV1AdminResponse, error)
- func (aaa *NotificationService) GetTopicByNamespaceShort(input *notification.GetTopicByNamespaceParams) (*notification.GetTopicByNamespaceResponse, error)
- func (aaa *NotificationService) GetTopicByTopicNameShort(input *notification.GetTopicByTopicNameParams) (*notification.GetTopicByTopicNameResponse, error)
- func (aaa *NotificationService) NotificationWithTemplateByUserIDShort(input *notification.NotificationWithTemplateByUserIDParams) error
- func (aaa *NotificationService) PublishTemplateLocalizationV1AdminShort(input *notification.PublishTemplateLocalizationV1AdminParams) error
- func (aaa *NotificationService) SendMultipleUsersFreeformNotificationV1AdminShort(input *notification.SendMultipleUsersFreeformNotificationV1AdminParams) error
- func (aaa *NotificationService) SendPartyFreeformNotificationV1AdminShort(input *notification.SendPartyFreeformNotificationV1AdminParams) error
- func (aaa *NotificationService) SendPartyTemplatedNotificationV1AdminShort(input *notification.SendPartyTemplatedNotificationV1AdminParams) error
- func (aaa *NotificationService) SendSpecificUserFreeformNotificationV1AdminShort(input *notification.SendSpecificUserFreeformNotificationV1AdminParams) error
- func (aaa *NotificationService) SendSpecificUserTemplatedNotificationV1AdminShort(input *notification.SendSpecificUserTemplatedNotificationV1AdminParams) error
- func (aaa *NotificationService) SendUsersFreeformNotificationV1AdminShort(input *notification.SendUsersFreeformNotificationV1AdminParams) error
- func (aaa *NotificationService) SendUsersTemplatedNotificationV1AdminShort(input *notification.SendUsersTemplatedNotificationV1AdminParams) error
- func (aaa *NotificationService) UpdateFlightId(flightId string)
- func (aaa *NotificationService) UpdateNotificationTopicV1AdminShort(input *notification.UpdateNotificationTopicV1AdminParams) error
- func (aaa *NotificationService) UpdateTemplateLocalizationV1AdminShort(input *notification.UpdateTemplateLocalizationV1AdminParams) error
- func (aaa *NotificationService) UpdateTopicByTopicNameShort(input *notification.UpdateTopicByTopicNameParams) error
- type NotificationServiceWebsocket
- type PartyService
- func (aaa *PartyService) AdminGetPartyDataV1Short(input *party.AdminGetPartyDataV1Params) (*party.AdminGetPartyDataV1Response, error)
- func (aaa *PartyService) AdminGetUserPartyV1Short(input *party.AdminGetUserPartyV1Params) (*party.AdminGetUserPartyV1Response, error)
- func (aaa *PartyService) GetAuthSession() auth.Session
- func (aaa *PartyService) PublicGetPartyDataV1Short(input *party.PublicGetPartyDataV1Params) (*party.PublicGetPartyDataV1Response, error)
- func (aaa *PartyService) PublicSetPartyLimitV1Short(input *party.PublicSetPartyLimitV1Params) error
- func (aaa *PartyService) PublicUpdatePartyAttributesV1Short(input *party.PublicUpdatePartyAttributesV1Params) (*party.PublicUpdatePartyAttributesV1Response, error)
- func (aaa *PartyService) UpdateFlightId(flightId string)
- type PartyServiceWebsocket
- func (s *PartyServiceWebsocket) CreateParty() error
- func (s *PartyServiceWebsocket) DeletePartyCode() error
- func (s *PartyServiceWebsocket) GeneratePartyCode() error
- func (s *PartyServiceWebsocket) GetAllSessionAttribute() error
- func (s *PartyServiceWebsocket) GetPartyCode() error
- func (s *PartyServiceWebsocket) GetPartyInfo() error
- func (s *PartyServiceWebsocket) GetSessionAttribute(key string) error
- func (s *PartyServiceWebsocket) InviteParty(friendID string) error
- func (s *PartyServiceWebsocket) JoinParty(partyID, token string) error
- func (s *PartyServiceWebsocket) JoinViaPartyCode(partyCode string) error
- func (s *PartyServiceWebsocket) KickPartyMember(id string) error
- func (s *PartyServiceWebsocket) LeaveParty() error
- func (s *PartyServiceWebsocket) PromotePartyLeader(leaderUserID string) error
- func (s *PartyServiceWebsocket) RejectPartyInvitation(partyID, token string) error
- func (s *PartyServiceWebsocket) SendPartyNotif(topic, payload string) error
- func (s *PartyServiceWebsocket) SetSessionAttribute(key, value string) error
- func (s *PartyServiceWebsocket) UserMetric() error
- type PlayerService
- func (aaa *PlayerService) AdminBulkBlockPlayersV1Short(input *player.AdminBulkBlockPlayersV1Params) error
- func (aaa *PlayerService) AdminBulkUnblockPlayersV1Short(input *player.AdminBulkUnblockPlayersV1Params) error
- func (aaa *PlayerService) AdminGetAllPlayerSessionAttributeShort(input *player.AdminGetAllPlayerSessionAttributeParams) (*player.AdminGetAllPlayerSessionAttributeResponse, error)
- func (aaa *PlayerService) AdminGetBulkPlayerBlockedPlayersV1Short(input *player.AdminGetBulkPlayerBlockedPlayersV1Params) (*player.AdminGetBulkPlayerBlockedPlayersV1Response, error)
- func (aaa *PlayerService) AdminGetLobbyCCUShort(input *player.AdminGetLobbyCCUParams) (*player.AdminGetLobbyCCUResponse, error)
- func (aaa *PlayerService) AdminGetPlayerBlockedByPlayersV1Short(input *player.AdminGetPlayerBlockedByPlayersV1Params) (*player.AdminGetPlayerBlockedByPlayersV1Response, error)
- func (aaa *PlayerService) AdminGetPlayerBlockedPlayersV1Short(input *player.AdminGetPlayerBlockedPlayersV1Params) (*player.AdminGetPlayerBlockedPlayersV1Response, error)
- func (aaa *PlayerService) AdminGetPlayerSessionAttributeShort(input *player.AdminGetPlayerSessionAttributeParams) (*player.AdminGetPlayerSessionAttributeResponse, error)
- func (aaa *PlayerService) AdminSetPlayerSessionAttributeShort(input *player.AdminSetPlayerSessionAttributeParams) error
- func (aaa *PlayerService) GetAuthSession() auth.Session
- func (aaa *PlayerService) PublicGetPlayerBlockedByPlayersV1Short(input *player.PublicGetPlayerBlockedByPlayersV1Params) (*player.PublicGetPlayerBlockedByPlayersV1Response, error)
- func (aaa *PlayerService) PublicGetPlayerBlockedPlayersV1Short(input *player.PublicGetPlayerBlockedPlayersV1Params) (*player.PublicGetPlayerBlockedPlayersV1Response, error)
- func (aaa *PlayerService) PublicPlayerBlockPlayersV1Short(input *player.PublicPlayerBlockPlayersV1Params) error
- func (aaa *PlayerService) PublicUnblockPlayerV1Short(input *player.PublicUnblockPlayerV1Params) error
- func (aaa *PlayerService) UpdateFlightId(flightId string)
- type PresenceService
- func (aaa *PresenceService) GetAuthSession() auth.Session
- func (aaa *PresenceService) UpdateFlightId(flightId string)
- func (aaa *PresenceService) UsersPresenceHandlerV1Short(input *presence.UsersPresenceHandlerV1Params) (*presence.UsersPresenceHandlerV1Response, error)
- func (aaa *PresenceService) UsersPresenceHandlerV2Short(input *presence.UsersPresenceHandlerV2Params) (*presence.UsersPresenceHandlerV2Response, error)
- type ProfanityService
- func (aaa *ProfanityService) AdminAddProfanityFilterIntoListShort(input *profanity.AdminAddProfanityFilterIntoListParams) error
- func (aaa *ProfanityService) AdminAddProfanityFiltersShort(input *profanity.AdminAddProfanityFiltersParams) error
- func (aaa *ProfanityService) AdminCreateProfanityListShort(input *profanity.AdminCreateProfanityListParams) error
- func (aaa *ProfanityService) AdminDebugProfanityFiltersShort(input *profanity.AdminDebugProfanityFiltersParams) (*profanity.AdminDebugProfanityFiltersResponse, error)
- func (aaa *ProfanityService) AdminDeleteProfanityFilterShort(input *profanity.AdminDeleteProfanityFilterParams) (*profanity.AdminDeleteProfanityFilterResponse, error)
- func (aaa *ProfanityService) AdminDeleteProfanityListShort(input *profanity.AdminDeleteProfanityListParams) error
- func (aaa *ProfanityService) AdminGetProfanityListFiltersV1Short(input *profanity.AdminGetProfanityListFiltersV1Params) (*profanity.AdminGetProfanityListFiltersV1Response, error)
- func (aaa *ProfanityService) AdminGetProfanityListsShort(input *profanity.AdminGetProfanityListsParams) (*profanity.AdminGetProfanityListsResponse, error)
- func (aaa *ProfanityService) AdminGetProfanityRuleShort(input *profanity.AdminGetProfanityRuleParams) (*profanity.AdminGetProfanityRuleResponse, error)
- func (aaa *ProfanityService) AdminImportProfanityFiltersFromFileShort(input *profanity.AdminImportProfanityFiltersFromFileParams) error
- func (aaa *ProfanityService) AdminSetProfanityRuleForNamespaceShort(input *profanity.AdminSetProfanityRuleForNamespaceParams) error
- func (aaa *ProfanityService) AdminUpdateProfanityListShort(input *profanity.AdminUpdateProfanityListParams) error
- func (aaa *ProfanityService) AdminVerifyMessageProfanityResponseShort(input *profanity.AdminVerifyMessageProfanityResponseParams) (*profanity.AdminVerifyMessageProfanityResponseResponse, error)
- func (aaa *ProfanityService) GetAuthSession() auth.Session
- func (aaa *ProfanityService) UpdateFlightId(flightId string)
- type ThirdPartyService
- func (aaa *ThirdPartyService) AdminCreateThirdPartyConfigShort(input *third_party.AdminCreateThirdPartyConfigParams) (*third_party.AdminCreateThirdPartyConfigResponse, error)
- func (aaa *ThirdPartyService) AdminDeleteThirdPartyConfigShort(input *third_party.AdminDeleteThirdPartyConfigParams) (*third_party.AdminDeleteThirdPartyConfigResponse, error)
- func (aaa *ThirdPartyService) AdminGetThirdPartyConfigShort(input *third_party.AdminGetThirdPartyConfigParams) (*third_party.AdminGetThirdPartyConfigResponse, error)
- func (aaa *ThirdPartyService) AdminUpdateThirdPartyConfigShort(input *third_party.AdminUpdateThirdPartyConfigParams) (*third_party.AdminUpdateThirdPartyConfigResponse, error)
- func (aaa *ThirdPartyService) GetAuthSession() auth.Session
- func (aaa *ThirdPartyService) UpdateFlightId(flightId string)
Constants ¶
View Source
const ServiceVersion = "3.39.0"
Variables ¶
View Source
var SDKVersion string
Functions ¶
func GetUserAgent ¶
func GetUserAgent() string
func NewLobbyClient ¶
func NewLobbyClient(configRepository repository.ConfigRepository) *lobbyclient.JusticeLobbyService
Types ¶
type AdminService ¶
type AdminService struct {
Client *lobbyclient.JusticeLobbyService
ConfigRepository repository.ConfigRepository
TokenRepository repository.TokenRepository
FlightIdRepository *utils.FlightIdContainer
}
func (*AdminService) AdminDeleteGlobalConfigShort ¶
func (aaa *AdminService) AdminDeleteGlobalConfigShort(input *admin.AdminDeleteGlobalConfigParams) (*admin.AdminDeleteGlobalConfigResponse, error)
func (*AdminService) AdminGetGlobalConfigShort ¶
func (aaa *AdminService) AdminGetGlobalConfigShort(input *admin.AdminGetGlobalConfigParams) (*admin.AdminGetGlobalConfigResponse, error)
func (*AdminService) AdminUpdateGlobalConfigShort ¶
func (aaa *AdminService) AdminUpdateGlobalConfigShort(input *admin.AdminUpdateGlobalConfigParams) (*admin.AdminUpdateGlobalConfigResponse, error)
func (*AdminService) CreateTemplateShort ¶
func (aaa *AdminService) CreateTemplateShort(input *admin.CreateTemplateParams) error
func (*AdminService) DeleteTemplateLocalizationShort ¶
func (aaa *AdminService) DeleteTemplateLocalizationShort(input *admin.DeleteTemplateLocalizationParams) error
func (*AdminService) DeleteTemplateSlugShort ¶
func (aaa *AdminService) DeleteTemplateSlugShort(input *admin.DeleteTemplateSlugParams) error
func (*AdminService) FreeFormNotificationShort ¶
func (aaa *AdminService) FreeFormNotificationShort(input *admin.FreeFormNotificationParams) error
func (*AdminService) GetAuthSession ¶
func (aaa *AdminService) GetAuthSession() auth.Session
func (*AdminService) GetGameTemplateShort ¶
func (aaa *AdminService) GetGameTemplateShort(input *admin.GetGameTemplateParams) (*admin.GetGameTemplateResponse, error)
func (*AdminService) GetLocalizationTemplateShort ¶
func (aaa *AdminService) GetLocalizationTemplateShort(input *admin.GetLocalizationTemplateParams) (*admin.GetLocalizationTemplateResponse, error)
func (*AdminService) GetSlugTemplateShort ¶
func (aaa *AdminService) GetSlugTemplateShort(input *admin.GetSlugTemplateParams) (*admin.GetSlugTemplateResponse, error)
func (*AdminService) NotificationWithTemplateShort ¶
func (aaa *AdminService) NotificationWithTemplateShort(input *admin.NotificationWithTemplateParams) error
func (*AdminService) PublishTemplateShort ¶
func (aaa *AdminService) PublishTemplateShort(input *admin.PublishTemplateParams) error
func (*AdminService) UpdateFlightId ¶
func (aaa *AdminService) UpdateFlightId(flightId string)
func (*AdminService) UpdateLocalizationTemplateShort ¶
func (aaa *AdminService) UpdateLocalizationTemplateShort(input *admin.UpdateLocalizationTemplateParams) error
type BlocksService ¶
type BlocksService struct {
Client *lobbyclient.JusticeLobbyService
ConfigRepository repository.ConfigRepository
TokenRepository repository.TokenRepository
FlightIdRepository *utils.FlightIdContainer
}
func (*BlocksService) GetAuthSession ¶
func (aaa *BlocksService) GetAuthSession() auth.Session
func (*BlocksService) SyncNativeBlockedUserShort ¶
func (aaa *BlocksService) SyncNativeBlockedUserShort(input *blocks.SyncNativeBlockedUserParams) (*blocks.SyncNativeBlockedUserResponse, error)
func (*BlocksService) UpdateFlightId ¶
func (aaa *BlocksService) UpdateFlightId(flightId string)
type ChatServiceWebsocket ¶
type ChatServiceWebsocket struct {
ConfigRepository repository.ConfigRepository
TokenRepository repository.TokenRepository
ConnectionManager connectionutils.ConnectionManager
}
func (*ChatServiceWebsocket) GetPersonalChatHistory ¶
func (s *ChatServiceWebsocket) GetPersonalChatHistory(friendID string) error
func (*ChatServiceWebsocket) JoinDefaultChannel ¶
func (s *ChatServiceWebsocket) JoinDefaultChannel() error
func (*ChatServiceWebsocket) SendChannelChat ¶
func (s *ChatServiceWebsocket) SendChannelChat(channelSlug, payload string) error
func (*ChatServiceWebsocket) SendPartyChat ¶
func (s *ChatServiceWebsocket) SendPartyChat(content string) error
func (*ChatServiceWebsocket) SendPersonalChat ¶
func (s *ChatServiceWebsocket) SendPersonalChat(friendID, content string) error
type ConfigService ¶
type ConfigService struct {
Client *lobbyclient.JusticeLobbyService
ConfigRepository repository.ConfigRepository
TokenRepository repository.TokenRepository
FlightIdRepository *utils.FlightIdContainer
}
func (*ConfigService) AdminExportConfigV1Short ¶
func (aaa *ConfigService) AdminExportConfigV1Short(input *config.AdminExportConfigV1Params, writer io.Writer) (*config.AdminExportConfigV1Response, error)
func (*ConfigService) AdminGetAllConfigV1Short ¶
func (aaa *ConfigService) AdminGetAllConfigV1Short(input *config.AdminGetAllConfigV1Params) (*config.AdminGetAllConfigV1Response, error)
func (*ConfigService) AdminGetConfigV1Short ¶
func (aaa *ConfigService) AdminGetConfigV1Short(input *config.AdminGetConfigV1Params) (*config.AdminGetConfigV1Response, error)
func (*ConfigService) AdminGetLogConfigShort ¶
func (aaa *ConfigService) AdminGetLogConfigShort(input *config.AdminGetLogConfigParams) (*config.AdminGetLogConfigResponse, error)
func (*ConfigService) AdminImportConfigV1Short ¶
func (aaa *ConfigService) AdminImportConfigV1Short(input *config.AdminImportConfigV1Params) (*config.AdminImportConfigV1Response, error)
func (*ConfigService) AdminPatchUpdateLogConfigShort ¶
func (aaa *ConfigService) AdminPatchUpdateLogConfigShort(input *config.AdminPatchUpdateLogConfigParams) (*config.AdminPatchUpdateLogConfigResponse, error)
func (*ConfigService) AdminUpdateConfigV1Short ¶
func (aaa *ConfigService) AdminUpdateConfigV1Short(input *config.AdminUpdateConfigV1Params) (*config.AdminUpdateConfigV1Response, error)
func (*ConfigService) GetAuthSession ¶
func (aaa *ConfigService) GetAuthSession() auth.Session
func (*ConfigService) UpdateFlightId ¶
func (aaa *ConfigService) UpdateFlightId(flightId string)
type DSServiceWebsocket ¶
type DSServiceWebsocket struct {
ConfigRepository repository.ConfigRepository
TokenRepository repository.TokenRepository
ConnectionManager connectionutils.ConnectionManager
}
func (*DSServiceWebsocket) CreateDS ¶
func (dsService *DSServiceWebsocket) CreateDS(matchID, gameMode, dsName, clientVersion, region, deployment string) error
type FriendServiceWebsocket ¶
type FriendServiceWebsocket struct {
ConfigRepository repository.ConfigRepository
TokenRepository repository.TokenRepository
ConnectionManager connectionutils.ConnectionManager
}
func (*FriendServiceWebsocket) AcceptFriendRequest ¶
func (friendService *FriendServiceWebsocket) AcceptFriendRequest(friendID string) error
func (*FriendServiceWebsocket) Block ¶
func (friendService *FriendServiceWebsocket) Block(namespace, userID, blockedUserID string) error
func (*FriendServiceWebsocket) CancelFriendRequest ¶
func (friendService *FriendServiceWebsocket) CancelFriendRequest(friendID string) error
func (*FriendServiceWebsocket) GetFriendPresenceStatus ¶
func (friendService *FriendServiceWebsocket) GetFriendPresenceStatus() error
func (*FriendServiceWebsocket) GetFriends ¶
func (friendService *FriendServiceWebsocket) GetFriends() error
func (*FriendServiceWebsocket) GetFriendshipStatus ¶
func (friendService *FriendServiceWebsocket) GetFriendshipStatus(friendID string) error
func (*FriendServiceWebsocket) GetIncomingFriendRequest ¶
func (friendService *FriendServiceWebsocket) GetIncomingFriendRequest() error
func (*FriendServiceWebsocket) GetOutgoingFriendRequest ¶
func (friendService *FriendServiceWebsocket) GetOutgoingFriendRequest() error
func (*FriendServiceWebsocket) RejectFriendRequest ¶
func (friendService *FriendServiceWebsocket) RejectFriendRequest(friendID string) error
func (*FriendServiceWebsocket) RequestFriend ¶
func (friendService *FriendServiceWebsocket) RequestFriend(friendID string) error
func (*FriendServiceWebsocket) SetUserStatus ¶
func (friendService *FriendServiceWebsocket) SetUserStatus(availability int, activity string) error
func (*FriendServiceWebsocket) Unblock ¶
func (friendService *FriendServiceWebsocket) Unblock(namespace, userID, unblockedUserID string) error
func (*FriendServiceWebsocket) Unfriend ¶
func (friendService *FriendServiceWebsocket) Unfriend(friendID string) error
type FriendsService ¶
type FriendsService struct {
Client *lobbyclient.JusticeLobbyService
ConfigRepository repository.ConfigRepository
TokenRepository repository.TokenRepository
FlightIdRepository *utils.FlightIdContainer
}
func (*FriendsService) AddFriendsWithoutConfirmationShort ¶
func (aaa *FriendsService) AddFriendsWithoutConfirmationShort(input *friends.AddFriendsWithoutConfirmationParams) error
func (*FriendsService) AdminListFriendsOfFriendsShort ¶
func (aaa *FriendsService) AdminListFriendsOfFriendsShort(input *friends.AdminListFriendsOfFriendsParams) (*friends.AdminListFriendsOfFriendsResponse, error)
func (*FriendsService) BulkDeleteFriendsShort ¶
func (aaa *FriendsService) BulkDeleteFriendsShort(input *friends.BulkDeleteFriendsParams) (*friends.BulkDeleteFriendsResponse, error)
func (*FriendsService) GetAuthSession ¶
func (aaa *FriendsService) GetAuthSession() auth.Session
func (*FriendsService) GetIncomingFriendRequestsShort ¶
func (aaa *FriendsService) GetIncomingFriendRequestsShort(input *friends.GetIncomingFriendRequestsParams) (*friends.GetIncomingFriendRequestsResponse, error)
func (*FriendsService) GetListOfFriendsShort ¶
func (aaa *FriendsService) GetListOfFriendsShort(input *friends.GetListOfFriendsParams) (*friends.GetListOfFriendsResponse, error)
func (*FriendsService) GetOutgoingFriendRequestsShort ¶
func (aaa *FriendsService) GetOutgoingFriendRequestsShort(input *friends.GetOutgoingFriendRequestsParams) (*friends.GetOutgoingFriendRequestsResponse, error)
func (*FriendsService) GetUserFriendsUpdatedShort ¶
func (aaa *FriendsService) GetUserFriendsUpdatedShort(input *friends.GetUserFriendsUpdatedParams) (*friends.GetUserFriendsUpdatedResponse, error)
func (*FriendsService) GetUserFriendsWithPlatformShort ¶
func (aaa *FriendsService) GetUserFriendsWithPlatformShort(input *friends.GetUserFriendsWithPlatformParams) (*friends.GetUserFriendsWithPlatformResponse, error)
func (*FriendsService) GetUserIncomingFriendsShort ¶
func (aaa *FriendsService) GetUserIncomingFriendsShort(input *friends.GetUserIncomingFriendsParams) (*friends.GetUserIncomingFriendsResponse, error)
func (*FriendsService) GetUserIncomingFriendsWithTimeShort ¶
func (aaa *FriendsService) GetUserIncomingFriendsWithTimeShort(input *friends.GetUserIncomingFriendsWithTimeParams) (*friends.GetUserIncomingFriendsWithTimeResponse, error)
func (*FriendsService) GetUserOutgoingFriendsShort ¶
func (aaa *FriendsService) GetUserOutgoingFriendsShort(input *friends.GetUserOutgoingFriendsParams) (*friends.GetUserOutgoingFriendsResponse, error)
func (*FriendsService) GetUserOutgoingFriendsWithTimeShort ¶
func (aaa *FriendsService) GetUserOutgoingFriendsWithTimeShort(input *friends.GetUserOutgoingFriendsWithTimeParams) (*friends.GetUserOutgoingFriendsWithTimeResponse, error)
func (*FriendsService) SyncNativeFriendsShort ¶
func (aaa *FriendsService) SyncNativeFriendsShort(input *friends.SyncNativeFriendsParams) (*friends.SyncNativeFriendsResponse, error)
func (*FriendsService) UpdateFlightId ¶
func (aaa *FriendsService) UpdateFlightId(flightId string)
func (*FriendsService) UserAcceptFriendRequestShort ¶
func (aaa *FriendsService) UserAcceptFriendRequestShort(input *friends.UserAcceptFriendRequestParams) error
func (*FriendsService) UserCancelFriendRequestShort ¶
func (aaa *FriendsService) UserCancelFriendRequestShort(input *friends.UserCancelFriendRequestParams) error
func (*FriendsService) UserGetFriendshipStatusShort ¶
func (aaa *FriendsService) UserGetFriendshipStatusShort(input *friends.UserGetFriendshipStatusParams) (*friends.UserGetFriendshipStatusResponse, error)
func (*FriendsService) UserRejectFriendRequestShort ¶
func (aaa *FriendsService) UserRejectFriendRequestShort(input *friends.UserRejectFriendRequestParams) error
func (*FriendsService) UserRequestFriendShort ¶
func (aaa *FriendsService) UserRequestFriendShort(input *friends.UserRequestFriendParams) error
func (*FriendsService) UserUnfriendRequestShort ¶
func (aaa *FriendsService) UserUnfriendRequestShort(input *friends.UserUnfriendRequestParams) error
type LobbyOperationsService ¶
type LobbyOperationsService struct {
Client *lobbyclient.JusticeLobbyService
ConfigRepository repository.ConfigRepository
TokenRepository repository.TokenRepository
FlightIdRepository *utils.FlightIdContainer
}
func (*LobbyOperationsService) AdminJoinPartyV1Short ¶
func (aaa *LobbyOperationsService) AdminJoinPartyV1Short(input *lobby_operations.AdminJoinPartyV1Params) error
func (*LobbyOperationsService) AdminUpdatePartyAttributesV1Short ¶
func (aaa *LobbyOperationsService) AdminUpdatePartyAttributesV1Short(input *lobby_operations.AdminUpdatePartyAttributesV1Params) (*lobby_operations.AdminUpdatePartyAttributesV1Response, error)
func (*LobbyOperationsService) GetAuthSession ¶
func (aaa *LobbyOperationsService) GetAuthSession() auth.Session
func (*LobbyOperationsService) PublicGetMessagesShort ¶
func (aaa *LobbyOperationsService) PublicGetMessagesShort(input *lobby_operations.PublicGetMessagesParams) (*lobby_operations.PublicGetMessagesResponse, error)
func (*LobbyOperationsService) UpdateFlightId ¶
func (aaa *LobbyOperationsService) UpdateFlightId(flightId string)
type LobbyServiceWebsocket ¶
type LobbyServiceWebsocket struct {
ConfigRepository repository.ConfigRepository
TokenRepository repository.TokenRepository
ConnectionManager connectionutils.ConnectionManager
}
func (*LobbyServiceWebsocket) AcceptFriendsNotif ¶
func (lobbyService *LobbyServiceWebsocket) AcceptFriendsNotif(friendId string) error
func (*LobbyServiceWebsocket) AcceptFriendsRequest ¶
func (lobbyService *LobbyServiceWebsocket) AcceptFriendsRequest(friendId *string, id *string) error
func (*LobbyServiceWebsocket) AcceptFriendsResponse ¶
func (lobbyService *LobbyServiceWebsocket) AcceptFriendsResponse(code int64, id string) error
func (*LobbyServiceWebsocket) BlockPlayerNotif ¶
func (lobbyService *LobbyServiceWebsocket) BlockPlayerNotif(blockedUserId string, userId string) error
func (*LobbyServiceWebsocket) BlockPlayerRequest ¶
func (lobbyService *LobbyServiceWebsocket) BlockPlayerRequest(blockUserId *string, id *string, namespace *string) error
func (*LobbyServiceWebsocket) BlockPlayerResponse ¶
func (*LobbyServiceWebsocket) CancelFriendsNotif ¶
func (lobbyService *LobbyServiceWebsocket) CancelFriendsNotif(userId string) error
func (*LobbyServiceWebsocket) CancelFriendsRequest ¶
func (lobbyService *LobbyServiceWebsocket) CancelFriendsRequest(friendId *string, id *string) error
func (*LobbyServiceWebsocket) CancelFriendsResponse ¶
func (lobbyService *LobbyServiceWebsocket) CancelFriendsResponse(code int64, id string) error
func (*LobbyServiceWebsocket) CancelMatchmakingRequest ¶
func (lobbyService *LobbyServiceWebsocket) CancelMatchmakingRequest(gameMode *string, id *string, isTempParty *bool) error
func (*LobbyServiceWebsocket) CancelMatchmakingResponse ¶
func (lobbyService *LobbyServiceWebsocket) CancelMatchmakingResponse(code int64, id string) error
func (*LobbyServiceWebsocket) ChannelChatNotif ¶
func (*LobbyServiceWebsocket) ClientResetRequest ¶
func (lobbyService *LobbyServiceWebsocket) ClientResetRequest(namespace *string, userId *string) error
func (*LobbyServiceWebsocket) ConnectNotif ¶
func (lobbyService *LobbyServiceWebsocket) ConnectNotif(lobbySessionID string) error
func (*LobbyServiceWebsocket) DisconnectNotif ¶
func (lobbyService *LobbyServiceWebsocket) DisconnectNotif(connectionId string, namespace string) error
func (*LobbyServiceWebsocket) DsNotif ¶
func (lobbyService *LobbyServiceWebsocket) DsNotif(alternateIps []string, customAttribute string, deployment string, gameVersion string, imageVersion string, ip string, isOK bool, isOverrideGameVersion bool, lastUpdate string, matchId string, message string, namespace string, podName string, port int64, ports string, protocol string, provider string, region string, sessionId string, status string) error
func (*LobbyServiceWebsocket) ErrorNotif ¶
func (lobbyService *LobbyServiceWebsocket) ErrorNotif(message string) error
func (*LobbyServiceWebsocket) ExitAllChannel ¶
func (lobbyService *LobbyServiceWebsocket) ExitAllChannel(namespace string, userId string) error
func (*LobbyServiceWebsocket) FriendsStatusRequest ¶
func (lobbyService *LobbyServiceWebsocket) FriendsStatusRequest(id *string) error
func (*LobbyServiceWebsocket) FriendsStatusResponse ¶
func (*LobbyServiceWebsocket) GetAllSessionAttributeRequest ¶
func (lobbyService *LobbyServiceWebsocket) GetAllSessionAttributeRequest(id *string) error
func (*LobbyServiceWebsocket) GetAllSessionAttributeResponse ¶
func (lobbyService *LobbyServiceWebsocket) GetAllSessionAttributeResponse(attributes string, code int64, id string) error
func (*LobbyServiceWebsocket) GetFriendshipStatusRequest ¶
func (lobbyService *LobbyServiceWebsocket) GetFriendshipStatusRequest(friendId *string, id *string) error
func (*LobbyServiceWebsocket) GetFriendshipStatusResponse ¶
func (lobbyService *LobbyServiceWebsocket) GetFriendshipStatusResponse(code int64, friendshipStatus string, id string) error
func (*LobbyServiceWebsocket) GetSessionAttributeRequest ¶
func (lobbyService *LobbyServiceWebsocket) GetSessionAttributeRequest(id *string, key *string) error
func (*LobbyServiceWebsocket) GetSessionAttributeResponse ¶
func (lobbyService *LobbyServiceWebsocket) GetSessionAttributeResponse(code int64, id string, value string) error
func (*LobbyServiceWebsocket) Heartbeat ¶
func (lobbyService *LobbyServiceWebsocket) Heartbeat() error
func (*LobbyServiceWebsocket) JoinDefaultChannelRequest ¶
func (lobbyService *LobbyServiceWebsocket) JoinDefaultChannelRequest(id *string) error
func (*LobbyServiceWebsocket) JoinDefaultChannelResponse ¶
func (lobbyService *LobbyServiceWebsocket) JoinDefaultChannelResponse(channelSlug string, code int64, id string) error
func (*LobbyServiceWebsocket) ListIncomingFriendsRequest ¶
func (lobbyService *LobbyServiceWebsocket) ListIncomingFriendsRequest(id *string) error
func (*LobbyServiceWebsocket) ListIncomingFriendsResponse ¶
func (lobbyService *LobbyServiceWebsocket) ListIncomingFriendsResponse(code int64, id string, userIds []string) error
func (*LobbyServiceWebsocket) ListOfFriendsRequest ¶
func (lobbyService *LobbyServiceWebsocket) ListOfFriendsRequest(friendId *string, id *string) error
func (*LobbyServiceWebsocket) ListOfFriendsResponse ¶
func (lobbyService *LobbyServiceWebsocket) ListOfFriendsResponse(code int64, friendIds []string, id string) error
func (*LobbyServiceWebsocket) ListOnlineFriendsRequest ¶
func (lobbyService *LobbyServiceWebsocket) ListOnlineFriendsRequest(id *string) error
func (*LobbyServiceWebsocket) ListOutgoingFriendsRequest ¶
func (lobbyService *LobbyServiceWebsocket) ListOutgoingFriendsRequest(id *string) error
func (*LobbyServiceWebsocket) ListOutgoingFriendsResponse ¶
func (lobbyService *LobbyServiceWebsocket) ListOutgoingFriendsResponse(code int64, friendIds []string, id string) error
func (*LobbyServiceWebsocket) MatchmakingNotif ¶
func (*LobbyServiceWebsocket) MessageNotif ¶
func (*LobbyServiceWebsocket) MessageSessionNotif ¶
func (*LobbyServiceWebsocket) OfflineNotificationRequest ¶
func (lobbyService *LobbyServiceWebsocket) OfflineNotificationRequest(id *string) error
func (*LobbyServiceWebsocket) OfflineNotificationResponse ¶
func (lobbyService *LobbyServiceWebsocket) OfflineNotificationResponse(code int64, id string) error
func (*LobbyServiceWebsocket) OnAccessTokenChanged ¶
func (lobbyService *LobbyServiceWebsocket) OnAccessTokenChanged(accessToken string) error
func (*LobbyServiceWebsocket) OnlineFriends ¶
func (lobbyService *LobbyServiceWebsocket) OnlineFriends(code int64, id string, onlineFriendIds []string) error
func (*LobbyServiceWebsocket) PartyChatNotif ¶
func (*LobbyServiceWebsocket) PartyChatRequest ¶
func (*LobbyServiceWebsocket) PartyChatResponse ¶
func (lobbyService *LobbyServiceWebsocket) PartyChatResponse(code int64, id string) error
func (*LobbyServiceWebsocket) PartyCreateRequest ¶
func (lobbyService *LobbyServiceWebsocket) PartyCreateRequest(id *string) error
func (*LobbyServiceWebsocket) PartyCreateResponse ¶
func (*LobbyServiceWebsocket) PartyDataUpdateNotif ¶
func (*LobbyServiceWebsocket) PartyGetInvitedNotif ¶
func (lobbyService *LobbyServiceWebsocket) PartyGetInvitedNotif(from string, invitationToken string, partyId string) error
func (*LobbyServiceWebsocket) PartyInfoRequest ¶
func (lobbyService *LobbyServiceWebsocket) PartyInfoRequest(id *string) error
func (*LobbyServiceWebsocket) PartyInfoResponse ¶
func (*LobbyServiceWebsocket) PartyInviteNotif ¶
func (lobbyService *LobbyServiceWebsocket) PartyInviteNotif(inviteeId string, inviterId string) error
func (*LobbyServiceWebsocket) PartyInviteRequest ¶
func (lobbyService *LobbyServiceWebsocket) PartyInviteRequest(friendId *string, id *string) error
func (*LobbyServiceWebsocket) PartyInviteResponse ¶
func (lobbyService *LobbyServiceWebsocket) PartyInviteResponse(code int64, id string) error
func (*LobbyServiceWebsocket) PartyJoinNotif ¶
func (lobbyService *LobbyServiceWebsocket) PartyJoinNotif(userId string) error
func (*LobbyServiceWebsocket) PartyJoinRequest ¶
func (lobbyService *LobbyServiceWebsocket) PartyJoinRequest(id *string, invitationToken *string, partyId *string) error
func (*LobbyServiceWebsocket) PartyJoinResponse ¶
func (*LobbyServiceWebsocket) PartyKickNotif ¶
func (lobbyService *LobbyServiceWebsocket) PartyKickNotif(leaderId string, partyId string, userId string) error
func (*LobbyServiceWebsocket) PartyKickRequest ¶
func (lobbyService *LobbyServiceWebsocket) PartyKickRequest(id *string, memberId *string) error
func (*LobbyServiceWebsocket) PartyKickResponse ¶
func (lobbyService *LobbyServiceWebsocket) PartyKickResponse(code int64, id string) error
func (*LobbyServiceWebsocket) PartyLeaveNotif ¶
func (lobbyService *LobbyServiceWebsocket) PartyLeaveNotif(leaderId string, userId string) error
func (*LobbyServiceWebsocket) PartyLeaveRequest ¶
func (lobbyService *LobbyServiceWebsocket) PartyLeaveRequest(id *string, ignoreUserRegistry *bool) error
func (*LobbyServiceWebsocket) PartyLeaveResponse ¶
func (lobbyService *LobbyServiceWebsocket) PartyLeaveResponse(code int64, id string) error
func (*LobbyServiceWebsocket) PartyPromoteLeaderRequest ¶
func (lobbyService *LobbyServiceWebsocket) PartyPromoteLeaderRequest(id *string, newLeaderUserId *string) error
func (*LobbyServiceWebsocket) PartyPromoteLeaderResponse ¶
func (*LobbyServiceWebsocket) PartyRejectNotif ¶
func (lobbyService *LobbyServiceWebsocket) PartyRejectNotif(leaderId string, partyId string, userId string) error
func (*LobbyServiceWebsocket) PartyRejectRequest ¶
func (lobbyService *LobbyServiceWebsocket) PartyRejectRequest(id *string, invitationToken *string, partyId *string) error
func (*LobbyServiceWebsocket) PartyRejectResponse ¶
func (lobbyService *LobbyServiceWebsocket) PartyRejectResponse(code int64, id string, partyId string) error
func (*LobbyServiceWebsocket) PersonalChatHistoryRequest ¶
func (lobbyService *LobbyServiceWebsocket) PersonalChatHistoryRequest(friendId *string, id *string) error
func (*LobbyServiceWebsocket) PersonalChatHistoryResponse ¶
func (*LobbyServiceWebsocket) PersonalChatNotif ¶
func (*LobbyServiceWebsocket) PersonalChatRequest ¶
func (*LobbyServiceWebsocket) PersonalChatResponse ¶
func (lobbyService *LobbyServiceWebsocket) PersonalChatResponse(code int64, id string) error
func (*LobbyServiceWebsocket) RefreshTokenRequest ¶
func (lobbyService *LobbyServiceWebsocket) RefreshTokenRequest(id *string, token *string) error
func (*LobbyServiceWebsocket) RefreshTokenResponse ¶
func (lobbyService *LobbyServiceWebsocket) RefreshTokenResponse(code int64, id string) error
func (*LobbyServiceWebsocket) RejectFriendsNotif ¶
func (lobbyService *LobbyServiceWebsocket) RejectFriendsNotif(userId string) error
func (*LobbyServiceWebsocket) RejectFriendsRequest ¶
func (lobbyService *LobbyServiceWebsocket) RejectFriendsRequest(friendId *string, id *string) error
func (*LobbyServiceWebsocket) RejectFriendsResponse ¶
func (lobbyService *LobbyServiceWebsocket) RejectFriendsResponse(code int64, id string) error
func (*LobbyServiceWebsocket) RematchmakingNotif ¶
func (lobbyService *LobbyServiceWebsocket) RematchmakingNotif(banDuration int64) error
func (*LobbyServiceWebsocket) RequestFriendsNotif ¶
func (lobbyService *LobbyServiceWebsocket) RequestFriendsNotif(friendId string) error
func (*LobbyServiceWebsocket) RequestFriendsRequest ¶
func (lobbyService *LobbyServiceWebsocket) RequestFriendsRequest(friendId *string, id *string) error
func (*LobbyServiceWebsocket) RequestFriendsResponse ¶
func (lobbyService *LobbyServiceWebsocket) RequestFriendsResponse(code int64, id string) error
func (*LobbyServiceWebsocket) SendChannelChatRequest ¶
func (lobbyService *LobbyServiceWebsocket) SendChannelChatRequest(channelSlug *string, id *string, payload *string) error
func (*LobbyServiceWebsocket) SendChannelChatResponse ¶
func (lobbyService *LobbyServiceWebsocket) SendChannelChatResponse(code int64, id string) error
func (*LobbyServiceWebsocket) SetReadyConsentNotif ¶
func (lobbyService *LobbyServiceWebsocket) SetReadyConsentNotif(matchId string, userId string) error
func (*LobbyServiceWebsocket) SetReadyConsentRequest ¶
func (lobbyService *LobbyServiceWebsocket) SetReadyConsentRequest(id *string, matchId *string) error
func (*LobbyServiceWebsocket) SetReadyConsentResponse ¶
func (lobbyService *LobbyServiceWebsocket) SetReadyConsentResponse(code int64, id string) error
func (*LobbyServiceWebsocket) SetSessionAttributeRequest ¶
func (*LobbyServiceWebsocket) SetSessionAttributeResponse ¶
func (lobbyService *LobbyServiceWebsocket) SetSessionAttributeResponse(code int64, id string) error
func (*LobbyServiceWebsocket) SetUserStatusRequest ¶
func (lobbyService *LobbyServiceWebsocket) SetUserStatusRequest(activity *string, availability *int64, id *string) error
func (*LobbyServiceWebsocket) SetUserStatusResponse ¶
func (lobbyService *LobbyServiceWebsocket) SetUserStatusResponse(code int64, id string) error
func (*LobbyServiceWebsocket) ShutdownNotif ¶
func (lobbyService *LobbyServiceWebsocket) ShutdownNotif(message string) error
func (*LobbyServiceWebsocket) SignalingP2PNotif ¶
func (lobbyService *LobbyServiceWebsocket) SignalingP2PNotif(destinationId string, message string) error
func (*LobbyServiceWebsocket) StartMatchmakingRequest ¶
func (*LobbyServiceWebsocket) StartMatchmakingResponse ¶
func (lobbyService *LobbyServiceWebsocket) StartMatchmakingResponse(code int64, id string) error
func (*LobbyServiceWebsocket) UnblockPlayerNotif ¶
func (lobbyService *LobbyServiceWebsocket) UnblockPlayerNotif(unblockedUserId string, userId string) error
func (*LobbyServiceWebsocket) UnblockPlayerRequest ¶
func (lobbyService *LobbyServiceWebsocket) UnblockPlayerRequest(id *string, namespace *string, unblockedUserId *string) error
func (*LobbyServiceWebsocket) UnblockPlayerResponse ¶
func (*LobbyServiceWebsocket) UnfriendNotif ¶
func (lobbyService *LobbyServiceWebsocket) UnfriendNotif(friendId string) error
func (*LobbyServiceWebsocket) UnfriendRequest ¶
func (lobbyService *LobbyServiceWebsocket) UnfriendRequest(friendId *string, id *string) error
func (*LobbyServiceWebsocket) UnfriendResponse ¶
func (lobbyService *LobbyServiceWebsocket) UnfriendResponse(code int64, id string) error
func (*LobbyServiceWebsocket) UserBannedNotification ¶
func (lobbyService *LobbyServiceWebsocket) UserBannedNotification() error
func (*LobbyServiceWebsocket) UserMetricRequest ¶
func (lobbyService *LobbyServiceWebsocket) UserMetricRequest(id *string) error
func (*LobbyServiceWebsocket) UserMetricResponse ¶
func (lobbyService *LobbyServiceWebsocket) UserMetricResponse(code int64, id string, playerCount int64) error
func (*LobbyServiceWebsocket) UserStatusNotif ¶
type MatchmakingServiceWebsocket ¶
type MatchmakingServiceWebsocket struct {
ConfigRepository repository.ConfigRepository
TokenRepository repository.TokenRepository
ConnectionManager connectionutils.ConnectionManager
}
func (*MatchmakingServiceWebsocket) CancelMatchmaking ¶
func (matchmakingService *MatchmakingServiceWebsocket) CancelMatchmaking(gameMode string) error
func (*MatchmakingServiceWebsocket) SetReadyConsent ¶
func (matchmakingService *MatchmakingServiceWebsocket) SetReadyConsent(matchID string) error
func (*MatchmakingServiceWebsocket) StartMatchmaking ¶
func (matchmakingService *MatchmakingServiceWebsocket) StartMatchmaking(gameMode, dsName, clientVersion, latencies, partyAttribute, tempParty, extraAttributes string) error
type NotificationService ¶
type NotificationService struct {
Client *lobbyclient.JusticeLobbyService
ConfigRepository repository.ConfigRepository
TokenRepository repository.TokenRepository
FlightIdRepository *utils.FlightIdContainer
}
func (*NotificationService) CreateNotificationTemplateV1AdminShort ¶
func (aaa *NotificationService) CreateNotificationTemplateV1AdminShort(input *notification.CreateNotificationTemplateV1AdminParams) error
func (*NotificationService) CreateNotificationTopicV1AdminShort ¶
func (aaa *NotificationService) CreateNotificationTopicV1AdminShort(input *notification.CreateNotificationTopicV1AdminParams) error
func (*NotificationService) CreateTopicShort ¶
func (aaa *NotificationService) CreateTopicShort(input *notification.CreateTopicParams) error
func (*NotificationService) DeleteNotificationTemplateSlugV1AdminShort ¶
func (aaa *NotificationService) DeleteNotificationTemplateSlugV1AdminShort(input *notification.DeleteNotificationTemplateSlugV1AdminParams) error
func (*NotificationService) DeleteNotificationTopicV1AdminShort ¶
func (aaa *NotificationService) DeleteNotificationTopicV1AdminShort(input *notification.DeleteNotificationTopicV1AdminParams) error
func (*NotificationService) DeleteTemplateLocalizationV1AdminShort ¶
func (aaa *NotificationService) DeleteTemplateLocalizationV1AdminShort(input *notification.DeleteTemplateLocalizationV1AdminParams) error
func (*NotificationService) DeleteTopicByTopicNameShort ¶
func (aaa *NotificationService) DeleteTopicByTopicNameShort(input *notification.DeleteTopicByTopicNameParams) error
func (*NotificationService) FreeFormNotificationByUserIDShort ¶
func (aaa *NotificationService) FreeFormNotificationByUserIDShort(input *notification.FreeFormNotificationByUserIDParams) error
func (*NotificationService) GetAllNotificationTemplatesV1AdminShort ¶
func (aaa *NotificationService) GetAllNotificationTemplatesV1AdminShort(input *notification.GetAllNotificationTemplatesV1AdminParams) (*notification.GetAllNotificationTemplatesV1AdminResponse, error)
func (*NotificationService) GetAllNotificationTopicsV1AdminShort ¶
func (aaa *NotificationService) GetAllNotificationTopicsV1AdminShort(input *notification.GetAllNotificationTopicsV1AdminParams) (*notification.GetAllNotificationTopicsV1AdminResponse, error)
func (*NotificationService) GetAuthSession ¶
func (aaa *NotificationService) GetAuthSession() auth.Session
func (*NotificationService) GetMyNotificationsShort ¶
func (aaa *NotificationService) GetMyNotificationsShort(input *notification.GetMyNotificationsParams) (*notification.GetMyNotificationsResponse, error)
func (*NotificationService) GetMyOfflineNotificationsShort ¶ added in v0.2.0
func (aaa *NotificationService) GetMyOfflineNotificationsShort(input *notification.GetMyOfflineNotificationsParams) (*notification.GetMyOfflineNotificationsResponse, error)
func (*NotificationService) GetNotificationTopicV1AdminShort ¶
func (aaa *NotificationService) GetNotificationTopicV1AdminShort(input *notification.GetNotificationTopicV1AdminParams) (*notification.GetNotificationTopicV1AdminResponse, error)
func (*NotificationService) GetSingleTemplateLocalizationV1AdminShort ¶
func (aaa *NotificationService) GetSingleTemplateLocalizationV1AdminShort(input *notification.GetSingleTemplateLocalizationV1AdminParams) (*notification.GetSingleTemplateLocalizationV1AdminResponse, error)
func (*NotificationService) GetTemplateSlugLocalizationsTemplateV1AdminShort ¶
func (aaa *NotificationService) GetTemplateSlugLocalizationsTemplateV1AdminShort(input *notification.GetTemplateSlugLocalizationsTemplateV1AdminParams) (*notification.GetTemplateSlugLocalizationsTemplateV1AdminResponse, error)
func (*NotificationService) GetTopicByNamespaceShort ¶
func (aaa *NotificationService) GetTopicByNamespaceShort(input *notification.GetTopicByNamespaceParams) (*notification.GetTopicByNamespaceResponse, error)
func (*NotificationService) GetTopicByTopicNameShort ¶
func (aaa *NotificationService) GetTopicByTopicNameShort(input *notification.GetTopicByTopicNameParams) (*notification.GetTopicByTopicNameResponse, error)
func (*NotificationService) NotificationWithTemplateByUserIDShort ¶
func (aaa *NotificationService) NotificationWithTemplateByUserIDShort(input *notification.NotificationWithTemplateByUserIDParams) error
func (*NotificationService) PublishTemplateLocalizationV1AdminShort ¶
func (aaa *NotificationService) PublishTemplateLocalizationV1AdminShort(input *notification.PublishTemplateLocalizationV1AdminParams) error
func (*NotificationService) SendMultipleUsersFreeformNotificationV1AdminShort ¶
func (aaa *NotificationService) SendMultipleUsersFreeformNotificationV1AdminShort(input *notification.SendMultipleUsersFreeformNotificationV1AdminParams) error
func (*NotificationService) SendPartyFreeformNotificationV1AdminShort ¶
func (aaa *NotificationService) SendPartyFreeformNotificationV1AdminShort(input *notification.SendPartyFreeformNotificationV1AdminParams) error
func (*NotificationService) SendPartyTemplatedNotificationV1AdminShort ¶
func (aaa *NotificationService) SendPartyTemplatedNotificationV1AdminShort(input *notification.SendPartyTemplatedNotificationV1AdminParams) error
func (*NotificationService) SendSpecificUserFreeformNotificationV1AdminShort ¶
func (aaa *NotificationService) SendSpecificUserFreeformNotificationV1AdminShort(input *notification.SendSpecificUserFreeformNotificationV1AdminParams) error
func (*NotificationService) SendSpecificUserTemplatedNotificationV1AdminShort ¶
func (aaa *NotificationService) SendSpecificUserTemplatedNotificationV1AdminShort(input *notification.SendSpecificUserTemplatedNotificationV1AdminParams) error
func (*NotificationService) SendUsersFreeformNotificationV1AdminShort ¶
func (aaa *NotificationService) SendUsersFreeformNotificationV1AdminShort(input *notification.SendUsersFreeformNotificationV1AdminParams) error
func (*NotificationService) SendUsersTemplatedNotificationV1AdminShort ¶
func (aaa *NotificationService) SendUsersTemplatedNotificationV1AdminShort(input *notification.SendUsersTemplatedNotificationV1AdminParams) error
func (*NotificationService) UpdateFlightId ¶
func (aaa *NotificationService) UpdateFlightId(flightId string)
func (*NotificationService) UpdateNotificationTopicV1AdminShort ¶
func (aaa *NotificationService) UpdateNotificationTopicV1AdminShort(input *notification.UpdateNotificationTopicV1AdminParams) error
func (*NotificationService) UpdateTemplateLocalizationV1AdminShort ¶
func (aaa *NotificationService) UpdateTemplateLocalizationV1AdminShort(input *notification.UpdateTemplateLocalizationV1AdminParams) error
func (*NotificationService) UpdateTopicByTopicNameShort ¶
func (aaa *NotificationService) UpdateTopicByTopicNameShort(input *notification.UpdateTopicByTopicNameParams) error
type NotificationServiceWebsocket ¶
type NotificationServiceWebsocket struct {
ConfigRepository repository.ConfigRepository
TokenRepository repository.TokenRepository
ConnectionManager connectionutils.ConnectionManager
}
func (*NotificationServiceWebsocket) GetNotificationMessage ¶
func (notificationService *NotificationServiceWebsocket) GetNotificationMessage() error
func (*NotificationServiceWebsocket) GetOfflineNotification ¶
func (notificationService *NotificationServiceWebsocket) GetOfflineNotification() error
type PartyService ¶
type PartyService struct {
Client *lobbyclient.JusticeLobbyService
ConfigRepository repository.ConfigRepository
TokenRepository repository.TokenRepository
FlightIdRepository *utils.FlightIdContainer
}
func (*PartyService) AdminGetPartyDataV1Short ¶
func (aaa *PartyService) AdminGetPartyDataV1Short(input *party.AdminGetPartyDataV1Params) (*party.AdminGetPartyDataV1Response, error)
func (*PartyService) AdminGetUserPartyV1Short ¶
func (aaa *PartyService) AdminGetUserPartyV1Short(input *party.AdminGetUserPartyV1Params) (*party.AdminGetUserPartyV1Response, error)
func (*PartyService) GetAuthSession ¶
func (aaa *PartyService) GetAuthSession() auth.Session
func (*PartyService) PublicGetPartyDataV1Short ¶
func (aaa *PartyService) PublicGetPartyDataV1Short(input *party.PublicGetPartyDataV1Params) (*party.PublicGetPartyDataV1Response, error)
func (*PartyService) PublicSetPartyLimitV1Short ¶
func (aaa *PartyService) PublicSetPartyLimitV1Short(input *party.PublicSetPartyLimitV1Params) error
func (*PartyService) PublicUpdatePartyAttributesV1Short ¶
func (aaa *PartyService) PublicUpdatePartyAttributesV1Short(input *party.PublicUpdatePartyAttributesV1Params) (*party.PublicUpdatePartyAttributesV1Response, error)
func (*PartyService) UpdateFlightId ¶
func (aaa *PartyService) UpdateFlightId(flightId string)
type PartyServiceWebsocket ¶
type PartyServiceWebsocket struct {
ConfigRepository repository.ConfigRepository
TokenRepository repository.TokenRepository
ConnectionManager connectionutils.ConnectionManager
}
func (*PartyServiceWebsocket) CreateParty ¶
func (s *PartyServiceWebsocket) CreateParty() error
func (*PartyServiceWebsocket) DeletePartyCode ¶
func (s *PartyServiceWebsocket) DeletePartyCode() error
func (*PartyServiceWebsocket) GeneratePartyCode ¶
func (s *PartyServiceWebsocket) GeneratePartyCode() error
func (*PartyServiceWebsocket) GetAllSessionAttribute ¶
func (s *PartyServiceWebsocket) GetAllSessionAttribute() error
func (*PartyServiceWebsocket) GetPartyCode ¶
func (s *PartyServiceWebsocket) GetPartyCode() error
func (*PartyServiceWebsocket) GetPartyInfo ¶
func (s *PartyServiceWebsocket) GetPartyInfo() error
func (*PartyServiceWebsocket) GetSessionAttribute ¶
func (s *PartyServiceWebsocket) GetSessionAttribute(key string) error
func (*PartyServiceWebsocket) InviteParty ¶
func (s *PartyServiceWebsocket) InviteParty(friendID string) error
func (*PartyServiceWebsocket) JoinParty ¶
func (s *PartyServiceWebsocket) JoinParty(partyID, token string) error
func (*PartyServiceWebsocket) JoinViaPartyCode ¶
func (s *PartyServiceWebsocket) JoinViaPartyCode(partyCode string) error
func (*PartyServiceWebsocket) KickPartyMember ¶
func (s *PartyServiceWebsocket) KickPartyMember(id string) error
func (*PartyServiceWebsocket) LeaveParty ¶
func (s *PartyServiceWebsocket) LeaveParty() error
func (*PartyServiceWebsocket) PromotePartyLeader ¶
func (s *PartyServiceWebsocket) PromotePartyLeader(leaderUserID string) error
func (*PartyServiceWebsocket) RejectPartyInvitation ¶
func (s *PartyServiceWebsocket) RejectPartyInvitation(partyID, token string) error
func (*PartyServiceWebsocket) SendPartyNotif ¶
func (s *PartyServiceWebsocket) SendPartyNotif(topic, payload string) error
func (*PartyServiceWebsocket) SetSessionAttribute ¶
func (s *PartyServiceWebsocket) SetSessionAttribute(key, value string) error
func (*PartyServiceWebsocket) UserMetric ¶
func (s *PartyServiceWebsocket) UserMetric() error
type PlayerService ¶
type PlayerService struct {
Client *lobbyclient.JusticeLobbyService
ConfigRepository repository.ConfigRepository
TokenRepository repository.TokenRepository
FlightIdRepository *utils.FlightIdContainer
}
func (*PlayerService) AdminBulkBlockPlayersV1Short ¶
func (aaa *PlayerService) AdminBulkBlockPlayersV1Short(input *player.AdminBulkBlockPlayersV1Params) error
func (*PlayerService) AdminBulkUnblockPlayersV1Short ¶
func (aaa *PlayerService) AdminBulkUnblockPlayersV1Short(input *player.AdminBulkUnblockPlayersV1Params) error
func (*PlayerService) AdminGetAllPlayerSessionAttributeShort ¶
func (aaa *PlayerService) AdminGetAllPlayerSessionAttributeShort(input *player.AdminGetAllPlayerSessionAttributeParams) (*player.AdminGetAllPlayerSessionAttributeResponse, error)
func (*PlayerService) AdminGetBulkPlayerBlockedPlayersV1Short ¶
func (aaa *PlayerService) AdminGetBulkPlayerBlockedPlayersV1Short(input *player.AdminGetBulkPlayerBlockedPlayersV1Params) (*player.AdminGetBulkPlayerBlockedPlayersV1Response, error)
func (*PlayerService) AdminGetLobbyCCUShort ¶
func (aaa *PlayerService) AdminGetLobbyCCUShort(input *player.AdminGetLobbyCCUParams) (*player.AdminGetLobbyCCUResponse, error)
func (*PlayerService) AdminGetPlayerBlockedByPlayersV1Short ¶
func (aaa *PlayerService) AdminGetPlayerBlockedByPlayersV1Short(input *player.AdminGetPlayerBlockedByPlayersV1Params) (*player.AdminGetPlayerBlockedByPlayersV1Response, error)
func (*PlayerService) AdminGetPlayerBlockedPlayersV1Short ¶
func (aaa *PlayerService) AdminGetPlayerBlockedPlayersV1Short(input *player.AdminGetPlayerBlockedPlayersV1Params) (*player.AdminGetPlayerBlockedPlayersV1Response, error)
func (*PlayerService) AdminGetPlayerSessionAttributeShort ¶
func (aaa *PlayerService) AdminGetPlayerSessionAttributeShort(input *player.AdminGetPlayerSessionAttributeParams) (*player.AdminGetPlayerSessionAttributeResponse, error)
func (*PlayerService) AdminSetPlayerSessionAttributeShort ¶
func (aaa *PlayerService) AdminSetPlayerSessionAttributeShort(input *player.AdminSetPlayerSessionAttributeParams) error
func (*PlayerService) GetAuthSession ¶
func (aaa *PlayerService) GetAuthSession() auth.Session
func (*PlayerService) PublicGetPlayerBlockedByPlayersV1Short ¶
func (aaa *PlayerService) PublicGetPlayerBlockedByPlayersV1Short(input *player.PublicGetPlayerBlockedByPlayersV1Params) (*player.PublicGetPlayerBlockedByPlayersV1Response, error)
func (*PlayerService) PublicGetPlayerBlockedPlayersV1Short ¶
func (aaa *PlayerService) PublicGetPlayerBlockedPlayersV1Short(input *player.PublicGetPlayerBlockedPlayersV1Params) (*player.PublicGetPlayerBlockedPlayersV1Response, error)
func (*PlayerService) PublicPlayerBlockPlayersV1Short ¶
func (aaa *PlayerService) PublicPlayerBlockPlayersV1Short(input *player.PublicPlayerBlockPlayersV1Params) error
func (*PlayerService) PublicUnblockPlayerV1Short ¶
func (aaa *PlayerService) PublicUnblockPlayerV1Short(input *player.PublicUnblockPlayerV1Params) error
func (*PlayerService) UpdateFlightId ¶
func (aaa *PlayerService) UpdateFlightId(flightId string)
type PresenceService ¶
type PresenceService struct {
Client *lobbyclient.JusticeLobbyService
ConfigRepository repository.ConfigRepository
TokenRepository repository.TokenRepository
FlightIdRepository *utils.FlightIdContainer
}
func (*PresenceService) GetAuthSession ¶
func (aaa *PresenceService) GetAuthSession() auth.Session
func (*PresenceService) UpdateFlightId ¶
func (aaa *PresenceService) UpdateFlightId(flightId string)
func (*PresenceService) UsersPresenceHandlerV1Short ¶
func (aaa *PresenceService) UsersPresenceHandlerV1Short(input *presence.UsersPresenceHandlerV1Params) (*presence.UsersPresenceHandlerV1Response, error)
func (*PresenceService) UsersPresenceHandlerV2Short ¶
func (aaa *PresenceService) UsersPresenceHandlerV2Short(input *presence.UsersPresenceHandlerV2Params) (*presence.UsersPresenceHandlerV2Response, error)
type ProfanityService ¶
type ProfanityService struct {
Client *lobbyclient.JusticeLobbyService
ConfigRepository repository.ConfigRepository
TokenRepository repository.TokenRepository
FlightIdRepository *utils.FlightIdContainer
}
func (*ProfanityService) AdminAddProfanityFilterIntoListShort ¶
func (aaa *ProfanityService) AdminAddProfanityFilterIntoListShort(input *profanity.AdminAddProfanityFilterIntoListParams) error
func (*ProfanityService) AdminAddProfanityFiltersShort ¶
func (aaa *ProfanityService) AdminAddProfanityFiltersShort(input *profanity.AdminAddProfanityFiltersParams) error
func (*ProfanityService) AdminCreateProfanityListShort ¶
func (aaa *ProfanityService) AdminCreateProfanityListShort(input *profanity.AdminCreateProfanityListParams) error
func (*ProfanityService) AdminDebugProfanityFiltersShort ¶
func (aaa *ProfanityService) AdminDebugProfanityFiltersShort(input *profanity.AdminDebugProfanityFiltersParams) (*profanity.AdminDebugProfanityFiltersResponse, error)
func (*ProfanityService) AdminDeleteProfanityFilterShort ¶
func (aaa *ProfanityService) AdminDeleteProfanityFilterShort(input *profanity.AdminDeleteProfanityFilterParams) (*profanity.AdminDeleteProfanityFilterResponse, error)
func (*ProfanityService) AdminDeleteProfanityListShort ¶
func (aaa *ProfanityService) AdminDeleteProfanityListShort(input *profanity.AdminDeleteProfanityListParams) error
func (*ProfanityService) AdminGetProfanityListFiltersV1Short ¶
func (aaa *ProfanityService) AdminGetProfanityListFiltersV1Short(input *profanity.AdminGetProfanityListFiltersV1Params) (*profanity.AdminGetProfanityListFiltersV1Response, error)
func (*ProfanityService) AdminGetProfanityListsShort ¶
func (aaa *ProfanityService) AdminGetProfanityListsShort(input *profanity.AdminGetProfanityListsParams) (*profanity.AdminGetProfanityListsResponse, error)
func (*ProfanityService) AdminGetProfanityRuleShort ¶
func (aaa *ProfanityService) AdminGetProfanityRuleShort(input *profanity.AdminGetProfanityRuleParams) (*profanity.AdminGetProfanityRuleResponse, error)
func (*ProfanityService) AdminImportProfanityFiltersFromFileShort ¶
func (aaa *ProfanityService) AdminImportProfanityFiltersFromFileShort(input *profanity.AdminImportProfanityFiltersFromFileParams) error
func (*ProfanityService) AdminSetProfanityRuleForNamespaceShort ¶
func (aaa *ProfanityService) AdminSetProfanityRuleForNamespaceShort(input *profanity.AdminSetProfanityRuleForNamespaceParams) error
func (*ProfanityService) AdminUpdateProfanityListShort ¶
func (aaa *ProfanityService) AdminUpdateProfanityListShort(input *profanity.AdminUpdateProfanityListParams) error
func (*ProfanityService) AdminVerifyMessageProfanityResponseShort ¶
func (aaa *ProfanityService) AdminVerifyMessageProfanityResponseShort(input *profanity.AdminVerifyMessageProfanityResponseParams) (*profanity.AdminVerifyMessageProfanityResponseResponse, error)
func (*ProfanityService) GetAuthSession ¶
func (aaa *ProfanityService) GetAuthSession() auth.Session
func (*ProfanityService) UpdateFlightId ¶
func (aaa *ProfanityService) UpdateFlightId(flightId string)
type ThirdPartyService ¶
type ThirdPartyService struct {
Client *lobbyclient.JusticeLobbyService
ConfigRepository repository.ConfigRepository
TokenRepository repository.TokenRepository
FlightIdRepository *utils.FlightIdContainer
}
func (*ThirdPartyService) AdminCreateThirdPartyConfigShort ¶
func (aaa *ThirdPartyService) AdminCreateThirdPartyConfigShort(input *third_party.AdminCreateThirdPartyConfigParams) (*third_party.AdminCreateThirdPartyConfigResponse, error)
func (*ThirdPartyService) AdminDeleteThirdPartyConfigShort ¶
func (aaa *ThirdPartyService) AdminDeleteThirdPartyConfigShort(input *third_party.AdminDeleteThirdPartyConfigParams) (*third_party.AdminDeleteThirdPartyConfigResponse, error)
func (*ThirdPartyService) AdminGetThirdPartyConfigShort ¶
func (aaa *ThirdPartyService) AdminGetThirdPartyConfigShort(input *third_party.AdminGetThirdPartyConfigParams) (*third_party.AdminGetThirdPartyConfigResponse, error)
func (*ThirdPartyService) AdminUpdateThirdPartyConfigShort ¶
func (aaa *ThirdPartyService) AdminUpdateThirdPartyConfigShort(input *third_party.AdminUpdateThirdPartyConfigParams) (*third_party.AdminUpdateThirdPartyConfigResponse, error)
func (*ThirdPartyService) GetAuthSession ¶
func (aaa *ThirdPartyService) GetAuthSession() auth.Session
func (*ThirdPartyService) UpdateFlightId ¶
func (aaa *ThirdPartyService) UpdateFlightId(flightId string)
Source Files
¶
- chatServiceWebsocket.go
- client_factory.go
- dsServiceWebsocket.go
- friendServiceWebsocket.go
- lobbyService.go
- matchmakingWebsocketService.go
- notificationServiceWebsocket.go
- partyServiceWebsocket.go
- version.go
- wrapper_admin.go
- wrapper_blocks.go
- wrapper_config.go
- wrapper_friends.go
- wrapper_lobbyOperations.go
- wrapper_notification.go
- wrapper_party.go
- wrapper_player.go
- wrapper_presence.go
- wrapper_profanity.go
- wrapper_thirdParty.go
Click to show internal directories.
Click to hide internal directories.