inventory

package
v0.1.0-alpha.2 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2023 License: MIT Imports: 22 Imported by: 0

Documentation

Index

Constants

View Source
const ServiceVersion = "0.1.0"

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
}

func (*AdminChainingOperationsService) AdminCreateChainingOperations deprecated

Deprecated: 2022-01-10 - Please use AdminCreateChainingOperationsShort instead.

func (*AdminChainingOperationsService) GetAuthSession

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

type AdminInventoriesService

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

func (*AdminInventoriesService) AdminCreateInventory deprecated

Deprecated: 2022-01-10 - Please use AdminCreateInventoryShort instead.

func (*AdminInventoriesService) AdminGetInventory deprecated

Deprecated: 2022-01-10 - Please use AdminGetInventoryShort instead.

func (*AdminInventoriesService) AdminListInventories deprecated

Deprecated: 2022-01-10 - Please use AdminListInventoriesShort instead.

func (*AdminInventoriesService) AdminUpdateInventory deprecated

Deprecated: 2022-01-10 - Please use AdminUpdateInventoryShort instead.

func (*AdminInventoriesService) DeleteInventory deprecated

Deprecated: 2022-01-10 - Please use DeleteInventoryShort instead.

func (*AdminInventoriesService) DeleteInventoryShort

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

func (*AdminInventoriesService) GetAuthSession

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

type AdminInventoryConfigurationsService

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

func (*AdminInventoryConfigurationsService) AdminCreateInventoryConfiguration deprecated

Deprecated: 2022-01-10 - Please use AdminCreateInventoryConfigurationShort instead.

func (*AdminInventoryConfigurationsService) AdminDeleteInventoryConfiguration deprecated

Deprecated: 2022-01-10 - Please use AdminDeleteInventoryConfigurationShort instead.

func (*AdminInventoryConfigurationsService) AdminDeleteInventoryConfigurationShort

func (*AdminInventoryConfigurationsService) AdminGetInventoryConfiguration deprecated

Deprecated: 2022-01-10 - Please use AdminGetInventoryConfigurationShort instead.

func (*AdminInventoryConfigurationsService) AdminListInventoryConfigurations deprecated

Deprecated: 2022-01-10 - Please use AdminListInventoryConfigurationsShort instead.

func (*AdminInventoryConfigurationsService) AdminUpdateInventoryConfiguration deprecated

Deprecated: 2022-01-10 - Please use AdminUpdateInventoryConfigurationShort instead.

func (*AdminInventoryConfigurationsService) GetAuthSession

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

type AdminItemTypesService

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

func (*AdminItemTypesService) AdminCreateItemType deprecated

Deprecated: 2022-01-10 - Please use AdminCreateItemTypeShort instead.

func (*AdminItemTypesService) AdminDeleteItemType deprecated

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

Deprecated: 2022-01-10 - Please use AdminDeleteItemTypeShort instead.

func (*AdminItemTypesService) AdminDeleteItemTypeShort

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

func (*AdminItemTypesService) AdminListItemTypes deprecated

Deprecated: 2022-01-10 - Please use AdminListItemTypesShort instead.

func (*AdminItemTypesService) GetAuthSession

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

type AdminItemsService

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

func (*AdminItemsService) AdminBulkRemoveItems deprecated

Deprecated: 2022-01-10 - Please use AdminBulkRemoveItemsShort instead.

func (*AdminItemsService) AdminBulkRemoveItemsShort

func (*AdminItemsService) AdminBulkUpdateMyItems deprecated

Deprecated: 2022-01-10 - Please use AdminBulkUpdateMyItemsShort instead.

func (*AdminItemsService) AdminConsumeUserItem deprecated

Deprecated: 2022-01-10 - Please use AdminConsumeUserItemShort instead.

func (*AdminItemsService) AdminConsumeUserItemShort

func (*AdminItemsService) AdminGetInventoryItem deprecated

Deprecated: 2022-01-10 - Please use AdminGetInventoryItemShort instead.

func (*AdminItemsService) AdminGetInventoryItemShort

func (*AdminItemsService) AdminListItems deprecated

Deprecated: 2022-01-10 - Please use AdminListItemsShort instead.

func (*AdminItemsService) AdminListItemsShort

func (*AdminItemsService) AdminSaveItem deprecated

Deprecated: 2022-01-10 - Please use AdminSaveItemShort instead.

func (*AdminItemsService) AdminSaveItemShort

func (*AdminItemsService) AdminSaveItemToInventory deprecated

Deprecated: 2022-01-10 - Please use AdminSaveItemToInventoryShort instead.

func (*AdminItemsService) AdminSaveItemToInventoryShort

func (*AdminItemsService) GetAuthSession

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

type AdminTagsService

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

func (*AdminTagsService) AdminCreateTag deprecated

Deprecated: 2022-01-10 - Please use AdminCreateTagShort instead.

func (*AdminTagsService) AdminCreateTagShort

func (*AdminTagsService) AdminDeleteTag deprecated

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

Deprecated: 2022-01-10 - Please use AdminDeleteTagShort instead.

func (*AdminTagsService) AdminDeleteTagShort

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

func (*AdminTagsService) AdminListTags deprecated

Deprecated: 2022-01-10 - Please use AdminListTagsShort instead.

func (*AdminTagsService) AdminListTagsShort

func (*AdminTagsService) GetAuthSession

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

type PublicInventoriesService

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

func (*PublicInventoriesService) GetAuthSession

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

func (*PublicInventoriesService) PublicListInventories deprecated

Deprecated: 2022-01-10 - Please use PublicListInventoriesShort instead.

type PublicInventoryConfigurationsService

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

func (*PublicInventoryConfigurationsService) GetAuthSession

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

func (*PublicInventoryConfigurationsService) PublicListInventoryConfigurations deprecated

Deprecated: 2022-01-10 - Please use PublicListInventoryConfigurationsShort instead.

type PublicItemTypesService

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

func (*PublicItemTypesService) GetAuthSession

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

func (*PublicItemTypesService) PublicListItemTypes deprecated

Deprecated: 2022-01-10 - Please use PublicListItemTypesShort instead.

type PublicItemsService

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

func (*PublicItemsService) GetAuthSession

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

func (*PublicItemsService) PublicBulkRemoveMyItems deprecated

Deprecated: 2022-01-10 - Please use PublicBulkRemoveMyItemsShort instead.

func (*PublicItemsService) PublicBulkUpdateMyItems deprecated

Deprecated: 2022-01-10 - Please use PublicBulkUpdateMyItemsShort instead.

func (*PublicItemsService) PublicConsumeMyItem deprecated

Deprecated: 2022-01-10 - Please use PublicConsumeMyItemShort instead.

func (*PublicItemsService) PublicConsumeMyItemShort

func (*PublicItemsService) PublicGetItem deprecated

Deprecated: 2022-01-10 - Please use PublicGetItemShort instead.

func (*PublicItemsService) PublicGetItemShort

func (*PublicItemsService) PublicListItems deprecated

Deprecated: 2022-01-10 - Please use PublicListItemsShort instead.

func (*PublicItemsService) PublicListItemsShort

func (*PublicItemsService) PublicMoveMyItems deprecated

Deprecated: 2022-01-10 - Please use PublicMoveMyItemsShort instead.

type PublicTagsService

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

func (*PublicTagsService) GetAuthSession

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

func (*PublicTagsService) PublicListTags deprecated

Deprecated: 2022-01-10 - Please use PublicListTagsShort instead.

func (*PublicTagsService) PublicListTagsShort

Jump to

Keyboard shortcuts

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