Documentation ¶
Index ¶
- type ChatService
- func (c *ChatService) AdminChatHistory(input *chat.AdminChatHistoryParams) ([]*lobbyclientmodels.ModelChatMessageResponse, error)deprecated
- func (c *ChatService) AdminChatHistoryShort(input *chat.AdminChatHistoryParams) ([]*lobbyclientmodels.ModelChatMessageResponse, error)
- func (c *ChatService) GetAuthSession() auth.Session
- func (c *ChatService) GetPersonalChatHistoryV1Public(input *chat.GetPersonalChatHistoryV1PublicParams) ([]*lobbyclientmodels.ModelChatMessageResponse, error)deprecated
- func (c *ChatService) GetPersonalChatHistoryV1PublicShort(input *chat.GetPersonalChatHistoryV1PublicParams) ([]*lobbyclientmodels.ModelChatMessageResponse, error)
- func (c *ChatService) PersonalChatHistory(input *chat.PersonalChatHistoryParams) ([]*lobbyclientmodels.ModelChatMessageResponse, error)deprecated
- func (c *ChatService) PersonalChatHistoryShort(input *chat.PersonalChatHistoryParams) ([]*lobbyclientmodels.ModelChatMessageResponse, error)
- type ConfigService
- func (c *ConfigService) AdminExportConfigV1(input *config.AdminExportConfigV1Params) (*lobbyclientmodels.ModelsConfigExport, error)deprecated
- func (c *ConfigService) AdminExportConfigV1Short(input *config.AdminExportConfigV1Params) (*lobbyclientmodels.ModelsConfigExport, error)
- func (c *ConfigService) AdminGetAllConfigV1(input *config.AdminGetAllConfigV1Params) (*lobbyclientmodels.ModelsConfigList, error)deprecated
- func (c *ConfigService) AdminGetAllConfigV1Short(input *config.AdminGetAllConfigV1Params) (*lobbyclientmodels.ModelsConfigList, error)
- func (c *ConfigService) AdminGetConfigV1(input *config.AdminGetConfigV1Params) (*lobbyclientmodels.ModelsConfigReq, error)deprecated
- func (c *ConfigService) AdminGetConfigV1Short(input *config.AdminGetConfigV1Params) (*lobbyclientmodels.ModelsConfigReq, error)
- func (c *ConfigService) AdminImportConfigV1(input *config.AdminImportConfigV1Params) (*lobbyclientmodels.ModelsImportConfigResponse, error)deprecated
- func (c *ConfigService) AdminImportConfigV1Short(input *config.AdminImportConfigV1Params) (*lobbyclientmodels.ModelsImportConfigResponse, error)
- func (c *ConfigService) AdminUpdateConfigV1(input *config.AdminUpdateConfigV1Params) (*lobbyclientmodels.ModelsConfigReq, error)deprecated
- func (c *ConfigService) AdminUpdateConfigV1Short(input *config.AdminUpdateConfigV1Params) (*lobbyclientmodels.ModelsConfigReq, error)
- func (c *ConfigService) GetAuthSession() auth.Session
- type FriendsService
- func (f *FriendsService) AddFriendsWithoutConfirmation(input *friends.AddFriendsWithoutConfirmationParams) errordeprecated
- func (f *FriendsService) AddFriendsWithoutConfirmationShort(input *friends.AddFriendsWithoutConfirmationParams) error
- func (f *FriendsService) GetAuthSession() auth.Session
- func (f *FriendsService) GetListOfFriends(input *friends.GetListOfFriendsParams) (*lobbyclientmodels.ModelGetFriendsResponse, error)deprecated
- func (f *FriendsService) GetListOfFriendsShort(input *friends.GetListOfFriendsParams) (*lobbyclientmodels.ModelGetFriendsResponse, error)
- func (f *FriendsService) GetUserFriendsUpdated(input *friends.GetUserFriendsUpdatedParams) ([]*lobbyclientmodels.ModelGetUserFriendsResponse, error)deprecated
- func (f *FriendsService) GetUserFriendsUpdatedShort(input *friends.GetUserFriendsUpdatedParams) ([]*lobbyclientmodels.ModelGetUserFriendsResponse, error)
- func (f *FriendsService) GetUserIncomingFriends(input *friends.GetUserIncomingFriendsParams) ([]*lobbyclientmodels.ModelGetUserIncomingFriendsResponse, error)deprecated
- func (f *FriendsService) GetUserIncomingFriendsShort(input *friends.GetUserIncomingFriendsParams) ([]*lobbyclientmodels.ModelGetUserIncomingFriendsResponse, error)
- func (f *FriendsService) GetUserOutgoingFriends(input *friends.GetUserOutgoingFriendsParams) ([]*lobbyclientmodels.ModelGetUserOutgoingFriendsResponse, error)deprecated
- func (f *FriendsService) GetUserOutgoingFriendsShort(input *friends.GetUserOutgoingFriendsParams) ([]*lobbyclientmodels.ModelGetUserOutgoingFriendsResponse, error)
- func (f *FriendsService) UserAcceptFriendRequest(input *friends.UserAcceptFriendRequestParams) errordeprecated
- func (f *FriendsService) UserAcceptFriendRequestShort(input *friends.UserAcceptFriendRequestParams) error
- func (f *FriendsService) UserCancelFriendRequest(input *friends.UserCancelFriendRequestParams) errordeprecated
- func (f *FriendsService) UserCancelFriendRequestShort(input *friends.UserCancelFriendRequestParams) error
- func (f *FriendsService) UserGetFriendshipStatus(input *friends.UserGetFriendshipStatusParams) (*lobbyclientmodels.ModelUserGetFriendshipStatusResponse, error)deprecated
- func (f *FriendsService) UserGetFriendshipStatusShort(input *friends.UserGetFriendshipStatusParams) (*lobbyclientmodels.ModelUserGetFriendshipStatusResponse, error)
- func (f *FriendsService) UserRejectFriendRequest(input *friends.UserRejectFriendRequestParams) errordeprecated
- func (f *FriendsService) UserRejectFriendRequestShort(input *friends.UserRejectFriendRequestParams) error
- func (f *FriendsService) UserRequestFriend(input *friends.UserRequestFriendParams) errordeprecated
- func (f *FriendsService) UserRequestFriendShort(input *friends.UserRequestFriendParams) error
- func (f *FriendsService) UserUnfriendRequest(input *friends.UserUnfriendRequestParams) errordeprecated
- func (f *FriendsService) UserUnfriendRequestShort(input *friends.UserUnfriendRequestParams) error
- type LobbyOperationsService
- func (l *LobbyOperationsService) AdminJoinPartyV1(input *lobby_operations.AdminJoinPartyV1Params) errordeprecated
- func (l *LobbyOperationsService) AdminJoinPartyV1Short(input *lobby_operations.AdminJoinPartyV1Params) error
- func (l *LobbyOperationsService) AdminUpdatePartyAttributesV1(input *lobby_operations.AdminUpdatePartyAttributesV1Params) (*lobbyclientmodels.ModelsPartyData, error)deprecated
- func (l *LobbyOperationsService) AdminUpdatePartyAttributesV1Short(input *lobby_operations.AdminUpdatePartyAttributesV1Params) (*lobbyclientmodels.ModelsPartyData, error)
- func (l *LobbyOperationsService) GetAuthSession() auth.Session
- func (l *LobbyOperationsService) PublicGetMessages(input *lobby_operations.PublicGetMessagesParams) ([]*lobbyclientmodels.LogAppMessageDeclaration, error)deprecated
- func (l *LobbyOperationsService) PublicGetMessagesShort(input *lobby_operations.PublicGetMessagesParams) ([]*lobbyclientmodels.LogAppMessageDeclaration, error)
- type NotificationService
- func (n *NotificationService) CreateNotificationTemplateV1Admin(input *notification.CreateNotificationTemplateV1AdminParams) errordeprecated
- func (n *NotificationService) CreateNotificationTemplateV1AdminShort(input *notification.CreateNotificationTemplateV1AdminParams) error
- func (n *NotificationService) CreateNotificationTopicV1Admin(input *notification.CreateNotificationTopicV1AdminParams) errordeprecated
- func (n *NotificationService) CreateNotificationTopicV1AdminShort(input *notification.CreateNotificationTopicV1AdminParams) error
- func (n *NotificationService) CreateTemplate(input *notification.CreateTemplateParams) errordeprecated
- func (n *NotificationService) CreateTemplateShort(input *notification.CreateTemplateParams) error
- func (n *NotificationService) CreateTopic(input *notification.CreateTopicParams) errordeprecated
- func (n *NotificationService) CreateTopicShort(input *notification.CreateTopicParams) error
- func (n *NotificationService) DeleteNotificationTemplateSlugV1Admin(input *notification.DeleteNotificationTemplateSlugV1AdminParams) errordeprecated
- func (n *NotificationService) DeleteNotificationTemplateSlugV1AdminShort(input *notification.DeleteNotificationTemplateSlugV1AdminParams) error
- func (n *NotificationService) DeleteNotificationTopicV1Admin(input *notification.DeleteNotificationTopicV1AdminParams) errordeprecated
- func (n *NotificationService) DeleteNotificationTopicV1AdminShort(input *notification.DeleteNotificationTopicV1AdminParams) error
- func (n *NotificationService) DeleteTemplateLocalization(input *notification.DeleteTemplateLocalizationParams) errordeprecated
- func (n *NotificationService) DeleteTemplateLocalizationShort(input *notification.DeleteTemplateLocalizationParams) error
- func (n *NotificationService) DeleteTemplateLocalizationV1Admin(input *notification.DeleteTemplateLocalizationV1AdminParams) errordeprecated
- func (n *NotificationService) DeleteTemplateLocalizationV1AdminShort(input *notification.DeleteTemplateLocalizationV1AdminParams) error
- func (n *NotificationService) DeleteTemplateSlug(input *notification.DeleteTemplateSlugParams) errordeprecated
- func (n *NotificationService) DeleteTemplateSlugShort(input *notification.DeleteTemplateSlugParams) error
- func (n *NotificationService) DeleteTopicByTopicName(input *notification.DeleteTopicByTopicNameParams) errordeprecated
- func (n *NotificationService) DeleteTopicByTopicNameShort(input *notification.DeleteTopicByTopicNameParams) error
- func (n *NotificationService) FreeFormNotification(input *notification.FreeFormNotificationParams) errordeprecated
- func (n *NotificationService) FreeFormNotificationByUserID(input *notification.FreeFormNotificationByUserIDParams) errordeprecated
- func (n *NotificationService) FreeFormNotificationByUserIDShort(input *notification.FreeFormNotificationByUserIDParams) error
- func (n *NotificationService) FreeFormNotificationShort(input *notification.FreeFormNotificationParams) error
- func (n *NotificationService) GetAllNotificationTemplatesV1Admin(input *notification.GetAllNotificationTemplatesV1AdminParams) ([]*lobbyclientmodels.ModelNotificationTemplateResponse, error)deprecated
- func (n *NotificationService) GetAllNotificationTemplatesV1AdminShort(input *notification.GetAllNotificationTemplatesV1AdminParams) ([]*lobbyclientmodels.ModelNotificationTemplateResponse, error)
- func (n *NotificationService) GetAllNotificationTopicsV1Admin(input *notification.GetAllNotificationTopicsV1AdminParams) (*lobbyclientmodels.ModelGetAllNotificationTopicsResponse, error)deprecated
- func (n *NotificationService) GetAllNotificationTopicsV1AdminShort(input *notification.GetAllNotificationTopicsV1AdminParams) (*lobbyclientmodels.ModelGetAllNotificationTopicsResponse, error)
- func (n *NotificationService) GetAuthSession() auth.Session
- func (n *NotificationService) GetGameTemplate(input *notification.GetGameTemplateParams) ([]*lobbyclientmodels.ModelTemplateResponse, error)deprecated
- func (n *NotificationService) GetGameTemplateShort(input *notification.GetGameTemplateParams) ([]*lobbyclientmodels.ModelTemplateResponse, error)
- func (n *NotificationService) GetLocalizationTemplate(input *notification.GetLocalizationTemplateParams) (*lobbyclientmodels.ModelTemplateLocalization, error)deprecated
- func (n *NotificationService) GetLocalizationTemplateShort(input *notification.GetLocalizationTemplateParams) (*lobbyclientmodels.ModelTemplateLocalization, error)
- func (n *NotificationService) GetNotificationTopicV1Admin(input *notification.GetNotificationTopicV1AdminParams) (*lobbyclientmodels.ModelNotificationTopicResponseV1, error)deprecated
- func (n *NotificationService) GetNotificationTopicV1AdminShort(input *notification.GetNotificationTopicV1AdminParams) (*lobbyclientmodels.ModelNotificationTopicResponseV1, error)
- func (n *NotificationService) GetSingleTemplateLocalizationV1Admin(input *notification.GetSingleTemplateLocalizationV1AdminParams) (*lobbyclientmodels.ModelLocalization, error)deprecated
- func (n *NotificationService) GetSingleTemplateLocalizationV1AdminShort(input *notification.GetSingleTemplateLocalizationV1AdminParams) (*lobbyclientmodels.ModelLocalization, error)
- func (n *NotificationService) GetSlugTemplate(input *notification.GetSlugTemplateParams) (*lobbyclientmodels.ModelTemplateLocalizationResponse, error)deprecated
- func (n *NotificationService) GetSlugTemplateShort(input *notification.GetSlugTemplateParams) (*lobbyclientmodels.ModelTemplateLocalizationResponse, error)
- func (n *NotificationService) GetTemplateSlugLocalizationsTemplateV1Admin(input *notification.GetTemplateSlugLocalizationsTemplateV1AdminParams) (*lobbyclientmodels.ModelGetAllNotificationTemplateSlugResp, error)deprecated
- func (n *NotificationService) GetTemplateSlugLocalizationsTemplateV1AdminShort(input *notification.GetTemplateSlugLocalizationsTemplateV1AdminParams) (*lobbyclientmodels.ModelGetAllNotificationTemplateSlugResp, error)
- func (n *NotificationService) GetTopicByNamespace(input *notification.GetTopicByNamespaceParams) (*lobbyclientmodels.ModelTopicByNamespacesResponse, error)deprecated
- func (n *NotificationService) GetTopicByNamespaceShort(input *notification.GetTopicByNamespaceParams) (*lobbyclientmodels.ModelTopicByNamespacesResponse, error)
- func (n *NotificationService) GetTopicByTopicName(input *notification.GetTopicByTopicNameParams) (*lobbyclientmodels.ModelNotificationTopicResponse, error)deprecated
- func (n *NotificationService) GetTopicByTopicNameShort(input *notification.GetTopicByTopicNameParams) (*lobbyclientmodels.ModelNotificationTopicResponse, error)
- func (n *NotificationService) NotificationWithTemplate(input *notification.NotificationWithTemplateParams) errordeprecated
- func (n *NotificationService) NotificationWithTemplateByUserID(input *notification.NotificationWithTemplateByUserIDParams) errordeprecated
- func (n *NotificationService) NotificationWithTemplateByUserIDShort(input *notification.NotificationWithTemplateByUserIDParams) error
- func (n *NotificationService) NotificationWithTemplateShort(input *notification.NotificationWithTemplateParams) error
- func (n *NotificationService) PublishTemplate(input *notification.PublishTemplateParams) errordeprecated
- func (n *NotificationService) PublishTemplateLocalizationV1Admin(input *notification.PublishTemplateLocalizationV1AdminParams) errordeprecated
- func (n *NotificationService) PublishTemplateLocalizationV1AdminShort(input *notification.PublishTemplateLocalizationV1AdminParams) error
- func (n *NotificationService) PublishTemplateShort(input *notification.PublishTemplateParams) error
- func (n *NotificationService) SendMultipleUsersFreeformNotificationV1Admin(input *notification.SendMultipleUsersFreeformNotificationV1AdminParams) errordeprecated
- func (n *NotificationService) SendMultipleUsersFreeformNotificationV1AdminShort(input *notification.SendMultipleUsersFreeformNotificationV1AdminParams) error
- func (n *NotificationService) SendPartyFreeformNotificationV1Admin(input *notification.SendPartyFreeformNotificationV1AdminParams) errordeprecated
- func (n *NotificationService) SendPartyFreeformNotificationV1AdminShort(input *notification.SendPartyFreeformNotificationV1AdminParams) error
- func (n *NotificationService) SendPartyTemplatedNotificationV1Admin(input *notification.SendPartyTemplatedNotificationV1AdminParams) errordeprecated
- func (n *NotificationService) SendPartyTemplatedNotificationV1AdminShort(input *notification.SendPartyTemplatedNotificationV1AdminParams) error
- func (n *NotificationService) SendSpecificUserFreeformNotificationV1Admin(input *notification.SendSpecificUserFreeformNotificationV1AdminParams) errordeprecated
- func (n *NotificationService) SendSpecificUserFreeformNotificationV1AdminShort(input *notification.SendSpecificUserFreeformNotificationV1AdminParams) error
- func (n *NotificationService) SendSpecificUserTemplatedNotificationV1Admin(input *notification.SendSpecificUserTemplatedNotificationV1AdminParams) errordeprecated
- func (n *NotificationService) SendSpecificUserTemplatedNotificationV1AdminShort(input *notification.SendSpecificUserTemplatedNotificationV1AdminParams) error
- func (n *NotificationService) SendUsersFreeformNotificationV1Admin(input *notification.SendUsersFreeformNotificationV1AdminParams) errordeprecated
- func (n *NotificationService) SendUsersFreeformNotificationV1AdminShort(input *notification.SendUsersFreeformNotificationV1AdminParams) error
- func (n *NotificationService) SendUsersTemplatedNotificationV1Admin(input *notification.SendUsersTemplatedNotificationV1AdminParams) errordeprecated
- func (n *NotificationService) SendUsersTemplatedNotificationV1AdminShort(input *notification.SendUsersTemplatedNotificationV1AdminParams) error
- func (n *NotificationService) UpdateLocalizationTemplate(input *notification.UpdateLocalizationTemplateParams) errordeprecated
- func (n *NotificationService) UpdateLocalizationTemplateShort(input *notification.UpdateLocalizationTemplateParams) error
- func (n *NotificationService) UpdateNotificationTopicV1Admin(input *notification.UpdateNotificationTopicV1AdminParams) errordeprecated
- func (n *NotificationService) UpdateNotificationTopicV1AdminShort(input *notification.UpdateNotificationTopicV1AdminParams) error
- func (n *NotificationService) UpdateTemplateLocalizationV1Admin(input *notification.UpdateTemplateLocalizationV1AdminParams) errordeprecated
- func (n *NotificationService) UpdateTemplateLocalizationV1AdminShort(input *notification.UpdateTemplateLocalizationV1AdminParams) error
- func (n *NotificationService) UpdateTopicByTopicName(input *notification.UpdateTopicByTopicNameParams) errordeprecated
- func (n *NotificationService) UpdateTopicByTopicNameShort(input *notification.UpdateTopicByTopicNameParams) error
- type PartyService
- func (p *PartyService) AdminGetPartyDataV1(input *party.AdminGetPartyDataV1Params) (*lobbyclientmodels.ModelsPartyData, error)deprecated
- func (p *PartyService) AdminGetPartyDataV1Short(input *party.AdminGetPartyDataV1Params) (*lobbyclientmodels.ModelsPartyData, error)
- func (p *PartyService) AdminGetUserPartyV1(input *party.AdminGetUserPartyV1Params) (*lobbyclientmodels.ModelsPartyData, error)deprecated
- func (p *PartyService) AdminGetUserPartyV1Short(input *party.AdminGetUserPartyV1Params) (*lobbyclientmodels.ModelsPartyData, error)
- func (p *PartyService) GetAuthSession() auth.Session
- func (p *PartyService) PublicGetPartyDataV1(input *party.PublicGetPartyDataV1Params) (*lobbyclientmodels.ModelsPartyData, error)deprecated
- func (p *PartyService) PublicGetPartyDataV1Short(input *party.PublicGetPartyDataV1Params) (*lobbyclientmodels.ModelsPartyData, error)
- func (p *PartyService) PublicSetPartyLimitV1(input *party.PublicSetPartyLimitV1Params) errordeprecated
- func (p *PartyService) PublicSetPartyLimitV1Short(input *party.PublicSetPartyLimitV1Params) error
- func (p *PartyService) PublicUpdatePartyAttributesV1(input *party.PublicUpdatePartyAttributesV1Params) (*lobbyclientmodels.ModelsPartyData, error)deprecated
- func (p *PartyService) PublicUpdatePartyAttributesV1Short(input *party.PublicUpdatePartyAttributesV1Params) (*lobbyclientmodels.ModelsPartyData, error)
- type PlayerService
- func (p *PlayerService) AdminBulkBlockPlayersV1(input *player.AdminBulkBlockPlayersV1Params) errordeprecated
- func (p *PlayerService) AdminBulkBlockPlayersV1Short(input *player.AdminBulkBlockPlayersV1Params) error
- func (p *PlayerService) AdminGetAllPlayerSessionAttribute(input *player.AdminGetAllPlayerSessionAttributeParams) (*lobbyclientmodels.ModelsGetAllPlayerSessionAttributeResponse, error)deprecated
- func (p *PlayerService) AdminGetAllPlayerSessionAttributeShort(input *player.AdminGetAllPlayerSessionAttributeParams) (*lobbyclientmodels.ModelsGetAllPlayerSessionAttributeResponse, error)
- func (p *PlayerService) AdminGetLobbyCCU(input *player.AdminGetLobbyCCUParams) (*lobbyclientmodels.ModelsGetLobbyCcuResponse, error)deprecated
- func (p *PlayerService) AdminGetLobbyCCUShort(input *player.AdminGetLobbyCCUParams) (*lobbyclientmodels.ModelsGetLobbyCcuResponse, error)
- func (p *PlayerService) AdminGetPlayerBlockedByPlayersV1(input *player.AdminGetPlayerBlockedByPlayersV1Params) (*lobbyclientmodels.ModelsGetAllPlayerBlockedByUsersResponse, error)deprecated
- func (p *PlayerService) AdminGetPlayerBlockedByPlayersV1Short(input *player.AdminGetPlayerBlockedByPlayersV1Params) (*lobbyclientmodels.ModelsGetAllPlayerBlockedByUsersResponse, error)
- func (p *PlayerService) AdminGetPlayerBlockedPlayersV1(input *player.AdminGetPlayerBlockedPlayersV1Params) (*lobbyclientmodels.ModelsGetAllPlayerBlockedUsersResponse, error)deprecated
- func (p *PlayerService) AdminGetPlayerBlockedPlayersV1Short(input *player.AdminGetPlayerBlockedPlayersV1Params) (*lobbyclientmodels.ModelsGetAllPlayerBlockedUsersResponse, error)
- func (p *PlayerService) AdminGetPlayerSessionAttribute(input *player.AdminGetPlayerSessionAttributeParams) (*lobbyclientmodels.ModelsGetPlayerSessionAttributeResponse, error)deprecated
- func (p *PlayerService) AdminGetPlayerSessionAttributeShort(input *player.AdminGetPlayerSessionAttributeParams) (*lobbyclientmodels.ModelsGetPlayerSessionAttributeResponse, error)
- func (p *PlayerService) AdminSetPlayerSessionAttribute(input *player.AdminSetPlayerSessionAttributeParams) errordeprecated
- func (p *PlayerService) AdminSetPlayerSessionAttributeShort(input *player.AdminSetPlayerSessionAttributeParams) error
- func (p *PlayerService) GetAuthSession() auth.Session
- func (p *PlayerService) PublicGetPlayerBlockedByPlayersV1(input *player.PublicGetPlayerBlockedByPlayersV1Params) (*lobbyclientmodels.ModelsGetAllPlayerBlockedByUsersResponse, error)deprecated
- func (p *PlayerService) PublicGetPlayerBlockedByPlayersV1Short(input *player.PublicGetPlayerBlockedByPlayersV1Params) (*lobbyclientmodels.ModelsGetAllPlayerBlockedByUsersResponse, error)
- func (p *PlayerService) PublicGetPlayerBlockedPlayersV1(input *player.PublicGetPlayerBlockedPlayersV1Params) (*lobbyclientmodels.ModelsGetAllPlayerBlockedUsersResponse, error)deprecated
- func (p *PlayerService) PublicGetPlayerBlockedPlayersV1Short(input *player.PublicGetPlayerBlockedPlayersV1Params) (*lobbyclientmodels.ModelsGetAllPlayerBlockedUsersResponse, error)
- type PresenceService
- func (p *PresenceService) GetAuthSession() auth.Session
- func (p *PresenceService) UsersPresenceHandlerV1(input *presence.UsersPresenceHandlerV1Params) (*lobbyclientmodels.HandlersGetUsersPresenceResponse, error)deprecated
- func (p *PresenceService) UsersPresenceHandlerV1Short(input *presence.UsersPresenceHandlerV1Params) (*lobbyclientmodels.HandlersGetUsersPresenceResponse, error)
- type ProfanityService
- func (p *ProfanityService) AdminAddProfanityFilterIntoList(input *profanity.AdminAddProfanityFilterIntoListParams) errordeprecated
- func (p *ProfanityService) AdminAddProfanityFilterIntoListShort(input *profanity.AdminAddProfanityFilterIntoListParams) error
- func (p *ProfanityService) AdminAddProfanityFilters(input *profanity.AdminAddProfanityFiltersParams) errordeprecated
- func (p *ProfanityService) AdminAddProfanityFiltersShort(input *profanity.AdminAddProfanityFiltersParams) error
- func (p *ProfanityService) AdminCreateProfanityList(input *profanity.AdminCreateProfanityListParams) errordeprecated
- func (p *ProfanityService) AdminCreateProfanityListShort(input *profanity.AdminCreateProfanityListParams) error
- func (p *ProfanityService) AdminDebugProfanityFilters(input *profanity.AdminDebugProfanityFiltersParams) ([]*lobbyclientmodels.ModelsProfanityFilter, error)deprecated
- func (p *ProfanityService) AdminDebugProfanityFiltersShort(input *profanity.AdminDebugProfanityFiltersParams) ([]*lobbyclientmodels.ModelsProfanityFilter, error)
- func (p *ProfanityService) AdminDeleteProfanityFilter(input *profanity.AdminDeleteProfanityFilterParams) ([]*lobbyclientmodels.ModelsProfanityFilter, error)deprecated
- func (p *ProfanityService) AdminDeleteProfanityFilterShort(input *profanity.AdminDeleteProfanityFilterParams) ([]*lobbyclientmodels.ModelsProfanityFilter, error)
- func (p *ProfanityService) AdminDeleteProfanityList(input *profanity.AdminDeleteProfanityListParams) errordeprecated
- func (p *ProfanityService) AdminDeleteProfanityListShort(input *profanity.AdminDeleteProfanityListParams) error
- func (p *ProfanityService) AdminGetProfanityListFiltersV1(input *profanity.AdminGetProfanityListFiltersV1Params) (*lobbyclientmodels.ModelsAdminGetProfanityListFiltersV1Response, error)deprecated
- func (p *ProfanityService) AdminGetProfanityListFiltersV1Short(input *profanity.AdminGetProfanityListFiltersV1Params) (*lobbyclientmodels.ModelsAdminGetProfanityListFiltersV1Response, error)
- func (p *ProfanityService) AdminGetProfanityLists(input *profanity.AdminGetProfanityListsParams) ([]*lobbyclientmodels.ModelsAdminGetProfanityListsListResponse, error)deprecated
- func (p *ProfanityService) AdminGetProfanityListsShort(input *profanity.AdminGetProfanityListsParams) ([]*lobbyclientmodels.ModelsAdminGetProfanityListsListResponse, error)
- func (p *ProfanityService) AdminGetProfanityRule(input *profanity.AdminGetProfanityRuleParams) (*lobbyclientmodels.ModelsProfanityRule, error)deprecated
- func (p *ProfanityService) AdminGetProfanityRuleShort(input *profanity.AdminGetProfanityRuleParams) (*lobbyclientmodels.ModelsProfanityRule, error)
- func (p *ProfanityService) AdminImportProfanityFiltersFromFile(input *profanity.AdminImportProfanityFiltersFromFileParams) errordeprecated
- func (p *ProfanityService) AdminImportProfanityFiltersFromFileShort(input *profanity.AdminImportProfanityFiltersFromFileParams) error
- func (p *ProfanityService) AdminSetProfanityRuleForNamespace(input *profanity.AdminSetProfanityRuleForNamespaceParams) errordeprecated
- func (p *ProfanityService) AdminSetProfanityRuleForNamespaceShort(input *profanity.AdminSetProfanityRuleForNamespaceParams) error
- func (p *ProfanityService) AdminUpdateProfanityList(input *profanity.AdminUpdateProfanityListParams) errordeprecated
- func (p *ProfanityService) AdminUpdateProfanityListShort(input *profanity.AdminUpdateProfanityListParams) error
- func (p *ProfanityService) AdminVerifyMessageProfanityResponse(input *profanity.AdminVerifyMessageProfanityResponseParams) (*lobbyclientmodels.ModelsAdminVerifyMessageProfanityResponse, error)deprecated
- func (p *ProfanityService) AdminVerifyMessageProfanityResponseShort(input *profanity.AdminVerifyMessageProfanityResponseParams) (*lobbyclientmodels.ModelsAdminVerifyMessageProfanityResponse, error)
- func (p *ProfanityService) GetAuthSession() auth.Session
- type ThirdPartyService
- func (t *ThirdPartyService) AdminCreateThirdPartyConfig(input *third_party.AdminCreateThirdPartyConfigParams) (*lobbyclientmodels.ModelsCreateConfigResponse, error)deprecated
- func (t *ThirdPartyService) AdminCreateThirdPartyConfigShort(input *third_party.AdminCreateThirdPartyConfigParams) (*lobbyclientmodels.ModelsCreateConfigResponse, error)
- func (t *ThirdPartyService) AdminDeleteThirdPartyConfig(input *third_party.AdminDeleteThirdPartyConfigParams) (string, error)deprecated
- func (t *ThirdPartyService) AdminDeleteThirdPartyConfigShort(input *third_party.AdminDeleteThirdPartyConfigParams) (string, error)
- func (t *ThirdPartyService) AdminGetThirdPartyConfig(input *third_party.AdminGetThirdPartyConfigParams) (*lobbyclientmodels.ModelsGetConfigResponse, error)deprecated
- func (t *ThirdPartyService) AdminGetThirdPartyConfigShort(input *third_party.AdminGetThirdPartyConfigParams) (*lobbyclientmodels.ModelsGetConfigResponse, error)
- func (t *ThirdPartyService) AdminUpdateThirdPartyConfig(input *third_party.AdminUpdateThirdPartyConfigParams) (*lobbyclientmodels.ModelsUpdateConfigResponse, error)deprecated
- func (t *ThirdPartyService) AdminUpdateThirdPartyConfigShort(input *third_party.AdminUpdateThirdPartyConfigParams) (*lobbyclientmodels.ModelsUpdateConfigResponse, error)
- func (t *ThirdPartyService) GetAuthSession() auth.Session
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChatService ¶
type ChatService struct { Client *lobbyclient.JusticeLobbyService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*ChatService) AdminChatHistory
deprecated
func (c *ChatService) AdminChatHistory(input *chat.AdminChatHistoryParams) ([]*lobbyclientmodels.ModelChatMessageResponse, error)
Deprecated: Use AdminChatHistoryShort instead
func (*ChatService) AdminChatHistoryShort ¶ added in v0.10.0
func (c *ChatService) AdminChatHistoryShort(input *chat.AdminChatHistoryParams) ([]*lobbyclientmodels.ModelChatMessageResponse, error)
func (*ChatService) GetAuthSession ¶ added in v0.21.0
func (c *ChatService) GetAuthSession() auth.Session
func (*ChatService) GetPersonalChatHistoryV1Public
deprecated
func (c *ChatService) GetPersonalChatHistoryV1Public(input *chat.GetPersonalChatHistoryV1PublicParams) ([]*lobbyclientmodels.ModelChatMessageResponse, error)
Deprecated: Use GetPersonalChatHistoryV1PublicShort instead
func (*ChatService) GetPersonalChatHistoryV1PublicShort ¶ added in v0.10.0
func (c *ChatService) GetPersonalChatHistoryV1PublicShort(input *chat.GetPersonalChatHistoryV1PublicParams) ([]*lobbyclientmodels.ModelChatMessageResponse, error)
func (*ChatService) PersonalChatHistory
deprecated
func (c *ChatService) PersonalChatHistory(input *chat.PersonalChatHistoryParams) ([]*lobbyclientmodels.ModelChatMessageResponse, error)
Deprecated: Use PersonalChatHistoryShort instead
func (*ChatService) PersonalChatHistoryShort ¶ added in v0.10.0
func (c *ChatService) PersonalChatHistoryShort(input *chat.PersonalChatHistoryParams) ([]*lobbyclientmodels.ModelChatMessageResponse, error)
type ConfigService ¶
type ConfigService struct { Client *lobbyclient.JusticeLobbyService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*ConfigService) AdminExportConfigV1
deprecated
added in
v0.15.0
func (c *ConfigService) AdminExportConfigV1(input *config.AdminExportConfigV1Params) (*lobbyclientmodels.ModelsConfigExport, error)
Deprecated: Use AdminExportConfigV1Short instead
func (*ConfigService) AdminExportConfigV1Short ¶ added in v0.15.0
func (c *ConfigService) AdminExportConfigV1Short(input *config.AdminExportConfigV1Params) (*lobbyclientmodels.ModelsConfigExport, error)
func (*ConfigService) AdminGetAllConfigV1
deprecated
func (c *ConfigService) AdminGetAllConfigV1(input *config.AdminGetAllConfigV1Params) (*lobbyclientmodels.ModelsConfigList, error)
Deprecated: Use AdminGetAllConfigV1Short instead
func (*ConfigService) AdminGetAllConfigV1Short ¶ added in v0.10.0
func (c *ConfigService) AdminGetAllConfigV1Short(input *config.AdminGetAllConfigV1Params) (*lobbyclientmodels.ModelsConfigList, error)
func (*ConfigService) AdminGetConfigV1
deprecated
func (c *ConfigService) AdminGetConfigV1(input *config.AdminGetConfigV1Params) (*lobbyclientmodels.ModelsConfigReq, error)
Deprecated: Use AdminGetConfigV1Short instead
func (*ConfigService) AdminGetConfigV1Short ¶ added in v0.10.0
func (c *ConfigService) AdminGetConfigV1Short(input *config.AdminGetConfigV1Params) (*lobbyclientmodels.ModelsConfigReq, error)
func (*ConfigService) AdminImportConfigV1
deprecated
added in
v0.15.0
func (c *ConfigService) AdminImportConfigV1(input *config.AdminImportConfigV1Params) (*lobbyclientmodels.ModelsImportConfigResponse, error)
Deprecated: Use AdminImportConfigV1Short instead
func (*ConfigService) AdminImportConfigV1Short ¶ added in v0.15.0
func (c *ConfigService) AdminImportConfigV1Short(input *config.AdminImportConfigV1Params) (*lobbyclientmodels.ModelsImportConfigResponse, error)
func (*ConfigService) AdminUpdateConfigV1
deprecated
func (c *ConfigService) AdminUpdateConfigV1(input *config.AdminUpdateConfigV1Params) (*lobbyclientmodels.ModelsConfigReq, error)
Deprecated: Use AdminUpdateConfigV1Short instead
func (*ConfigService) AdminUpdateConfigV1Short ¶ added in v0.10.0
func (c *ConfigService) AdminUpdateConfigV1Short(input *config.AdminUpdateConfigV1Params) (*lobbyclientmodels.ModelsConfigReq, error)
func (*ConfigService) GetAuthSession ¶ added in v0.21.0
func (c *ConfigService) GetAuthSession() auth.Session
type FriendsService ¶
type FriendsService struct { Client *lobbyclient.JusticeLobbyService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*FriendsService) AddFriendsWithoutConfirmation
deprecated
func (f *FriendsService) AddFriendsWithoutConfirmation(input *friends.AddFriendsWithoutConfirmationParams) error
Deprecated: Use AddFriendsWithoutConfirmationShort instead
func (*FriendsService) AddFriendsWithoutConfirmationShort ¶ added in v0.10.0
func (f *FriendsService) AddFriendsWithoutConfirmationShort(input *friends.AddFriendsWithoutConfirmationParams) error
func (*FriendsService) GetAuthSession ¶ added in v0.21.0
func (f *FriendsService) GetAuthSession() auth.Session
func (*FriendsService) GetListOfFriends
deprecated
func (f *FriendsService) GetListOfFriends(input *friends.GetListOfFriendsParams) (*lobbyclientmodels.ModelGetFriendsResponse, error)
Deprecated: Use GetListOfFriendsShort instead
func (*FriendsService) GetListOfFriendsShort ¶ added in v0.10.0
func (f *FriendsService) GetListOfFriendsShort(input *friends.GetListOfFriendsParams) (*lobbyclientmodels.ModelGetFriendsResponse, error)
func (*FriendsService) GetUserFriendsUpdated
deprecated
added in
v0.10.0
func (f *FriendsService) GetUserFriendsUpdated(input *friends.GetUserFriendsUpdatedParams) ([]*lobbyclientmodels.ModelGetUserFriendsResponse, error)
Deprecated: Use GetUserFriendsUpdatedShort instead
func (*FriendsService) GetUserFriendsUpdatedShort ¶ added in v0.10.0
func (f *FriendsService) GetUserFriendsUpdatedShort(input *friends.GetUserFriendsUpdatedParams) ([]*lobbyclientmodels.ModelGetUserFriendsResponse, error)
func (*FriendsService) GetUserIncomingFriends
deprecated
func (f *FriendsService) GetUserIncomingFriends(input *friends.GetUserIncomingFriendsParams) ([]*lobbyclientmodels.ModelGetUserIncomingFriendsResponse, error)
Deprecated: Use GetUserIncomingFriendsShort instead
func (*FriendsService) GetUserIncomingFriendsShort ¶ added in v0.10.0
func (f *FriendsService) GetUserIncomingFriendsShort(input *friends.GetUserIncomingFriendsParams) ([]*lobbyclientmodels.ModelGetUserIncomingFriendsResponse, error)
func (*FriendsService) GetUserOutgoingFriends
deprecated
func (f *FriendsService) GetUserOutgoingFriends(input *friends.GetUserOutgoingFriendsParams) ([]*lobbyclientmodels.ModelGetUserOutgoingFriendsResponse, error)
Deprecated: Use GetUserOutgoingFriendsShort instead
func (*FriendsService) GetUserOutgoingFriendsShort ¶ added in v0.10.0
func (f *FriendsService) GetUserOutgoingFriendsShort(input *friends.GetUserOutgoingFriendsParams) ([]*lobbyclientmodels.ModelGetUserOutgoingFriendsResponse, error)
func (*FriendsService) UserAcceptFriendRequest
deprecated
func (f *FriendsService) UserAcceptFriendRequest(input *friends.UserAcceptFriendRequestParams) error
Deprecated: Use UserAcceptFriendRequestShort instead
func (*FriendsService) UserAcceptFriendRequestShort ¶ added in v0.10.0
func (f *FriendsService) UserAcceptFriendRequestShort(input *friends.UserAcceptFriendRequestParams) error
func (*FriendsService) UserCancelFriendRequest
deprecated
func (f *FriendsService) UserCancelFriendRequest(input *friends.UserCancelFriendRequestParams) error
Deprecated: Use UserCancelFriendRequestShort instead
func (*FriendsService) UserCancelFriendRequestShort ¶ added in v0.10.0
func (f *FriendsService) UserCancelFriendRequestShort(input *friends.UserCancelFriendRequestParams) error
func (*FriendsService) UserGetFriendshipStatus
deprecated
func (f *FriendsService) UserGetFriendshipStatus(input *friends.UserGetFriendshipStatusParams) (*lobbyclientmodels.ModelUserGetFriendshipStatusResponse, error)
Deprecated: Use UserGetFriendshipStatusShort instead
func (*FriendsService) UserGetFriendshipStatusShort ¶ added in v0.10.0
func (f *FriendsService) UserGetFriendshipStatusShort(input *friends.UserGetFriendshipStatusParams) (*lobbyclientmodels.ModelUserGetFriendshipStatusResponse, error)
func (*FriendsService) UserRejectFriendRequest
deprecated
func (f *FriendsService) UserRejectFriendRequest(input *friends.UserRejectFriendRequestParams) error
Deprecated: Use UserRejectFriendRequestShort instead
func (*FriendsService) UserRejectFriendRequestShort ¶ added in v0.10.0
func (f *FriendsService) UserRejectFriendRequestShort(input *friends.UserRejectFriendRequestParams) error
func (*FriendsService) UserRequestFriend
deprecated
func (f *FriendsService) UserRequestFriend(input *friends.UserRequestFriendParams) error
Deprecated: Use UserRequestFriendShort instead
func (*FriendsService) UserRequestFriendShort ¶ added in v0.10.0
func (f *FriendsService) UserRequestFriendShort(input *friends.UserRequestFriendParams) error
func (*FriendsService) UserUnfriendRequest
deprecated
func (f *FriendsService) UserUnfriendRequest(input *friends.UserUnfriendRequestParams) error
Deprecated: Use UserUnfriendRequestShort instead
func (*FriendsService) UserUnfriendRequestShort ¶ added in v0.10.0
func (f *FriendsService) UserUnfriendRequestShort(input *friends.UserUnfriendRequestParams) error
type LobbyOperationsService ¶ added in v0.16.0
type LobbyOperationsService struct { Client *lobbyclient.JusticeLobbyService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*LobbyOperationsService) AdminJoinPartyV1
deprecated
added in
v0.16.0
func (l *LobbyOperationsService) AdminJoinPartyV1(input *lobby_operations.AdminJoinPartyV1Params) error
Deprecated: Use AdminJoinPartyV1Short instead
func (*LobbyOperationsService) AdminJoinPartyV1Short ¶ added in v0.16.0
func (l *LobbyOperationsService) AdminJoinPartyV1Short(input *lobby_operations.AdminJoinPartyV1Params) error
func (*LobbyOperationsService) AdminUpdatePartyAttributesV1
deprecated
added in
v0.16.0
func (l *LobbyOperationsService) AdminUpdatePartyAttributesV1(input *lobby_operations.AdminUpdatePartyAttributesV1Params) (*lobbyclientmodels.ModelsPartyData, error)
Deprecated: Use AdminUpdatePartyAttributesV1Short instead
func (*LobbyOperationsService) AdminUpdatePartyAttributesV1Short ¶ added in v0.16.0
func (l *LobbyOperationsService) AdminUpdatePartyAttributesV1Short(input *lobby_operations.AdminUpdatePartyAttributesV1Params) (*lobbyclientmodels.ModelsPartyData, error)
func (*LobbyOperationsService) GetAuthSession ¶ added in v0.21.0
func (l *LobbyOperationsService) GetAuthSession() auth.Session
func (*LobbyOperationsService) PublicGetMessages
deprecated
added in
v0.16.0
func (l *LobbyOperationsService) PublicGetMessages(input *lobby_operations.PublicGetMessagesParams) ([]*lobbyclientmodels.LogAppMessageDeclaration, error)
Deprecated: Use PublicGetMessagesShort instead
func (*LobbyOperationsService) PublicGetMessagesShort ¶ added in v0.16.0
func (l *LobbyOperationsService) PublicGetMessagesShort(input *lobby_operations.PublicGetMessagesParams) ([]*lobbyclientmodels.LogAppMessageDeclaration, error)
type NotificationService ¶
type NotificationService struct { Client *lobbyclient.JusticeLobbyService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*NotificationService) CreateNotificationTemplateV1Admin
deprecated
func (n *NotificationService) CreateNotificationTemplateV1Admin(input *notification.CreateNotificationTemplateV1AdminParams) error
Deprecated: Use CreateNotificationTemplateV1AdminShort instead
func (*NotificationService) CreateNotificationTemplateV1AdminShort ¶ added in v0.10.0
func (n *NotificationService) CreateNotificationTemplateV1AdminShort(input *notification.CreateNotificationTemplateV1AdminParams) error
func (*NotificationService) CreateNotificationTopicV1Admin
deprecated
func (n *NotificationService) CreateNotificationTopicV1Admin(input *notification.CreateNotificationTopicV1AdminParams) error
Deprecated: Use CreateNotificationTopicV1AdminShort instead
func (*NotificationService) CreateNotificationTopicV1AdminShort ¶ added in v0.10.0
func (n *NotificationService) CreateNotificationTopicV1AdminShort(input *notification.CreateNotificationTopicV1AdminParams) error
func (*NotificationService) CreateTemplate
deprecated
func (n *NotificationService) CreateTemplate(input *notification.CreateTemplateParams) error
Deprecated: Use CreateTemplateShort instead
func (*NotificationService) CreateTemplateShort ¶ added in v0.10.0
func (n *NotificationService) CreateTemplateShort(input *notification.CreateTemplateParams) error
func (*NotificationService) CreateTopic
deprecated
func (n *NotificationService) CreateTopic(input *notification.CreateTopicParams) error
Deprecated: Use CreateTopicShort instead
func (*NotificationService) CreateTopicShort ¶ added in v0.10.0
func (n *NotificationService) CreateTopicShort(input *notification.CreateTopicParams) error
func (*NotificationService) DeleteNotificationTemplateSlugV1Admin
deprecated
func (n *NotificationService) DeleteNotificationTemplateSlugV1Admin(input *notification.DeleteNotificationTemplateSlugV1AdminParams) error
Deprecated: Use DeleteNotificationTemplateSlugV1AdminShort instead
func (*NotificationService) DeleteNotificationTemplateSlugV1AdminShort ¶ added in v0.10.0
func (n *NotificationService) DeleteNotificationTemplateSlugV1AdminShort(input *notification.DeleteNotificationTemplateSlugV1AdminParams) error
func (*NotificationService) DeleteNotificationTopicV1Admin
deprecated
func (n *NotificationService) DeleteNotificationTopicV1Admin(input *notification.DeleteNotificationTopicV1AdminParams) error
Deprecated: Use DeleteNotificationTopicV1AdminShort instead
func (*NotificationService) DeleteNotificationTopicV1AdminShort ¶ added in v0.10.0
func (n *NotificationService) DeleteNotificationTopicV1AdminShort(input *notification.DeleteNotificationTopicV1AdminParams) error
func (*NotificationService) DeleteTemplateLocalization
deprecated
func (n *NotificationService) DeleteTemplateLocalization(input *notification.DeleteTemplateLocalizationParams) error
Deprecated: Use DeleteTemplateLocalizationShort instead
func (*NotificationService) DeleteTemplateLocalizationShort ¶ added in v0.10.0
func (n *NotificationService) DeleteTemplateLocalizationShort(input *notification.DeleteTemplateLocalizationParams) error
func (*NotificationService) DeleteTemplateLocalizationV1Admin
deprecated
func (n *NotificationService) DeleteTemplateLocalizationV1Admin(input *notification.DeleteTemplateLocalizationV1AdminParams) error
Deprecated: Use DeleteTemplateLocalizationV1AdminShort instead
func (*NotificationService) DeleteTemplateLocalizationV1AdminShort ¶ added in v0.10.0
func (n *NotificationService) DeleteTemplateLocalizationV1AdminShort(input *notification.DeleteTemplateLocalizationV1AdminParams) error
func (*NotificationService) DeleteTemplateSlug
deprecated
func (n *NotificationService) DeleteTemplateSlug(input *notification.DeleteTemplateSlugParams) error
Deprecated: Use DeleteTemplateSlugShort instead
func (*NotificationService) DeleteTemplateSlugShort ¶ added in v0.10.0
func (n *NotificationService) DeleteTemplateSlugShort(input *notification.DeleteTemplateSlugParams) error
func (*NotificationService) DeleteTopicByTopicName
deprecated
func (n *NotificationService) DeleteTopicByTopicName(input *notification.DeleteTopicByTopicNameParams) error
Deprecated: Use DeleteTopicByTopicNameShort instead
func (*NotificationService) DeleteTopicByTopicNameShort ¶ added in v0.10.0
func (n *NotificationService) DeleteTopicByTopicNameShort(input *notification.DeleteTopicByTopicNameParams) error
func (*NotificationService) FreeFormNotification
deprecated
func (n *NotificationService) FreeFormNotification(input *notification.FreeFormNotificationParams) error
Deprecated: Use FreeFormNotificationShort instead
func (*NotificationService) FreeFormNotificationByUserID
deprecated
func (n *NotificationService) FreeFormNotificationByUserID(input *notification.FreeFormNotificationByUserIDParams) error
Deprecated: Use FreeFormNotificationByUserIDShort instead
func (*NotificationService) FreeFormNotificationByUserIDShort ¶ added in v0.10.0
func (n *NotificationService) FreeFormNotificationByUserIDShort(input *notification.FreeFormNotificationByUserIDParams) error
func (*NotificationService) FreeFormNotificationShort ¶ added in v0.10.0
func (n *NotificationService) FreeFormNotificationShort(input *notification.FreeFormNotificationParams) error
func (*NotificationService) GetAllNotificationTemplatesV1Admin
deprecated
func (n *NotificationService) GetAllNotificationTemplatesV1Admin(input *notification.GetAllNotificationTemplatesV1AdminParams) ([]*lobbyclientmodels.ModelNotificationTemplateResponse, error)
Deprecated: Use GetAllNotificationTemplatesV1AdminShort instead
func (*NotificationService) GetAllNotificationTemplatesV1AdminShort ¶ added in v0.10.0
func (n *NotificationService) GetAllNotificationTemplatesV1AdminShort(input *notification.GetAllNotificationTemplatesV1AdminParams) ([]*lobbyclientmodels.ModelNotificationTemplateResponse, error)
func (*NotificationService) GetAllNotificationTopicsV1Admin
deprecated
func (n *NotificationService) GetAllNotificationTopicsV1Admin(input *notification.GetAllNotificationTopicsV1AdminParams) (*lobbyclientmodels.ModelGetAllNotificationTopicsResponse, error)
Deprecated: Use GetAllNotificationTopicsV1AdminShort instead
func (*NotificationService) GetAllNotificationTopicsV1AdminShort ¶ added in v0.10.0
func (n *NotificationService) GetAllNotificationTopicsV1AdminShort(input *notification.GetAllNotificationTopicsV1AdminParams) (*lobbyclientmodels.ModelGetAllNotificationTopicsResponse, error)
func (*NotificationService) GetAuthSession ¶ added in v0.21.0
func (n *NotificationService) GetAuthSession() auth.Session
func (*NotificationService) GetGameTemplate
deprecated
func (n *NotificationService) GetGameTemplate(input *notification.GetGameTemplateParams) ([]*lobbyclientmodels.ModelTemplateResponse, error)
Deprecated: Use GetGameTemplateShort instead
func (*NotificationService) GetGameTemplateShort ¶ added in v0.10.0
func (n *NotificationService) GetGameTemplateShort(input *notification.GetGameTemplateParams) ([]*lobbyclientmodels.ModelTemplateResponse, error)
func (*NotificationService) GetLocalizationTemplate
deprecated
func (n *NotificationService) GetLocalizationTemplate(input *notification.GetLocalizationTemplateParams) (*lobbyclientmodels.ModelTemplateLocalization, error)
Deprecated: Use GetLocalizationTemplateShort instead
func (*NotificationService) GetLocalizationTemplateShort ¶ added in v0.10.0
func (n *NotificationService) GetLocalizationTemplateShort(input *notification.GetLocalizationTemplateParams) (*lobbyclientmodels.ModelTemplateLocalization, error)
func (*NotificationService) GetNotificationTopicV1Admin
deprecated
func (n *NotificationService) GetNotificationTopicV1Admin(input *notification.GetNotificationTopicV1AdminParams) (*lobbyclientmodels.ModelNotificationTopicResponseV1, error)
Deprecated: Use GetNotificationTopicV1AdminShort instead
func (*NotificationService) GetNotificationTopicV1AdminShort ¶ added in v0.10.0
func (n *NotificationService) GetNotificationTopicV1AdminShort(input *notification.GetNotificationTopicV1AdminParams) (*lobbyclientmodels.ModelNotificationTopicResponseV1, error)
func (*NotificationService) GetSingleTemplateLocalizationV1Admin
deprecated
func (n *NotificationService) GetSingleTemplateLocalizationV1Admin(input *notification.GetSingleTemplateLocalizationV1AdminParams) (*lobbyclientmodels.ModelLocalization, error)
Deprecated: Use GetSingleTemplateLocalizationV1AdminShort instead
func (*NotificationService) GetSingleTemplateLocalizationV1AdminShort ¶ added in v0.10.0
func (n *NotificationService) GetSingleTemplateLocalizationV1AdminShort(input *notification.GetSingleTemplateLocalizationV1AdminParams) (*lobbyclientmodels.ModelLocalization, error)
func (*NotificationService) GetSlugTemplate
deprecated
func (n *NotificationService) GetSlugTemplate(input *notification.GetSlugTemplateParams) (*lobbyclientmodels.ModelTemplateLocalizationResponse, error)
Deprecated: Use GetSlugTemplateShort instead
func (*NotificationService) GetSlugTemplateShort ¶ added in v0.10.0
func (n *NotificationService) GetSlugTemplateShort(input *notification.GetSlugTemplateParams) (*lobbyclientmodels.ModelTemplateLocalizationResponse, error)
func (*NotificationService) GetTemplateSlugLocalizationsTemplateV1Admin
deprecated
func (n *NotificationService) GetTemplateSlugLocalizationsTemplateV1Admin(input *notification.GetTemplateSlugLocalizationsTemplateV1AdminParams) (*lobbyclientmodels.ModelGetAllNotificationTemplateSlugResp, error)
Deprecated: Use GetTemplateSlugLocalizationsTemplateV1AdminShort instead
func (*NotificationService) GetTemplateSlugLocalizationsTemplateV1AdminShort ¶ added in v0.10.0
func (n *NotificationService) GetTemplateSlugLocalizationsTemplateV1AdminShort(input *notification.GetTemplateSlugLocalizationsTemplateV1AdminParams) (*lobbyclientmodels.ModelGetAllNotificationTemplateSlugResp, error)
func (*NotificationService) GetTopicByNamespace
deprecated
func (n *NotificationService) GetTopicByNamespace(input *notification.GetTopicByNamespaceParams) (*lobbyclientmodels.ModelTopicByNamespacesResponse, error)
Deprecated: Use GetTopicByNamespaceShort instead
func (*NotificationService) GetTopicByNamespaceShort ¶ added in v0.10.0
func (n *NotificationService) GetTopicByNamespaceShort(input *notification.GetTopicByNamespaceParams) (*lobbyclientmodels.ModelTopicByNamespacesResponse, error)
func (*NotificationService) GetTopicByTopicName
deprecated
func (n *NotificationService) GetTopicByTopicName(input *notification.GetTopicByTopicNameParams) (*lobbyclientmodels.ModelNotificationTopicResponse, error)
Deprecated: Use GetTopicByTopicNameShort instead
func (*NotificationService) GetTopicByTopicNameShort ¶ added in v0.10.0
func (n *NotificationService) GetTopicByTopicNameShort(input *notification.GetTopicByTopicNameParams) (*lobbyclientmodels.ModelNotificationTopicResponse, error)
func (*NotificationService) NotificationWithTemplate
deprecated
func (n *NotificationService) NotificationWithTemplate(input *notification.NotificationWithTemplateParams) error
Deprecated: Use NotificationWithTemplateShort instead
func (*NotificationService) NotificationWithTemplateByUserID
deprecated
func (n *NotificationService) NotificationWithTemplateByUserID(input *notification.NotificationWithTemplateByUserIDParams) error
Deprecated: Use NotificationWithTemplateByUserIDShort instead
func (*NotificationService) NotificationWithTemplateByUserIDShort ¶ added in v0.10.0
func (n *NotificationService) NotificationWithTemplateByUserIDShort(input *notification.NotificationWithTemplateByUserIDParams) error
func (*NotificationService) NotificationWithTemplateShort ¶ added in v0.10.0
func (n *NotificationService) NotificationWithTemplateShort(input *notification.NotificationWithTemplateParams) error
func (*NotificationService) PublishTemplate
deprecated
func (n *NotificationService) PublishTemplate(input *notification.PublishTemplateParams) error
Deprecated: Use PublishTemplateShort instead
func (*NotificationService) PublishTemplateLocalizationV1Admin
deprecated
func (n *NotificationService) PublishTemplateLocalizationV1Admin(input *notification.PublishTemplateLocalizationV1AdminParams) error
Deprecated: Use PublishTemplateLocalizationV1AdminShort instead
func (*NotificationService) PublishTemplateLocalizationV1AdminShort ¶ added in v0.10.0
func (n *NotificationService) PublishTemplateLocalizationV1AdminShort(input *notification.PublishTemplateLocalizationV1AdminParams) error
func (*NotificationService) PublishTemplateShort ¶ added in v0.10.0
func (n *NotificationService) PublishTemplateShort(input *notification.PublishTemplateParams) error
func (*NotificationService) SendMultipleUsersFreeformNotificationV1Admin
deprecated
func (n *NotificationService) SendMultipleUsersFreeformNotificationV1Admin(input *notification.SendMultipleUsersFreeformNotificationV1AdminParams) error
Deprecated: Use SendMultipleUsersFreeformNotificationV1AdminShort instead
func (*NotificationService) SendMultipleUsersFreeformNotificationV1AdminShort ¶ added in v0.10.0
func (n *NotificationService) SendMultipleUsersFreeformNotificationV1AdminShort(input *notification.SendMultipleUsersFreeformNotificationV1AdminParams) error
func (*NotificationService) SendPartyFreeformNotificationV1Admin
deprecated
func (n *NotificationService) SendPartyFreeformNotificationV1Admin(input *notification.SendPartyFreeformNotificationV1AdminParams) error
Deprecated: Use SendPartyFreeformNotificationV1AdminShort instead
func (*NotificationService) SendPartyFreeformNotificationV1AdminShort ¶ added in v0.10.0
func (n *NotificationService) SendPartyFreeformNotificationV1AdminShort(input *notification.SendPartyFreeformNotificationV1AdminParams) error
func (*NotificationService) SendPartyTemplatedNotificationV1Admin
deprecated
func (n *NotificationService) SendPartyTemplatedNotificationV1Admin(input *notification.SendPartyTemplatedNotificationV1AdminParams) error
Deprecated: Use SendPartyTemplatedNotificationV1AdminShort instead
func (*NotificationService) SendPartyTemplatedNotificationV1AdminShort ¶ added in v0.10.0
func (n *NotificationService) SendPartyTemplatedNotificationV1AdminShort(input *notification.SendPartyTemplatedNotificationV1AdminParams) error
func (*NotificationService) SendSpecificUserFreeformNotificationV1Admin
deprecated
func (n *NotificationService) SendSpecificUserFreeformNotificationV1Admin(input *notification.SendSpecificUserFreeformNotificationV1AdminParams) error
Deprecated: Use SendSpecificUserFreeformNotificationV1AdminShort instead
func (*NotificationService) SendSpecificUserFreeformNotificationV1AdminShort ¶ added in v0.10.0
func (n *NotificationService) SendSpecificUserFreeformNotificationV1AdminShort(input *notification.SendSpecificUserFreeformNotificationV1AdminParams) error
func (*NotificationService) SendSpecificUserTemplatedNotificationV1Admin
deprecated
func (n *NotificationService) SendSpecificUserTemplatedNotificationV1Admin(input *notification.SendSpecificUserTemplatedNotificationV1AdminParams) error
Deprecated: Use SendSpecificUserTemplatedNotificationV1AdminShort instead
func (*NotificationService) SendSpecificUserTemplatedNotificationV1AdminShort ¶ added in v0.10.0
func (n *NotificationService) SendSpecificUserTemplatedNotificationV1AdminShort(input *notification.SendSpecificUserTemplatedNotificationV1AdminParams) error
func (*NotificationService) SendUsersFreeformNotificationV1Admin
deprecated
func (n *NotificationService) SendUsersFreeformNotificationV1Admin(input *notification.SendUsersFreeformNotificationV1AdminParams) error
Deprecated: Use SendUsersFreeformNotificationV1AdminShort instead
func (*NotificationService) SendUsersFreeformNotificationV1AdminShort ¶ added in v0.10.0
func (n *NotificationService) SendUsersFreeformNotificationV1AdminShort(input *notification.SendUsersFreeformNotificationV1AdminParams) error
func (*NotificationService) SendUsersTemplatedNotificationV1Admin
deprecated
func (n *NotificationService) SendUsersTemplatedNotificationV1Admin(input *notification.SendUsersTemplatedNotificationV1AdminParams) error
Deprecated: Use SendUsersTemplatedNotificationV1AdminShort instead
func (*NotificationService) SendUsersTemplatedNotificationV1AdminShort ¶ added in v0.10.0
func (n *NotificationService) SendUsersTemplatedNotificationV1AdminShort(input *notification.SendUsersTemplatedNotificationV1AdminParams) error
func (*NotificationService) UpdateLocalizationTemplate
deprecated
func (n *NotificationService) UpdateLocalizationTemplate(input *notification.UpdateLocalizationTemplateParams) error
Deprecated: Use UpdateLocalizationTemplateShort instead
func (*NotificationService) UpdateLocalizationTemplateShort ¶ added in v0.10.0
func (n *NotificationService) UpdateLocalizationTemplateShort(input *notification.UpdateLocalizationTemplateParams) error
func (*NotificationService) UpdateNotificationTopicV1Admin
deprecated
func (n *NotificationService) UpdateNotificationTopicV1Admin(input *notification.UpdateNotificationTopicV1AdminParams) error
Deprecated: Use UpdateNotificationTopicV1AdminShort instead
func (*NotificationService) UpdateNotificationTopicV1AdminShort ¶ added in v0.10.0
func (n *NotificationService) UpdateNotificationTopicV1AdminShort(input *notification.UpdateNotificationTopicV1AdminParams) error
func (*NotificationService) UpdateTemplateLocalizationV1Admin
deprecated
func (n *NotificationService) UpdateTemplateLocalizationV1Admin(input *notification.UpdateTemplateLocalizationV1AdminParams) error
Deprecated: Use UpdateTemplateLocalizationV1AdminShort instead
func (*NotificationService) UpdateTemplateLocalizationV1AdminShort ¶ added in v0.10.0
func (n *NotificationService) UpdateTemplateLocalizationV1AdminShort(input *notification.UpdateTemplateLocalizationV1AdminParams) error
func (*NotificationService) UpdateTopicByTopicName
deprecated
func (n *NotificationService) UpdateTopicByTopicName(input *notification.UpdateTopicByTopicNameParams) error
Deprecated: Use UpdateTopicByTopicNameShort instead
func (*NotificationService) UpdateTopicByTopicNameShort ¶ added in v0.10.0
func (n *NotificationService) UpdateTopicByTopicNameShort(input *notification.UpdateTopicByTopicNameParams) error
type PartyService ¶
type PartyService struct { Client *lobbyclient.JusticeLobbyService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*PartyService) AdminGetPartyDataV1
deprecated
func (p *PartyService) AdminGetPartyDataV1(input *party.AdminGetPartyDataV1Params) (*lobbyclientmodels.ModelsPartyData, error)
Deprecated: Use AdminGetPartyDataV1Short instead
func (*PartyService) AdminGetPartyDataV1Short ¶ added in v0.10.0
func (p *PartyService) AdminGetPartyDataV1Short(input *party.AdminGetPartyDataV1Params) (*lobbyclientmodels.ModelsPartyData, error)
func (*PartyService) AdminGetUserPartyV1
deprecated
func (p *PartyService) AdminGetUserPartyV1(input *party.AdminGetUserPartyV1Params) (*lobbyclientmodels.ModelsPartyData, error)
Deprecated: Use AdminGetUserPartyV1Short instead
func (*PartyService) AdminGetUserPartyV1Short ¶ added in v0.10.0
func (p *PartyService) AdminGetUserPartyV1Short(input *party.AdminGetUserPartyV1Params) (*lobbyclientmodels.ModelsPartyData, error)
func (*PartyService) GetAuthSession ¶ added in v0.21.0
func (p *PartyService) GetAuthSession() auth.Session
func (*PartyService) PublicGetPartyDataV1
deprecated
func (p *PartyService) PublicGetPartyDataV1(input *party.PublicGetPartyDataV1Params) (*lobbyclientmodels.ModelsPartyData, error)
Deprecated: Use PublicGetPartyDataV1Short instead
func (*PartyService) PublicGetPartyDataV1Short ¶ added in v0.10.0
func (p *PartyService) PublicGetPartyDataV1Short(input *party.PublicGetPartyDataV1Params) (*lobbyclientmodels.ModelsPartyData, error)
func (*PartyService) PublicSetPartyLimitV1
deprecated
added in
v0.21.0
func (p *PartyService) PublicSetPartyLimitV1(input *party.PublicSetPartyLimitV1Params) error
Deprecated: Use PublicSetPartyLimitV1Short instead
func (*PartyService) PublicSetPartyLimitV1Short ¶ added in v0.21.0
func (p *PartyService) PublicSetPartyLimitV1Short(input *party.PublicSetPartyLimitV1Params) error
func (*PartyService) PublicUpdatePartyAttributesV1
deprecated
func (p *PartyService) PublicUpdatePartyAttributesV1(input *party.PublicUpdatePartyAttributesV1Params) (*lobbyclientmodels.ModelsPartyData, error)
Deprecated: Use PublicUpdatePartyAttributesV1Short instead
func (*PartyService) PublicUpdatePartyAttributesV1Short ¶ added in v0.10.0
func (p *PartyService) PublicUpdatePartyAttributesV1Short(input *party.PublicUpdatePartyAttributesV1Params) (*lobbyclientmodels.ModelsPartyData, error)
type PlayerService ¶
type PlayerService struct { Client *lobbyclient.JusticeLobbyService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*PlayerService) AdminBulkBlockPlayersV1
deprecated
func (p *PlayerService) AdminBulkBlockPlayersV1(input *player.AdminBulkBlockPlayersV1Params) error
Deprecated: Use AdminBulkBlockPlayersV1Short instead
func (*PlayerService) AdminBulkBlockPlayersV1Short ¶ added in v0.10.0
func (p *PlayerService) AdminBulkBlockPlayersV1Short(input *player.AdminBulkBlockPlayersV1Params) error
func (*PlayerService) AdminGetAllPlayerSessionAttribute
deprecated
func (p *PlayerService) AdminGetAllPlayerSessionAttribute(input *player.AdminGetAllPlayerSessionAttributeParams) (*lobbyclientmodels.ModelsGetAllPlayerSessionAttributeResponse, error)
Deprecated: Use AdminGetAllPlayerSessionAttributeShort instead
func (*PlayerService) AdminGetAllPlayerSessionAttributeShort ¶ added in v0.10.0
func (p *PlayerService) AdminGetAllPlayerSessionAttributeShort(input *player.AdminGetAllPlayerSessionAttributeParams) (*lobbyclientmodels.ModelsGetAllPlayerSessionAttributeResponse, error)
func (*PlayerService) AdminGetLobbyCCU
deprecated
added in
v0.10.0
func (p *PlayerService) AdminGetLobbyCCU(input *player.AdminGetLobbyCCUParams) (*lobbyclientmodels.ModelsGetLobbyCcuResponse, error)
Deprecated: Use AdminGetLobbyCCUShort instead
func (*PlayerService) AdminGetLobbyCCUShort ¶ added in v0.10.0
func (p *PlayerService) AdminGetLobbyCCUShort(input *player.AdminGetLobbyCCUParams) (*lobbyclientmodels.ModelsGetLobbyCcuResponse, error)
func (*PlayerService) AdminGetPlayerBlockedByPlayersV1
deprecated
func (p *PlayerService) AdminGetPlayerBlockedByPlayersV1(input *player.AdminGetPlayerBlockedByPlayersV1Params) (*lobbyclientmodels.ModelsGetAllPlayerBlockedByUsersResponse, error)
Deprecated: Use AdminGetPlayerBlockedByPlayersV1Short instead
func (*PlayerService) AdminGetPlayerBlockedByPlayersV1Short ¶ added in v0.10.0
func (p *PlayerService) AdminGetPlayerBlockedByPlayersV1Short(input *player.AdminGetPlayerBlockedByPlayersV1Params) (*lobbyclientmodels.ModelsGetAllPlayerBlockedByUsersResponse, error)
func (*PlayerService) AdminGetPlayerBlockedPlayersV1
deprecated
func (p *PlayerService) AdminGetPlayerBlockedPlayersV1(input *player.AdminGetPlayerBlockedPlayersV1Params) (*lobbyclientmodels.ModelsGetAllPlayerBlockedUsersResponse, error)
Deprecated: Use AdminGetPlayerBlockedPlayersV1Short instead
func (*PlayerService) AdminGetPlayerBlockedPlayersV1Short ¶ added in v0.10.0
func (p *PlayerService) AdminGetPlayerBlockedPlayersV1Short(input *player.AdminGetPlayerBlockedPlayersV1Params) (*lobbyclientmodels.ModelsGetAllPlayerBlockedUsersResponse, error)
func (*PlayerService) AdminGetPlayerSessionAttribute
deprecated
func (p *PlayerService) AdminGetPlayerSessionAttribute(input *player.AdminGetPlayerSessionAttributeParams) (*lobbyclientmodels.ModelsGetPlayerSessionAttributeResponse, error)
Deprecated: Use AdminGetPlayerSessionAttributeShort instead
func (*PlayerService) AdminGetPlayerSessionAttributeShort ¶ added in v0.10.0
func (p *PlayerService) AdminGetPlayerSessionAttributeShort(input *player.AdminGetPlayerSessionAttributeParams) (*lobbyclientmodels.ModelsGetPlayerSessionAttributeResponse, error)
func (*PlayerService) AdminSetPlayerSessionAttribute
deprecated
func (p *PlayerService) AdminSetPlayerSessionAttribute(input *player.AdminSetPlayerSessionAttributeParams) error
Deprecated: Use AdminSetPlayerSessionAttributeShort instead
func (*PlayerService) AdminSetPlayerSessionAttributeShort ¶ added in v0.10.0
func (p *PlayerService) AdminSetPlayerSessionAttributeShort(input *player.AdminSetPlayerSessionAttributeParams) error
func (*PlayerService) GetAuthSession ¶ added in v0.21.0
func (p *PlayerService) GetAuthSession() auth.Session
func (*PlayerService) PublicGetPlayerBlockedByPlayersV1
deprecated
func (p *PlayerService) PublicGetPlayerBlockedByPlayersV1(input *player.PublicGetPlayerBlockedByPlayersV1Params) (*lobbyclientmodels.ModelsGetAllPlayerBlockedByUsersResponse, error)
Deprecated: Use PublicGetPlayerBlockedByPlayersV1Short instead
func (*PlayerService) PublicGetPlayerBlockedByPlayersV1Short ¶ added in v0.10.0
func (p *PlayerService) PublicGetPlayerBlockedByPlayersV1Short(input *player.PublicGetPlayerBlockedByPlayersV1Params) (*lobbyclientmodels.ModelsGetAllPlayerBlockedByUsersResponse, error)
func (*PlayerService) PublicGetPlayerBlockedPlayersV1
deprecated
func (p *PlayerService) PublicGetPlayerBlockedPlayersV1(input *player.PublicGetPlayerBlockedPlayersV1Params) (*lobbyclientmodels.ModelsGetAllPlayerBlockedUsersResponse, error)
Deprecated: Use PublicGetPlayerBlockedPlayersV1Short instead
func (*PlayerService) PublicGetPlayerBlockedPlayersV1Short ¶ added in v0.10.0
func (p *PlayerService) PublicGetPlayerBlockedPlayersV1Short(input *player.PublicGetPlayerBlockedPlayersV1Params) (*lobbyclientmodels.ModelsGetAllPlayerBlockedUsersResponse, error)
type PresenceService ¶
type PresenceService struct { Client *lobbyclient.JusticeLobbyService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*PresenceService) GetAuthSession ¶ added in v0.21.0
func (p *PresenceService) GetAuthSession() auth.Session
func (*PresenceService) UsersPresenceHandlerV1
deprecated
func (p *PresenceService) UsersPresenceHandlerV1(input *presence.UsersPresenceHandlerV1Params) (*lobbyclientmodels.HandlersGetUsersPresenceResponse, error)
Deprecated: Use UsersPresenceHandlerV1Short instead
func (*PresenceService) UsersPresenceHandlerV1Short ¶ added in v0.10.0
func (p *PresenceService) UsersPresenceHandlerV1Short(input *presence.UsersPresenceHandlerV1Params) (*lobbyclientmodels.HandlersGetUsersPresenceResponse, error)
type ProfanityService ¶
type ProfanityService struct { Client *lobbyclient.JusticeLobbyService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*ProfanityService) AdminAddProfanityFilterIntoList
deprecated
func (p *ProfanityService) AdminAddProfanityFilterIntoList(input *profanity.AdminAddProfanityFilterIntoListParams) error
Deprecated: Use AdminAddProfanityFilterIntoListShort instead
func (*ProfanityService) AdminAddProfanityFilterIntoListShort ¶ added in v0.10.0
func (p *ProfanityService) AdminAddProfanityFilterIntoListShort(input *profanity.AdminAddProfanityFilterIntoListParams) error
func (*ProfanityService) AdminAddProfanityFilters
deprecated
func (p *ProfanityService) AdminAddProfanityFilters(input *profanity.AdminAddProfanityFiltersParams) error
Deprecated: Use AdminAddProfanityFiltersShort instead
func (*ProfanityService) AdminAddProfanityFiltersShort ¶ added in v0.10.0
func (p *ProfanityService) AdminAddProfanityFiltersShort(input *profanity.AdminAddProfanityFiltersParams) error
func (*ProfanityService) AdminCreateProfanityList
deprecated
func (p *ProfanityService) AdminCreateProfanityList(input *profanity.AdminCreateProfanityListParams) error
Deprecated: Use AdminCreateProfanityListShort instead
func (*ProfanityService) AdminCreateProfanityListShort ¶ added in v0.10.0
func (p *ProfanityService) AdminCreateProfanityListShort(input *profanity.AdminCreateProfanityListParams) error
func (*ProfanityService) AdminDebugProfanityFilters
deprecated
func (p *ProfanityService) AdminDebugProfanityFilters(input *profanity.AdminDebugProfanityFiltersParams) ([]*lobbyclientmodels.ModelsProfanityFilter, error)
Deprecated: Use AdminDebugProfanityFiltersShort instead
func (*ProfanityService) AdminDebugProfanityFiltersShort ¶ added in v0.10.0
func (p *ProfanityService) AdminDebugProfanityFiltersShort(input *profanity.AdminDebugProfanityFiltersParams) ([]*lobbyclientmodels.ModelsProfanityFilter, error)
func (*ProfanityService) AdminDeleteProfanityFilter
deprecated
func (p *ProfanityService) AdminDeleteProfanityFilter(input *profanity.AdminDeleteProfanityFilterParams) ([]*lobbyclientmodels.ModelsProfanityFilter, error)
Deprecated: Use AdminDeleteProfanityFilterShort instead
func (*ProfanityService) AdminDeleteProfanityFilterShort ¶ added in v0.10.0
func (p *ProfanityService) AdminDeleteProfanityFilterShort(input *profanity.AdminDeleteProfanityFilterParams) ([]*lobbyclientmodels.ModelsProfanityFilter, error)
func (*ProfanityService) AdminDeleteProfanityList
deprecated
func (p *ProfanityService) AdminDeleteProfanityList(input *profanity.AdminDeleteProfanityListParams) error
Deprecated: Use AdminDeleteProfanityListShort instead
func (*ProfanityService) AdminDeleteProfanityListShort ¶ added in v0.10.0
func (p *ProfanityService) AdminDeleteProfanityListShort(input *profanity.AdminDeleteProfanityListParams) error
func (*ProfanityService) AdminGetProfanityListFiltersV1
deprecated
func (p *ProfanityService) AdminGetProfanityListFiltersV1(input *profanity.AdminGetProfanityListFiltersV1Params) (*lobbyclientmodels.ModelsAdminGetProfanityListFiltersV1Response, error)
Deprecated: Use AdminGetProfanityListFiltersV1Short instead
func (*ProfanityService) AdminGetProfanityListFiltersV1Short ¶ added in v0.10.0
func (p *ProfanityService) AdminGetProfanityListFiltersV1Short(input *profanity.AdminGetProfanityListFiltersV1Params) (*lobbyclientmodels.ModelsAdminGetProfanityListFiltersV1Response, error)
func (*ProfanityService) AdminGetProfanityLists
deprecated
func (p *ProfanityService) AdminGetProfanityLists(input *profanity.AdminGetProfanityListsParams) ([]*lobbyclientmodels.ModelsAdminGetProfanityListsListResponse, error)
Deprecated: Use AdminGetProfanityListsShort instead
func (*ProfanityService) AdminGetProfanityListsShort ¶ added in v0.10.0
func (p *ProfanityService) AdminGetProfanityListsShort(input *profanity.AdminGetProfanityListsParams) ([]*lobbyclientmodels.ModelsAdminGetProfanityListsListResponse, error)
func (*ProfanityService) AdminGetProfanityRule
deprecated
func (p *ProfanityService) AdminGetProfanityRule(input *profanity.AdminGetProfanityRuleParams) (*lobbyclientmodels.ModelsProfanityRule, error)
Deprecated: Use AdminGetProfanityRuleShort instead
func (*ProfanityService) AdminGetProfanityRuleShort ¶ added in v0.10.0
func (p *ProfanityService) AdminGetProfanityRuleShort(input *profanity.AdminGetProfanityRuleParams) (*lobbyclientmodels.ModelsProfanityRule, error)
func (*ProfanityService) AdminImportProfanityFiltersFromFile
deprecated
func (p *ProfanityService) AdminImportProfanityFiltersFromFile(input *profanity.AdminImportProfanityFiltersFromFileParams) error
Deprecated: Use AdminImportProfanityFiltersFromFileShort instead
func (*ProfanityService) AdminImportProfanityFiltersFromFileShort ¶ added in v0.10.0
func (p *ProfanityService) AdminImportProfanityFiltersFromFileShort(input *profanity.AdminImportProfanityFiltersFromFileParams) error
func (*ProfanityService) AdminSetProfanityRuleForNamespace
deprecated
func (p *ProfanityService) AdminSetProfanityRuleForNamespace(input *profanity.AdminSetProfanityRuleForNamespaceParams) error
Deprecated: Use AdminSetProfanityRuleForNamespaceShort instead
func (*ProfanityService) AdminSetProfanityRuleForNamespaceShort ¶ added in v0.10.0
func (p *ProfanityService) AdminSetProfanityRuleForNamespaceShort(input *profanity.AdminSetProfanityRuleForNamespaceParams) error
func (*ProfanityService) AdminUpdateProfanityList
deprecated
func (p *ProfanityService) AdminUpdateProfanityList(input *profanity.AdminUpdateProfanityListParams) error
Deprecated: Use AdminUpdateProfanityListShort instead
func (*ProfanityService) AdminUpdateProfanityListShort ¶ added in v0.10.0
func (p *ProfanityService) AdminUpdateProfanityListShort(input *profanity.AdminUpdateProfanityListParams) error
func (*ProfanityService) AdminVerifyMessageProfanityResponse
deprecated
func (p *ProfanityService) AdminVerifyMessageProfanityResponse(input *profanity.AdminVerifyMessageProfanityResponseParams) (*lobbyclientmodels.ModelsAdminVerifyMessageProfanityResponse, error)
Deprecated: Use AdminVerifyMessageProfanityResponseShort instead
func (*ProfanityService) AdminVerifyMessageProfanityResponseShort ¶ added in v0.10.0
func (p *ProfanityService) AdminVerifyMessageProfanityResponseShort(input *profanity.AdminVerifyMessageProfanityResponseParams) (*lobbyclientmodels.ModelsAdminVerifyMessageProfanityResponse, error)
func (*ProfanityService) GetAuthSession ¶ added in v0.21.0
func (p *ProfanityService) GetAuthSession() auth.Session
type ThirdPartyService ¶
type ThirdPartyService struct { Client *lobbyclient.JusticeLobbyService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*ThirdPartyService) AdminCreateThirdPartyConfig
deprecated
func (t *ThirdPartyService) AdminCreateThirdPartyConfig(input *third_party.AdminCreateThirdPartyConfigParams) (*lobbyclientmodels.ModelsCreateConfigResponse, error)
Deprecated: Use AdminCreateThirdPartyConfigShort instead
func (*ThirdPartyService) AdminCreateThirdPartyConfigShort ¶ added in v0.10.0
func (t *ThirdPartyService) AdminCreateThirdPartyConfigShort(input *third_party.AdminCreateThirdPartyConfigParams) (*lobbyclientmodels.ModelsCreateConfigResponse, error)
func (*ThirdPartyService) AdminDeleteThirdPartyConfig
deprecated
func (t *ThirdPartyService) AdminDeleteThirdPartyConfig(input *third_party.AdminDeleteThirdPartyConfigParams) (string, error)
Deprecated: Use AdminDeleteThirdPartyConfigShort instead
func (*ThirdPartyService) AdminDeleteThirdPartyConfigShort ¶ added in v0.10.0
func (t *ThirdPartyService) AdminDeleteThirdPartyConfigShort(input *third_party.AdminDeleteThirdPartyConfigParams) (string, error)
func (*ThirdPartyService) AdminGetThirdPartyConfig
deprecated
func (t *ThirdPartyService) AdminGetThirdPartyConfig(input *third_party.AdminGetThirdPartyConfigParams) (*lobbyclientmodels.ModelsGetConfigResponse, error)
Deprecated: Use AdminGetThirdPartyConfigShort instead
func (*ThirdPartyService) AdminGetThirdPartyConfigShort ¶ added in v0.10.0
func (t *ThirdPartyService) AdminGetThirdPartyConfigShort(input *third_party.AdminGetThirdPartyConfigParams) (*lobbyclientmodels.ModelsGetConfigResponse, error)
func (*ThirdPartyService) AdminUpdateThirdPartyConfig
deprecated
func (t *ThirdPartyService) AdminUpdateThirdPartyConfig(input *third_party.AdminUpdateThirdPartyConfigParams) (*lobbyclientmodels.ModelsUpdateConfigResponse, error)
Deprecated: Use AdminUpdateThirdPartyConfigShort instead
func (*ThirdPartyService) AdminUpdateThirdPartyConfigShort ¶ added in v0.10.0
func (t *ThirdPartyService) AdminUpdateThirdPartyConfigShort(input *third_party.AdminUpdateThirdPartyConfigParams) (*lobbyclientmodels.ModelsUpdateConfigResponse, error)
func (*ThirdPartyService) GetAuthSession ¶ added in v0.21.0
func (t *ThirdPartyService) GetAuthSession() auth.Session