session

package
v0.45.0 Latest Latest
Warning

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

Go to latest
Published: May 23, 2023 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigurationTemplateService

type ConfigurationTemplateService struct {
	Client                 *sessionclient.JusticeSessionService
	ConfigRepository       repository.ConfigRepository
	TokenRepository        repository.TokenRepository
	RefreshTokenRepository repository.RefreshTokenRepository
}

func (*ConfigurationTemplateService) AdminCreateConfigurationAlertV1 deprecated added in v0.45.0

Deprecated: 2022-01-10 - please use AdminCreateConfigurationAlertV1Short instead.

func (*ConfigurationTemplateService) AdminCreateConfigurationAlertV1Short added in v0.45.0

func (*ConfigurationTemplateService) AdminCreateConfigurationTemplateV1 deprecated

Deprecated: 2022-01-10 - please use AdminCreateConfigurationTemplateV1Short instead.

func (*ConfigurationTemplateService) AdminDeleteConfigurationAlertV1 deprecated added in v0.45.0

Deprecated: 2022-01-10 - please use AdminDeleteConfigurationAlertV1Short instead.

func (*ConfigurationTemplateService) AdminDeleteConfigurationAlertV1Short added in v0.45.0

func (aaa *ConfigurationTemplateService) AdminDeleteConfigurationAlertV1Short(input *configuration_template.AdminDeleteConfigurationAlertV1Params) error

func (*ConfigurationTemplateService) AdminDeleteConfigurationTemplateV1 deprecated

Deprecated: 2022-01-10 - please use AdminDeleteConfigurationTemplateV1Short instead.

func (*ConfigurationTemplateService) AdminDeleteConfigurationTemplateV1Short

func (aaa *ConfigurationTemplateService) AdminDeleteConfigurationTemplateV1Short(input *configuration_template.AdminDeleteConfigurationTemplateV1Params) error

func (*ConfigurationTemplateService) AdminGetAllConfigurationTemplatesV1 deprecated

Deprecated: 2022-01-10 - please use AdminGetAllConfigurationTemplatesV1Short instead.

func (*ConfigurationTemplateService) AdminGetConfigurationAlertV1 deprecated added in v0.45.0

Deprecated: 2022-01-10 - please use AdminGetConfigurationAlertV1Short instead.

func (*ConfigurationTemplateService) AdminGetConfigurationAlertV1Short added in v0.45.0

func (*ConfigurationTemplateService) AdminGetConfigurationTemplateV1 deprecated

Deprecated: 2022-01-10 - please use AdminGetConfigurationTemplateV1Short instead.

func (*ConfigurationTemplateService) AdminGetDSMCConfiguration deprecated added in v0.41.0

Deprecated: 2022-01-10 - please use AdminGetDSMCConfigurationShort instead.

func (*ConfigurationTemplateService) AdminGetDSMCConfigurationShort added in v0.41.0

func (*ConfigurationTemplateService) AdminSyncDSMCConfiguration deprecated added in v0.41.0

Deprecated: 2022-01-10 - please use AdminSyncDSMCConfigurationShort instead.

func (*ConfigurationTemplateService) AdminSyncDSMCConfigurationShort added in v0.41.0

func (*ConfigurationTemplateService) AdminUpdateConfigurationAlertV1 deprecated added in v0.45.0

Deprecated: 2022-01-10 - please use AdminUpdateConfigurationAlertV1Short instead.

func (*ConfigurationTemplateService) AdminUpdateConfigurationAlertV1Short added in v0.45.0

func (*ConfigurationTemplateService) AdminUpdateConfigurationTemplateV1 deprecated

Deprecated: 2022-01-10 - please use AdminUpdateConfigurationTemplateV1Short instead.

func (*ConfigurationTemplateService) GetAuthSession

func (aaa *ConfigurationTemplateService) GetAuthSession() auth.Session

type DSMCDefaultConfigurationService added in v0.41.0

type DSMCDefaultConfigurationService struct {
	Client                 *sessionclient.JusticeSessionService
	ConfigRepository       repository.ConfigRepository
	TokenRepository        repository.TokenRepository
	RefreshTokenRepository repository.RefreshTokenRepository
}

func (*DSMCDefaultConfigurationService) AdminGetDSMCConfigurationDefault deprecated added in v0.41.0

Deprecated: 2022-01-10 - please use AdminGetDSMCConfigurationDefaultShort instead.

func (*DSMCDefaultConfigurationService) AdminGetDSMCConfigurationDefaultShort added in v0.41.0

func (*DSMCDefaultConfigurationService) GetAuthSession added in v0.41.0

func (aaa *DSMCDefaultConfigurationService) GetAuthSession() auth.Session

type GameSessionService

type GameSessionService struct {
	Client                 *sessionclient.JusticeSessionService
	ConfigRepository       repository.ConfigRepository
	TokenRepository        repository.TokenRepository
	RefreshTokenRepository repository.RefreshTokenRepository
}

func (*GameSessionService) AdminDeleteBulkGameSessions deprecated added in v0.42.0

Deprecated: 2022-01-10 - please use AdminDeleteBulkGameSessionsShort instead.

func (*GameSessionService) AdminDeleteBulkGameSessionsShort added in v0.42.0

func (*GameSessionService) AdminQueryGameSessions deprecated

Deprecated: 2022-01-10 - please use AdminQueryGameSessionsShort instead.

func (*GameSessionService) AdminUpdateGameSessionMember deprecated

Deprecated: 2022-01-10 - please use AdminUpdateGameSessionMemberShort instead.

func (*GameSessionService) AppendTeamGameSession deprecated added in v0.41.0

Deprecated: 2022-01-10 - please use AppendTeamGameSessionShort instead.

func (*GameSessionService) AppendTeamGameSessionShort added in v0.41.0

func (*GameSessionService) CreateGameSession deprecated

Deprecated: 2022-01-10 - please use CreateGameSessionShort instead.

func (*GameSessionService) DeleteGameSession deprecated

func (aaa *GameSessionService) DeleteGameSession(input *game_session.DeleteGameSessionParams) error

Deprecated: 2022-01-10 - please use DeleteGameSessionShort instead.

func (*GameSessionService) DeleteGameSessionShort

func (aaa *GameSessionService) DeleteGameSessionShort(input *game_session.DeleteGameSessionParams) error

func (*GameSessionService) GetAuthSession

func (aaa *GameSessionService) GetAuthSession() auth.Session

func (*GameSessionService) GetGameSession deprecated

Deprecated: 2022-01-10 - please use GetGameSessionShort instead.

func (*GameSessionService) GetGameSessionByPodName deprecated

Deprecated: 2022-01-10 - please use GetGameSessionByPodNameShort instead.

func (*GameSessionService) JoinGameSession deprecated

Deprecated: 2022-01-10 - please use JoinGameSessionShort instead.

func (*GameSessionService) LeaveGameSession deprecated

func (aaa *GameSessionService) LeaveGameSession(input *game_session.LeaveGameSessionParams) error

Deprecated: 2022-01-10 - please use LeaveGameSessionShort instead.

func (*GameSessionService) LeaveGameSessionShort

func (aaa *GameSessionService) LeaveGameSessionShort(input *game_session.LeaveGameSessionParams) error

func (*GameSessionService) PatchUpdateGameSession deprecated

Deprecated: 2022-01-10 - please use PatchUpdateGameSessionShort instead.

func (*GameSessionService) PublicGameSessionInvite deprecated

func (aaa *GameSessionService) PublicGameSessionInvite(input *game_session.PublicGameSessionInviteParams) error

Deprecated: 2022-01-10 - please use PublicGameSessionInviteShort instead.

func (*GameSessionService) PublicGameSessionInviteShort

func (aaa *GameSessionService) PublicGameSessionInviteShort(input *game_session.PublicGameSessionInviteParams) error

func (*GameSessionService) PublicGameSessionReject deprecated

func (aaa *GameSessionService) PublicGameSessionReject(input *game_session.PublicGameSessionRejectParams) error

Deprecated: 2022-01-10 - please use PublicGameSessionRejectShort instead.

func (*GameSessionService) PublicGameSessionRejectShort

func (aaa *GameSessionService) PublicGameSessionRejectShort(input *game_session.PublicGameSessionRejectParams) error

func (*GameSessionService) PublicQueryGameSessions deprecated

Deprecated: 2022-01-10 - please use PublicQueryGameSessionsShort instead.

func (*GameSessionService) PublicQueryMyGameSessions deprecated

Deprecated: 2022-01-10 - please use PublicQueryMyGameSessionsShort instead.

func (*GameSessionService) UpdateGameSession deprecated

Deprecated: 2022-01-10 - please use UpdateGameSessionShort instead.

func (*GameSessionService) UpdateGameSessionBackfillTicketID deprecated added in v0.40.0

Deprecated: 2022-01-10 - please use UpdateGameSessionBackfillTicketIDShort instead.

func (*GameSessionService) UpdateGameSessionBackfillTicketIDShort added in v0.40.0

type OperationsService

type OperationsService struct {
	Client                 *sessionclient.JusticeSessionService
	ConfigRepository       repository.ConfigRepository
	TokenRepository        repository.TokenRepository
	RefreshTokenRepository repository.RefreshTokenRepository
}

func (*OperationsService) GetAuthSession

func (aaa *OperationsService) GetAuthSession() auth.Session

func (*OperationsService) GetHealthcheckInfo deprecated

func (aaa *OperationsService) GetHealthcheckInfo(input *operations.GetHealthcheckInfoParams) error

Deprecated: 2022-01-10 - please use GetHealthcheckInfoShort instead.

func (*OperationsService) GetHealthcheckInfoShort

func (aaa *OperationsService) GetHealthcheckInfoShort(input *operations.GetHealthcheckInfoParams) error

func (*OperationsService) GetHealthcheckInfoV1 deprecated

func (aaa *OperationsService) GetHealthcheckInfoV1(input *operations.GetHealthcheckInfoV1Params) error

Deprecated: 2022-01-10 - please use GetHealthcheckInfoV1Short instead.

func (*OperationsService) GetHealthcheckInfoV1Short

func (aaa *OperationsService) GetHealthcheckInfoV1Short(input *operations.GetHealthcheckInfoV1Params) error

type PartyService

type PartyService struct {
	Client                 *sessionclient.JusticeSessionService
	ConfigRepository       repository.ConfigRepository
	TokenRepository        repository.TokenRepository
	RefreshTokenRepository repository.RefreshTokenRepository
}

func (*PartyService) AdminQueryParties deprecated

Deprecated: 2022-01-10 - please use AdminQueryPartiesShort instead.

func (*PartyService) AdminQueryPartiesShort

func (*PartyService) GetAuthSession

func (aaa *PartyService) GetAuthSession() auth.Session

func (*PartyService) PublicCreateParty deprecated

Deprecated: 2022-01-10 - please use PublicCreatePartyShort instead.

func (*PartyService) PublicGeneratePartyCode deprecated

Deprecated: 2022-01-10 - please use PublicGeneratePartyCodeShort instead.

func (*PartyService) PublicGetParty deprecated

Deprecated: 2022-01-10 - please use PublicGetPartyShort instead.

func (*PartyService) PublicGetPartyShort

func (*PartyService) PublicPartyInvite deprecated

func (aaa *PartyService) PublicPartyInvite(input *party.PublicPartyInviteParams) error

Deprecated: 2022-01-10 - please use PublicPartyInviteShort instead.

func (*PartyService) PublicPartyInviteShort

func (aaa *PartyService) PublicPartyInviteShort(input *party.PublicPartyInviteParams) error

func (*PartyService) PublicPartyJoin deprecated

Deprecated: 2022-01-10 - please use PublicPartyJoinShort instead.

func (*PartyService) PublicPartyJoinCode deprecated

Deprecated: 2022-01-10 - please use PublicPartyJoinCodeShort instead.

func (*PartyService) PublicPartyKick deprecated

Deprecated: 2022-01-10 - please use PublicPartyKickShort instead.

func (*PartyService) PublicPartyKickShort

func (*PartyService) PublicPartyLeave deprecated

func (aaa *PartyService) PublicPartyLeave(input *party.PublicPartyLeaveParams) error

Deprecated: 2022-01-10 - please use PublicPartyLeaveShort instead.

func (*PartyService) PublicPartyLeaveShort

func (aaa *PartyService) PublicPartyLeaveShort(input *party.PublicPartyLeaveParams) error

func (*PartyService) PublicPartyReject deprecated

func (aaa *PartyService) PublicPartyReject(input *party.PublicPartyRejectParams) error

Deprecated: 2022-01-10 - please use PublicPartyRejectShort instead.

func (*PartyService) PublicPartyRejectShort

func (aaa *PartyService) PublicPartyRejectShort(input *party.PublicPartyRejectParams) error

func (*PartyService) PublicPatchUpdateParty deprecated

Deprecated: 2022-01-10 - please use PublicPatchUpdatePartyShort instead.

func (*PartyService) PublicPromotePartyLeader deprecated

Deprecated: 2022-01-10 - please use PublicPromotePartyLeaderShort instead.

func (*PartyService) PublicQueryMyParties deprecated

Deprecated: 2022-01-10 - please use PublicQueryMyPartiesShort instead.

func (*PartyService) PublicQueryMyPartiesShort

func (*PartyService) PublicRevokePartyCode deprecated

Deprecated: 2022-01-10 - please use PublicRevokePartyCodeShort instead.

func (*PartyService) PublicUpdateParty deprecated

Deprecated: 2022-01-10 - please use PublicUpdatePartyShort instead.

type PlayerService added in v0.37.0

type PlayerService struct {
	Client                 *sessionclient.JusticeSessionService
	ConfigRepository       repository.ConfigRepository
	TokenRepository        repository.TokenRepository
	RefreshTokenRepository repository.RefreshTokenRepository
}

func (*PlayerService) AdminGetPlayerAttributes deprecated added in v0.37.0

Deprecated: 2022-01-10 - please use AdminGetPlayerAttributesShort instead.

func (*PlayerService) AdminGetPlayerAttributesShort added in v0.37.0

func (*PlayerService) AdminQueryPlayerAttributes deprecated added in v0.37.0

Deprecated: 2022-01-10 - please use AdminQueryPlayerAttributesShort instead.

func (*PlayerService) AdminQueryPlayerAttributesShort added in v0.37.0

func (*PlayerService) GetAuthSession added in v0.37.0

func (aaa *PlayerService) GetAuthSession() auth.Session

func (*PlayerService) PublicDeletePlayerAttributes deprecated added in v0.37.0

func (aaa *PlayerService) PublicDeletePlayerAttributes(input *player.PublicDeletePlayerAttributesParams) error

Deprecated: 2022-01-10 - please use PublicDeletePlayerAttributesShort instead.

func (*PlayerService) PublicDeletePlayerAttributesShort added in v0.37.0

func (aaa *PlayerService) PublicDeletePlayerAttributesShort(input *player.PublicDeletePlayerAttributesParams) error

func (*PlayerService) PublicGetPlayerAttributes deprecated added in v0.37.0

Deprecated: 2022-01-10 - please use PublicGetPlayerAttributesShort instead.

func (*PlayerService) PublicGetPlayerAttributesShort added in v0.37.0

func (*PlayerService) PublicStorePlayerAttributes deprecated added in v0.37.0

Deprecated: 2022-01-10 - please use PublicStorePlayerAttributesShort instead.

func (*PlayerService) PublicStorePlayerAttributesShort added in v0.37.0

Jump to

Keyboard shortcuts

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