Documentation
¶
Index ¶
- Constants
- Variables
- func GetUserAgent() string
- func NewSessionbrowserClient(configRepository repository.ConfigRepository) *sessionbrowserclient.JusticeSessionbrowserService
- type SessionService
- func (aaa *SessionService) AddPlayerToSessionShort(input *session.AddPlayerToSessionParams) (*session.AddPlayerToSessionResponse, error)
- func (aaa *SessionService) AdminDeleteSessionShort(input *session.AdminDeleteSessionParams) (*session.AdminDeleteSessionResponse, error)
- func (aaa *SessionService) AdminGetSessionShort(input *session.AdminGetSessionParams) (*session.AdminGetSessionResponse, error)
- func (aaa *SessionService) AdminQuerySessionShort(input *session.AdminQuerySessionParams) (*session.AdminQuerySessionResponse, error)
- func (aaa *SessionService) AdminSearchSessionsV2Short(input *session.AdminSearchSessionsV2Params) (*session.AdminSearchSessionsV2Response, error)
- func (aaa *SessionService) CreateSessionShort(input *session.CreateSessionParams) (*session.CreateSessionResponse, error)
- func (aaa *SessionService) DeleteSessionLocalDSShort(input *session.DeleteSessionLocalDSParams) (*session.DeleteSessionLocalDSResponse, error)
- func (aaa *SessionService) DeleteSessionShort(input *session.DeleteSessionParams) (*session.DeleteSessionResponse, error)
- func (aaa *SessionService) GetActiveCustomGameSessionsShort(input *session.GetActiveCustomGameSessionsParams) (*session.GetActiveCustomGameSessionsResponse, error)
- func (aaa *SessionService) GetActiveMatchmakingGameSessionsShort(input *session.GetActiveMatchmakingGameSessionsParams) (*session.GetActiveMatchmakingGameSessionsResponse, error)
- func (aaa *SessionService) GetAuthSession() auth.Session
- func (aaa *SessionService) GetRecentPlayerShort(input *session.GetRecentPlayerParams) (*session.GetRecentPlayerResponse, error)
- func (aaa *SessionService) GetSessionByUserIDsShort(input *session.GetSessionByUserIDsParams) (*session.GetSessionByUserIDsResponse, error)
- func (aaa *SessionService) GetSessionHistoryDetailedShort(input *session.GetSessionHistoryDetailedParams) (*session.GetSessionHistoryDetailedResponse, error)
- func (aaa *SessionService) GetSessionShort(input *session.GetSessionParams) (*session.GetSessionResponse, error)
- func (aaa *SessionService) GetTotalActiveSessionShort(input *session.GetTotalActiveSessionParams) (*session.GetTotalActiveSessionResponse, error)
- func (aaa *SessionService) JoinSessionShort(input *session.JoinSessionParams) (*session.JoinSessionResponse, error)
- func (aaa *SessionService) RemovePlayerFromSessionShort(input *session.RemovePlayerFromSessionParams) (*session.RemovePlayerFromSessionResponse, error)
- func (aaa *SessionService) UpdateFlightId(flightId string)
- func (aaa *SessionService) UpdateSessionShort(input *session.UpdateSessionParams) (*session.UpdateSessionResponse, error)
- func (aaa *SessionService) UpdateSettingsShort(input *session.UpdateSettingsParams) (*session.UpdateSettingsResponse, error)
- func (aaa *SessionService) UserQuerySessionShort(input *session.UserQuerySessionParams) (*session.UserQuerySessionResponse, error)
Constants ¶
View Source
const ServiceVersion = ""
Variables ¶
View Source
var SDKVersion string
Functions ¶
func GetUserAgent ¶
func GetUserAgent() string
func NewSessionbrowserClient ¶
func NewSessionbrowserClient(configRepository repository.ConfigRepository) *sessionbrowserclient.JusticeSessionbrowserService
Types ¶
type SessionService ¶
type SessionService struct { Client *sessionbrowserclient.JusticeSessionbrowserService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*SessionService) AddPlayerToSessionShort ¶
func (aaa *SessionService) AddPlayerToSessionShort(input *session.AddPlayerToSessionParams) (*session.AddPlayerToSessionResponse, error)
func (*SessionService) AdminDeleteSessionShort ¶
func (aaa *SessionService) AdminDeleteSessionShort(input *session.AdminDeleteSessionParams) (*session.AdminDeleteSessionResponse, error)
func (*SessionService) AdminGetSessionShort ¶
func (aaa *SessionService) AdminGetSessionShort(input *session.AdminGetSessionParams) (*session.AdminGetSessionResponse, error)
func (*SessionService) AdminQuerySessionShort ¶
func (aaa *SessionService) AdminQuerySessionShort(input *session.AdminQuerySessionParams) (*session.AdminQuerySessionResponse, error)
func (*SessionService) AdminSearchSessionsV2Short ¶
func (aaa *SessionService) AdminSearchSessionsV2Short(input *session.AdminSearchSessionsV2Params) (*session.AdminSearchSessionsV2Response, error)
func (*SessionService) CreateSessionShort ¶
func (aaa *SessionService) CreateSessionShort(input *session.CreateSessionParams) (*session.CreateSessionResponse, error)
func (*SessionService) DeleteSessionLocalDSShort ¶
func (aaa *SessionService) DeleteSessionLocalDSShort(input *session.DeleteSessionLocalDSParams) (*session.DeleteSessionLocalDSResponse, error)
func (*SessionService) DeleteSessionShort ¶
func (aaa *SessionService) DeleteSessionShort(input *session.DeleteSessionParams) (*session.DeleteSessionResponse, error)
func (*SessionService) GetActiveCustomGameSessionsShort ¶
func (aaa *SessionService) GetActiveCustomGameSessionsShort(input *session.GetActiveCustomGameSessionsParams) (*session.GetActiveCustomGameSessionsResponse, error)
func (*SessionService) GetActiveMatchmakingGameSessionsShort ¶
func (aaa *SessionService) GetActiveMatchmakingGameSessionsShort(input *session.GetActiveMatchmakingGameSessionsParams) (*session.GetActiveMatchmakingGameSessionsResponse, error)
func (*SessionService) GetAuthSession ¶
func (aaa *SessionService) GetAuthSession() auth.Session
func (*SessionService) GetRecentPlayerShort ¶
func (aaa *SessionService) GetRecentPlayerShort(input *session.GetRecentPlayerParams) (*session.GetRecentPlayerResponse, error)
func (*SessionService) GetSessionByUserIDsShort ¶
func (aaa *SessionService) GetSessionByUserIDsShort(input *session.GetSessionByUserIDsParams) (*session.GetSessionByUserIDsResponse, error)
func (*SessionService) GetSessionHistoryDetailedShort ¶
func (aaa *SessionService) GetSessionHistoryDetailedShort(input *session.GetSessionHistoryDetailedParams) (*session.GetSessionHistoryDetailedResponse, error)
func (*SessionService) GetSessionShort ¶
func (aaa *SessionService) GetSessionShort(input *session.GetSessionParams) (*session.GetSessionResponse, error)
func (*SessionService) GetTotalActiveSessionShort ¶
func (aaa *SessionService) GetTotalActiveSessionShort(input *session.GetTotalActiveSessionParams) (*session.GetTotalActiveSessionResponse, error)
func (*SessionService) JoinSessionShort ¶
func (aaa *SessionService) JoinSessionShort(input *session.JoinSessionParams) (*session.JoinSessionResponse, error)
func (*SessionService) RemovePlayerFromSessionShort ¶
func (aaa *SessionService) RemovePlayerFromSessionShort(input *session.RemovePlayerFromSessionParams) (*session.RemovePlayerFromSessionResponse, error)
func (*SessionService) UpdateFlightId ¶
func (aaa *SessionService) UpdateFlightId(flightId string)
func (*SessionService) UpdateSessionShort ¶
func (aaa *SessionService) UpdateSessionShort(input *session.UpdateSessionParams) (*session.UpdateSessionResponse, error)
func (*SessionService) UpdateSettingsShort ¶
func (aaa *SessionService) UpdateSettingsShort(input *session.UpdateSettingsParams) (*session.UpdateSettingsResponse, error)
func (*SessionService) UserQuerySessionShort ¶
func (aaa *SessionService) UserQuerySessionShort(input *session.UserQuerySessionParams) (*session.UserQuerySessionResponse, error)
Click to show internal directories.
Click to hide internal directories.