session

package
v0.32.0 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2022 License: MIT Imports: 10 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) AdminCreateConfigurationTemplateV1 deprecated

Deprecated: Use AdminCreateConfigurationTemplateV1Short instead

func (*ConfigurationTemplateService) AdminDeleteConfigurationTemplateV1 deprecated

Deprecated: Use AdminDeleteConfigurationTemplateV1Short instead

func (*ConfigurationTemplateService) AdminGetAllConfigurationTemplatesV1 deprecated

Deprecated: Use AdminGetAllConfigurationTemplatesV1Short instead

func (*ConfigurationTemplateService) AdminGetConfigurationTemplateV1 deprecated

Deprecated: Use AdminGetConfigurationTemplateV1Short instead

func (*ConfigurationTemplateService) AdminUpdateConfigurationTemplateV1 deprecated

Deprecated: Use AdminUpdateConfigurationTemplateV1Short instead

func (*ConfigurationTemplateService) GetAuthSession

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

type GameSessionService

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

func (*GameSessionService) AdminQueryGameSessions deprecated

Deprecated: Use AdminQueryGameSessionsShort instead

func (*GameSessionService) AdminUpdateGameSessionMember deprecated

Deprecated: Use AdminUpdateGameSessionMemberShort instead

func (*GameSessionService) CreateGameSession deprecated

Deprecated: Use CreateGameSessionShort instead

func (*GameSessionService) DeleteGameSession deprecated

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

Deprecated: 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: Use GetGameSessionShort instead

func (*GameSessionService) GetGameSessionByPodName deprecated

Deprecated: Use GetGameSessionByPodNameShort instead

func (*GameSessionService) JoinGameSession deprecated

Deprecated: Use JoinGameSessionShort instead

func (*GameSessionService) LeaveGameSession deprecated

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

Deprecated: Use LeaveGameSessionShort instead

func (*GameSessionService) LeaveGameSessionShort

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

func (*GameSessionService) PatchUpdateGameSession deprecated

Deprecated: Use PatchUpdateGameSessionShort instead

func (*GameSessionService) PublicGameSessionInvite deprecated

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

Deprecated: 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: Use PublicGameSessionRejectShort instead

func (*GameSessionService) PublicGameSessionRejectShort

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

func (*GameSessionService) PublicQueryGameSessions deprecated

Deprecated: Use PublicQueryGameSessionsShort instead

func (*GameSessionService) PublicQueryMyGameSessions deprecated

Deprecated: Use PublicQueryMyGameSessionsShort instead

func (*GameSessionService) UpdateGameSession deprecated

Deprecated: Use UpdateGameSessionShort instead

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: 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: 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: Use AdminQueryPartiesShort instead

func (*PartyService) AdminQueryPartiesShort

func (*PartyService) GetAuthSession

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

func (*PartyService) PublicCreateParty deprecated

Deprecated: Use PublicCreatePartyShort instead

func (*PartyService) PublicGeneratePartyCode deprecated

Deprecated: Use PublicGeneratePartyCodeShort instead

func (*PartyService) PublicGetParty deprecated

Deprecated: Use PublicGetPartyShort instead

func (*PartyService) PublicGetPartyShort

func (*PartyService) PublicPartyInvite deprecated

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

Deprecated: Use PublicPartyInviteShort instead

func (*PartyService) PublicPartyInviteShort

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

func (*PartyService) PublicPartyJoin deprecated

Deprecated: Use PublicPartyJoinShort instead

func (*PartyService) PublicPartyJoinCode deprecated

Deprecated: Use PublicPartyJoinCodeShort instead

func (*PartyService) PublicPartyKick deprecated

Deprecated: Use PublicPartyKickShort instead

func (*PartyService) PublicPartyKickShort

func (*PartyService) PublicPartyLeave deprecated

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

Deprecated: 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: Use PublicPartyRejectShort instead

func (*PartyService) PublicPartyRejectShort

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

func (*PartyService) PublicPatchUpdateParty deprecated

Deprecated: Use PublicPatchUpdatePartyShort instead

func (*PartyService) PublicPromotePartyLeader deprecated

Deprecated: Use PublicPromotePartyLeaderShort instead

func (*PartyService) PublicQueryMyParties deprecated

Deprecated: Use PublicQueryMyPartiesShort instead

func (*PartyService) PublicQueryMyPartiesShort

func (*PartyService) PublicRevokePartyCode deprecated

Deprecated: Use PublicRevokePartyCodeShort instead

func (*PartyService) PublicUpdateParty deprecated

Deprecated: Use PublicUpdatePartyShort instead

Jump to

Keyboard shortcuts

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