inventory

package module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2025 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminChainingOperationsService

type AdminChainingOperationsService struct {
	Client           *inventoryclient.JusticeInventoryService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

AdminChainingOperationsService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use AdminChainingOperationsService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/inventory-sdk/pkg"

func (*AdminChainingOperationsService) GetAuthSession

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

func (*AdminChainingOperationsService) UpdateFlightId

func (aaa *AdminChainingOperationsService) UpdateFlightId(flightId string)

type AdminIntegrationConfigurationsService

type AdminIntegrationConfigurationsService struct {
	Client           *inventoryclient.JusticeInventoryService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

AdminIntegrationConfigurationsService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use AdminIntegrationConfigurationsService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/inventory-sdk/pkg"

func (*AdminIntegrationConfigurationsService) GetAuthSession

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

func (*AdminIntegrationConfigurationsService) UpdateFlightId

func (aaa *AdminIntegrationConfigurationsService) UpdateFlightId(flightId string)

type AdminInventoriesService

type AdminInventoriesService struct {
	Client           *inventoryclient.JusticeInventoryService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

AdminInventoriesService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use AdminInventoriesService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/inventory-sdk/pkg"

func (*AdminInventoriesService) AdminPurchasableShort

func (aaa *AdminInventoriesService) AdminPurchasableShort(input *admin_inventories.AdminPurchasableParams) error

func (*AdminInventoriesService) DeleteInventoryShort

func (aaa *AdminInventoriesService) DeleteInventoryShort(input *admin_inventories.DeleteInventoryParams) error

func (*AdminInventoriesService) GetAuthSession

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

func (*AdminInventoriesService) UpdateFlightId

func (aaa *AdminInventoriesService) UpdateFlightId(flightId string)

type AdminInventoryConfigurationsService

type AdminInventoryConfigurationsService struct {
	Client           *inventoryclient.JusticeInventoryService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

AdminInventoryConfigurationsService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use AdminInventoryConfigurationsService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/inventory-sdk/pkg"

func (*AdminInventoryConfigurationsService) AdminDeleteInventoryConfigurationShort

func (*AdminInventoryConfigurationsService) GetAuthSession

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

func (*AdminInventoryConfigurationsService) UpdateFlightId

func (aaa *AdminInventoryConfigurationsService) UpdateFlightId(flightId string)

type AdminItemTypesService

type AdminItemTypesService struct {
	Client           *inventoryclient.JusticeInventoryService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

AdminItemTypesService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use AdminItemTypesService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/inventory-sdk/pkg"

func (*AdminItemTypesService) AdminDeleteItemTypeShort

func (aaa *AdminItemTypesService) AdminDeleteItemTypeShort(input *admin_item_types.AdminDeleteItemTypeParams) error

func (*AdminItemTypesService) GetAuthSession

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

func (*AdminItemTypesService) UpdateFlightId

func (aaa *AdminItemTypesService) UpdateFlightId(flightId string)

type AdminItemsService

type AdminItemsService struct {
	Client           *inventoryclient.JusticeInventoryService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

AdminItemsService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use AdminItemsService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/inventory-sdk/pkg"

func (*AdminItemsService) AdminBulkRemoveItemsShort

func (*AdminItemsService) AdminBulkSaveItemShort

func (*AdminItemsService) AdminConsumeUserItemShort

func (*AdminItemsService) AdminGetInventoryItemShort

func (*AdminItemsService) AdminListItemsShort

func (*AdminItemsService) AdminSaveItemShort

func (*AdminItemsService) AdminSyncUserEntitlementsShort

func (aaa *AdminItemsService) AdminSyncUserEntitlementsShort(input *admin_items.AdminSyncUserEntitlementsParams) error

func (*AdminItemsService) GetAuthSession

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

func (*AdminItemsService) UpdateFlightId

func (aaa *AdminItemsService) UpdateFlightId(flightId string)

type AdminTagsService

type AdminTagsService struct {
	Client           *inventoryclient.JusticeInventoryService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

AdminTagsService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use AdminTagsService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/inventory-sdk/pkg"

func (*AdminTagsService) AdminCreateTagShort

func (*AdminTagsService) AdminDeleteTagShort

func (aaa *AdminTagsService) AdminDeleteTagShort(input *admin_tags.AdminDeleteTagParams) error

func (*AdminTagsService) AdminListTagsShort

func (*AdminTagsService) GetAuthSession

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

func (*AdminTagsService) UpdateFlightId

func (aaa *AdminTagsService) UpdateFlightId(flightId string)

type PublicInventoriesService

type PublicInventoriesService struct {
	Client           *inventoryclient.JusticeInventoryService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

PublicInventoriesService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use PublicInventoriesService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/inventory-sdk/pkg"

func (*PublicInventoriesService) GetAuthSession

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

func (*PublicInventoriesService) UpdateFlightId

func (aaa *PublicInventoriesService) UpdateFlightId(flightId string)

type PublicInventoryConfigurationsService

type PublicInventoryConfigurationsService struct {
	Client           *inventoryclient.JusticeInventoryService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

PublicInventoryConfigurationsService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use PublicInventoryConfigurationsService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/inventory-sdk/pkg"

func (*PublicInventoryConfigurationsService) GetAuthSession

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

func (*PublicInventoryConfigurationsService) UpdateFlightId

func (aaa *PublicInventoryConfigurationsService) UpdateFlightId(flightId string)

type PublicItemTypesService

type PublicItemTypesService struct {
	Client           *inventoryclient.JusticeInventoryService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

PublicItemTypesService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use PublicItemTypesService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/inventory-sdk/pkg"

func (*PublicItemTypesService) GetAuthSession

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

func (*PublicItemTypesService) UpdateFlightId

func (aaa *PublicItemTypesService) UpdateFlightId(flightId string)

type PublicItemsService

type PublicItemsService struct {
	Client           *inventoryclient.JusticeInventoryService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

PublicItemsService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use PublicItemsService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/inventory-sdk/pkg"

func (*PublicItemsService) GetAuthSession

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

func (*PublicItemsService) PublicConsumeMyItemShort

func (*PublicItemsService) PublicGetItemShort

func (*PublicItemsService) PublicListItemsShort

func (*PublicItemsService) PublicMoveMyItemsShort

func (*PublicItemsService) UpdateFlightId

func (aaa *PublicItemsService) UpdateFlightId(flightId string)

type PublicTagsService

type PublicTagsService struct {
	Client           *inventoryclient.JusticeInventoryService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

PublicTagsService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use PublicTagsService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/inventory-sdk/pkg"

func (*PublicTagsService) GetAuthSession

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

func (*PublicTagsService) PublicListTagsShort

func (*PublicTagsService) UpdateFlightId

func (aaa *PublicTagsService) UpdateFlightId(flightId string)

Jump to

Keyboard shortcuts

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