cloud_save

package
v2.0.1-0...-87b912e Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CloudSaveGetProfilesRequest

type CloudSaveGetProfilesRequest struct {
	TenantID string   `json:"tenant_id"`
	IDs      []string `json:"public_account_ids"`
}

type CloudSaveGetProfilesResponse

type CloudSaveGetProfilesResponse struct {
	Documents []CloudSavePlayerEntity `json:"documents"`
}

type CloudSavePlayerData

type CloudSavePlayerData struct {
	PictureURL string `json:"picture_url"`
	Name       string `json:"player_name"`
}

type CloudSavePlayerEntity

type CloudSavePlayerEntity struct {
	AccountID string            `json:"accountId"`
	Data      map[string]string `json:"data"`
}

Jump to

Keyboard shortcuts

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