lobby

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2021 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChatService

type ChatService struct {
	Client          *lobbyclient.JusticeLobbyService
	TokenRepository repository.TokenRepository
}

func (*ChatService) AdminChatHistory

func (*ChatService) PersonalChatHistory

type ConfigService

type ConfigService struct {
	Client          *lobbyclient.JusticeLobbyService
	TokenRepository repository.TokenRepository
}

func (*ConfigService) AdminGetAllConfigV1

func (c *ConfigService) AdminGetAllConfigV1() (*lobbyclientmodels.ModelsConfigList, error)

func (*ConfigService) AdminGetConfigV1

func (*ConfigService) AdminUpdateConfigV1

type FriendsService

type FriendsService struct {
	Client          *lobbyclient.JusticeLobbyService
	TokenRepository repository.TokenRepository
}

func (*FriendsService) AddFriends

func (*FriendsService) AddFriendsWithoutConfirmation

func (f *FriendsService) AddFriendsWithoutConfirmation(input *friends.AddFriendsWithoutConfirmationParams) error

func (*FriendsService) GetListOfFriends

func (*FriendsService) UserAcceptFriendRequest

func (f *FriendsService) UserAcceptFriendRequest(input *friends.UserAcceptFriendRequestParams) error

func (*FriendsService) UserCancelFriendRequest

func (f *FriendsService) UserCancelFriendRequest(input *friends.UserCancelFriendRequestParams) error

func (*FriendsService) UserRejectFriendRequest

func (f *FriendsService) UserRejectFriendRequest(input *friends.UserRejectFriendRequestParams) error

func (*FriendsService) UserRequestFriend

func (f *FriendsService) UserRequestFriend(input *friends.UserRequestFriendParams) error

func (*FriendsService) UserUnfriendRequest

func (f *FriendsService) UserUnfriendRequest(input *friends.UserUnfriendRequestParams) error

type NotificationService

type NotificationService struct {
	Client          *lobbyclient.JusticeLobbyService
	TokenRepository repository.TokenRepository
}

func (NotificationService) CreateNotificationTemplateV1Admin

func (n NotificationService) CreateNotificationTemplateV1Admin(input *notification.CreateNotificationTemplateV1AdminParams) error

func (NotificationService) CreateNotificationTopicV1Admin

func (n NotificationService) CreateNotificationTopicV1Admin(input *notification.CreateNotificationTopicV1AdminParams) error

func (*NotificationService) CreateTemplate

func (n *NotificationService) CreateTemplate(input *notification.CreateTemplateParams) error

func (*NotificationService) CreateTopic

func (*NotificationService) DeleteNotificationTemplateSlugV1Admin

func (n *NotificationService) DeleteNotificationTemplateSlugV1Admin(input *notification.DeleteNotificationTemplateSlugV1AdminParams) error

func (*NotificationService) DeleteNotificationTopicV1Admin

func (n *NotificationService) DeleteNotificationTopicV1Admin(input *notification.DeleteNotificationTopicV1AdminParams) error

func (*NotificationService) DeleteTemplateLocalization

func (n *NotificationService) DeleteTemplateLocalization(input *notification.DeleteTemplateLocalizationParams) error

func (*NotificationService) DeleteTemplateLocalizationV1Admin

func (n *NotificationService) DeleteTemplateLocalizationV1Admin(input *notification.DeleteTemplateLocalizationV1AdminParams) error

func (*NotificationService) DeleteTemplateSlug

func (n *NotificationService) DeleteTemplateSlug(input *notification.DeleteTemplateSlugParams) error

func (*NotificationService) DeleteTopicByTopicName

func (n *NotificationService) DeleteTopicByTopicName(input *notification.DeleteTopicByTopicNameParams) error

func (NotificationService) FreeFormNotification

func (n NotificationService) FreeFormNotification(input *notification.FreeFormNotificationParams) error

func (NotificationService) FreeFormNotificationByUserID

func (n NotificationService) FreeFormNotificationByUserID(input *notification.FreeFormNotificationByUserIDParams) error

func (*NotificationService) GetGameTemplate

func (*NotificationService) NotificationWithTemplate

func (n *NotificationService) NotificationWithTemplate(input *notification.NotificationWithTemplateParams) error

func (*NotificationService) NotificationWithTemplateByUserID

func (n *NotificationService) NotificationWithTemplateByUserID(input *notification.NotificationWithTemplateByUserIDParams) error

func (*NotificationService) PublishTemplate

func (n *NotificationService) PublishTemplate(input *notification.PublishTemplateParams) error

func (*NotificationService) PublishTemplateLocalizationV1Admin

func (n *NotificationService) PublishTemplateLocalizationV1Admin(input *notification.PublishTemplateLocalizationV1AdminParams) error

func (NotificationService) SendMultipleUsersFreeformNotificationV1Admin

func (n NotificationService) SendMultipleUsersFreeformNotificationV1Admin(input *notification.SendMultipleUsersFreeformNotificationV1AdminParams) error

func (NotificationService) SendPartyFreeformNotificationV1Admin

func (n NotificationService) SendPartyFreeformNotificationV1Admin(input *notification.SendPartyFreeformNotificationV1AdminParams) error

func (NotificationService) SendPartyTemplatedNotificationV1Admin

func (n NotificationService) SendPartyTemplatedNotificationV1Admin(input *notification.SendPartyTemplatedNotificationV1AdminParams) error

func (NotificationService) SendSpecificUserFreeformNotificationV1Admin

func (n NotificationService) SendSpecificUserFreeformNotificationV1Admin(input *notification.SendSpecificUserFreeformNotificationV1AdminParams) error

func (NotificationService) SendSpecificUserTemplatedNotificationV1Admin

func (n NotificationService) SendSpecificUserTemplatedNotificationV1Admin(input *notification.SendSpecificUserTemplatedNotificationV1AdminParams) error

func (NotificationService) SendUsersFreeformNotificationV1Admin

func (n NotificationService) SendUsersFreeformNotificationV1Admin(input *notification.SendUsersFreeformNotificationV1AdminParams) error

func (NotificationService) SendUsersTemplatedNotificationV1Admin

func (n NotificationService) SendUsersTemplatedNotificationV1Admin(input *notification.SendUsersTemplatedNotificationV1AdminParams) error

func (NotificationService) UpdateLocalizationTemplate

func (n NotificationService) UpdateLocalizationTemplate(input *notification.UpdateLocalizationTemplateParams) error

func (NotificationService) UpdateNotificationTopicV1Admin

func (n NotificationService) UpdateNotificationTopicV1Admin(input *notification.UpdateNotificationTopicV1AdminParams) error

func (NotificationService) UpdateTemplateLocalizationV1Admin

func (n NotificationService) UpdateTemplateLocalizationV1Admin(input *notification.UpdateTemplateLocalizationV1AdminParams) error

func (NotificationService) UpdateTopicByTopicName

func (n NotificationService) UpdateTopicByTopicName(input *notification.UpdateTopicByTopicNameParams) error

type OperationsService

type OperationsService struct {
	Client          *lobbyclient.JusticeLobbyService
	TokenRepository repository.TokenRepository
}

func (*OperationsService) AdminUpdatePartyAttributesV1

func (*OperationsService) PublicGetMessages

type PartyService

type PartyService struct {
	Client          *lobbyclient.JusticeLobbyService
	TokenRepository repository.TokenRepository
}

func (*PartyService) AdminGetPartyDataV1

func (*PartyService) AdminGetUserPartyV1

func (*PartyService) PublicGetPartyDataV1

func (*PartyService) PublicUpdatePartyAttributesV1

type PlayerService

type PlayerService struct {
	Client          *lobbyclient.JusticeLobbyService
	TokenRepository repository.TokenRepository
}

func (*PlayerService) AdminBulkBlockPlayersV1

func (p *PlayerService) AdminBulkBlockPlayersV1(input *player.AdminBulkBlockPlayersV1Params) (int64, error)

func (*PlayerService) AdminSetPlayerSessionAttribute

func (p *PlayerService) AdminSetPlayerSessionAttribute(input *player.AdminSetPlayerSessionAttributeParams) error

type PresenceService

type PresenceService struct {
	Client          *lobbyclient.JusticeLobbyService
	TokenRepository repository.TokenRepository
}

type ProfanityService

type ProfanityService struct {
	Client          *lobbyclient.JusticeLobbyService
	TokenRepository repository.TokenRepository
}

func (*ProfanityService) AdminAddProfanityFilterIntoList

func (p *ProfanityService) AdminAddProfanityFilterIntoList(input *profanity.AdminAddProfanityFilterIntoListParams) error

func (*ProfanityService) AdminAddProfanityFilters

func (p *ProfanityService) AdminAddProfanityFilters(input *profanity.AdminAddProfanityFiltersParams) error

func (*ProfanityService) AdminCreateProfanityList

func (p *ProfanityService) AdminCreateProfanityList(input *profanity.AdminCreateProfanityListParams) error

func (*ProfanityService) AdminDeleteProfanityList

func (p *ProfanityService) AdminDeleteProfanityList(input *profanity.AdminDeleteProfanityListParams) error

func (*ProfanityService) AdminGetProfanityRule

func (*ProfanityService) AdminImportProfanityFiltersFromFile

func (p *ProfanityService) AdminImportProfanityFiltersFromFile(input *profanity.AdminImportProfanityFiltersFromFileParams) error

func (*ProfanityService) AdminSetProfanityRuleForNamespace

func (p *ProfanityService) AdminSetProfanityRuleForNamespace(input *profanity.AdminSetProfanityRuleForNamespaceParams) error

func (*ProfanityService) AdminUpdateProfanityList

func (p *ProfanityService) AdminUpdateProfanityList(input *profanity.AdminUpdateProfanityListParams) error

type ThirdPartyService

type ThirdPartyService struct {
	Client          *lobbyclient.JusticeLobbyService
	TokenRepository repository.TokenRepository
}

func (*ThirdPartyService) AdminDeleteThirdPartyConfig

func (t *ThirdPartyService) AdminDeleteThirdPartyConfig(input *third_party.AdminDeleteThirdPartyConfigParams) error

Jump to

Keyboard shortcuts

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