Documentation ¶
Index ¶
- type GametelemetryOperationsService
- func (aaa *GametelemetryOperationsService) GetAuthSession() auth.Session
- func (aaa *GametelemetryOperationsService) ProtectedGetPlaytimeGameTelemetryV1ProtectedSteamIdsSteamIDPlaytimeGet(...) (interface{}, error)deprecated
- func (aaa *GametelemetryOperationsService) ProtectedGetPlaytimeGameTelemetryV1ProtectedSteamIdsSteamIDPlaytimeGetShort(...) (interface{}, error)
- func (aaa *GametelemetryOperationsService) ProtectedSaveEventsGameTelemetryV1ProtectedEventsPost(...) errordeprecated
- func (aaa *GametelemetryOperationsService) ProtectedSaveEventsGameTelemetryV1ProtectedEventsPostShort(...) error
- func (aaa *GametelemetryOperationsService) ProtectedUpdatePlaytimeGameTelemetryV1ProtectedSteamIdsSteamIDPlaytimePlaytimePut(...) (*gametelemetryclientmodels.PlayTimeResponse, error)deprecated
- func (aaa *GametelemetryOperationsService) ProtectedUpdatePlaytimeGameTelemetryV1ProtectedSteamIdsSteamIDPlaytimePlaytimePutShort(...) (*gametelemetryclientmodels.PlayTimeResponse, error)
- func (aaa *GametelemetryOperationsService) UpdateFlightId(flightId string)
- type TelemetryService
- func (aaa *TelemetryService) GetAuthSession() auth.Session
- func (aaa *TelemetryService) GetEventsGameTelemetryV1AdminNamespacesNamespaceEventsGet(...) (*gametelemetryclientmodels.PagedResponseGetNamespaceEventResponse, error)deprecated
- func (aaa *TelemetryService) GetEventsGameTelemetryV1AdminNamespacesNamespaceEventsGetShort(...) (*gametelemetryclientmodels.PagedResponseGetNamespaceEventResponse, error)
- func (aaa *TelemetryService) GetNamespacesGameTelemetryV1AdminNamespacesGet(input *telemetry.GetNamespacesGameTelemetryV1AdminNamespacesGetParams) (*gametelemetryclientmodels.ListBaseResponseStr, error)deprecated
- func (aaa *TelemetryService) GetNamespacesGameTelemetryV1AdminNamespacesGetShort(input *telemetry.GetNamespacesGameTelemetryV1AdminNamespacesGetParams) (*gametelemetryclientmodels.ListBaseResponseStr, error)
- func (aaa *TelemetryService) UpdateFlightId(flightId string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GametelemetryOperationsService ¶ added in v0.16.0
type GametelemetryOperationsService struct { Client *gametelemetryclient.JusticeGametelemetryService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*GametelemetryOperationsService) GetAuthSession ¶ added in v0.21.0
func (aaa *GametelemetryOperationsService) GetAuthSession() auth.Session
func (*GametelemetryOperationsService) ProtectedGetPlaytimeGameTelemetryV1ProtectedSteamIdsSteamIDPlaytimeGet
deprecated
added in
v0.16.0
func (aaa *GametelemetryOperationsService) ProtectedGetPlaytimeGameTelemetryV1ProtectedSteamIdsSteamIDPlaytimeGet(input *gametelemetry_operations.ProtectedGetPlaytimeGameTelemetryV1ProtectedSteamIdsSteamIDPlaytimeGetParams) (interface{}, error)
Deprecated: 2022-01-10 - please use ProtectedGetPlaytimeGameTelemetryV1ProtectedSteamIdsSteamIDPlaytimeGetShort instead.
func (*GametelemetryOperationsService) ProtectedGetPlaytimeGameTelemetryV1ProtectedSteamIdsSteamIDPlaytimeGetShort ¶ added in v0.16.0
func (aaa *GametelemetryOperationsService) ProtectedGetPlaytimeGameTelemetryV1ProtectedSteamIdsSteamIDPlaytimeGetShort(input *gametelemetry_operations.ProtectedGetPlaytimeGameTelemetryV1ProtectedSteamIdsSteamIDPlaytimeGetParams) (interface{}, error)
func (*GametelemetryOperationsService) ProtectedSaveEventsGameTelemetryV1ProtectedEventsPost
deprecated
added in
v0.16.0
func (aaa *GametelemetryOperationsService) ProtectedSaveEventsGameTelemetryV1ProtectedEventsPost(input *gametelemetry_operations.ProtectedSaveEventsGameTelemetryV1ProtectedEventsPostParams) error
Deprecated: 2022-01-10 - please use ProtectedSaveEventsGameTelemetryV1ProtectedEventsPostShort instead.
func (*GametelemetryOperationsService) ProtectedSaveEventsGameTelemetryV1ProtectedEventsPostShort ¶ added in v0.16.0
func (aaa *GametelemetryOperationsService) ProtectedSaveEventsGameTelemetryV1ProtectedEventsPostShort(input *gametelemetry_operations.ProtectedSaveEventsGameTelemetryV1ProtectedEventsPostParams) error
func (*GametelemetryOperationsService) ProtectedUpdatePlaytimeGameTelemetryV1ProtectedSteamIdsSteamIDPlaytimePlaytimePut
deprecated
added in
v0.16.0
func (aaa *GametelemetryOperationsService) ProtectedUpdatePlaytimeGameTelemetryV1ProtectedSteamIdsSteamIDPlaytimePlaytimePut(input *gametelemetry_operations.ProtectedUpdatePlaytimeGameTelemetryV1ProtectedSteamIdsSteamIDPlaytimePlaytimePutParams) (*gametelemetryclientmodels.PlayTimeResponse, error)
Deprecated: 2022-01-10 - please use ProtectedUpdatePlaytimeGameTelemetryV1ProtectedSteamIdsSteamIDPlaytimePlaytimePutShort instead.
func (*GametelemetryOperationsService) ProtectedUpdatePlaytimeGameTelemetryV1ProtectedSteamIdsSteamIDPlaytimePlaytimePutShort ¶ added in v0.16.0
func (aaa *GametelemetryOperationsService) ProtectedUpdatePlaytimeGameTelemetryV1ProtectedSteamIdsSteamIDPlaytimePlaytimePutShort(input *gametelemetry_operations.ProtectedUpdatePlaytimeGameTelemetryV1ProtectedSteamIdsSteamIDPlaytimePlaytimePutParams) (*gametelemetryclientmodels.PlayTimeResponse, error)
func (*GametelemetryOperationsService) UpdateFlightId ¶ added in v0.63.0
func (aaa *GametelemetryOperationsService) UpdateFlightId(flightId string)
type TelemetryService ¶ added in v0.37.0
type TelemetryService struct { Client *gametelemetryclient.JusticeGametelemetryService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*TelemetryService) GetAuthSession ¶ added in v0.37.0
func (aaa *TelemetryService) GetAuthSession() auth.Session
func (*TelemetryService) GetEventsGameTelemetryV1AdminNamespacesNamespaceEventsGet
deprecated
added in
v0.37.0
func (aaa *TelemetryService) GetEventsGameTelemetryV1AdminNamespacesNamespaceEventsGet(input *telemetry.GetEventsGameTelemetryV1AdminNamespacesNamespaceEventsGetParams) (*gametelemetryclientmodels.PagedResponseGetNamespaceEventResponse, error)
Deprecated: 2022-01-10 - please use GetEventsGameTelemetryV1AdminNamespacesNamespaceEventsGetShort instead.
func (*TelemetryService) GetEventsGameTelemetryV1AdminNamespacesNamespaceEventsGetShort ¶ added in v0.37.0
func (aaa *TelemetryService) GetEventsGameTelemetryV1AdminNamespacesNamespaceEventsGetShort(input *telemetry.GetEventsGameTelemetryV1AdminNamespacesNamespaceEventsGetParams) (*gametelemetryclientmodels.PagedResponseGetNamespaceEventResponse, error)
func (*TelemetryService) GetNamespacesGameTelemetryV1AdminNamespacesGet
deprecated
added in
v0.58.0
func (aaa *TelemetryService) GetNamespacesGameTelemetryV1AdminNamespacesGet(input *telemetry.GetNamespacesGameTelemetryV1AdminNamespacesGetParams) (*gametelemetryclientmodels.ListBaseResponseStr, error)
Deprecated: 2022-01-10 - please use GetNamespacesGameTelemetryV1AdminNamespacesGetShort instead.
func (*TelemetryService) GetNamespacesGameTelemetryV1AdminNamespacesGetShort ¶ added in v0.58.0
func (aaa *TelemetryService) GetNamespacesGameTelemetryV1AdminNamespacesGetShort(input *telemetry.GetNamespacesGameTelemetryV1AdminNamespacesGetParams) (*gametelemetryclientmodels.ListBaseResponseStr, error)
func (*TelemetryService) UpdateFlightId ¶ added in v0.63.0
func (aaa *TelemetryService) UpdateFlightId(flightId string)
Click to show internal directories.
Click to hide internal directories.