inventory

package
v0.1.0-alpha.4 Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2024 License: MIT Imports: 22 Imported by: 0

Documentation

Index

Constants

View Source
const ServiceVersion = "0.2.2"

Variables

View Source
var SDKVersion string

Functions

func GetUserAgent

func GetUserAgent() string

Types

type AdminChainingOperationsService

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

	FlightIdRepository *utils.FlightIdContainer
}

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
}

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
}

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
}

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
}

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
}

func (*AdminItemsService) AdminBulkRemoveItemsShort

func (*AdminItemsService) AdminBulkSaveItemShort

func (*AdminItemsService) AdminConsumeUserItemShort

func (*AdminItemsService) AdminGetInventoryItemShort

func (*AdminItemsService) AdminListItemsShort

func (*AdminItemsService) AdminSaveItemShort

func (*AdminItemsService) AdminSaveItemToInventoryShort

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
}

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
}

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
}

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
}

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
}

func (*PublicItemsService) GetAuthSession

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

func (*PublicItemsService) PublicConsumeMyItemShort

func (*PublicItemsService) PublicGetItemShort

func (*PublicItemsService) PublicListItemsShort

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
}

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