marketplaceService

package
v0.0.0-...-27c9e6d Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2024 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MarketplaceService

type MarketplaceService interface {
	AddItem(item models.MarketplaceItem, dbService databaseService.DatabaseService, cService crudService.CrudService, componentService uiComponentService.UIcomponentService, extensionService uiExtensionService.UIExtensionService) error
	UpdateItem(item models.MarketplaceItem) error
	DisableItem(item models.MarketplaceItem) error
	EnableItem(item models.MarketplaceItem) error
	GetItem(id int) (models.MarketplaceItem, error)
	ListItemsByCategory(category string) ([]models.MarketplaceItem, error)
	ListItemsByAccount(accountId int) ([]models.MarketplaceItem, error)
	ListItemsByType(itemType string) ([]models.MarketplaceItem, error)
	ListItems(accountId, category, itemType, projectType string, enable bool) ([]models.MarketplaceItem, error)
	ExportProject(accountId string, projectName, projectTag string, projectHasDb bool, dbService databaseService.DatabaseService, cService crudService.CrudService) (projectDto models.ProjectDto, err error)
	GetProjectOfItem(id int) (projectDto models.ProjectDto, err error)
	GetComponentOfItem(id int) (componentDto models.ExportableUIComponent, err error)
	GetExtensionOfItem(id int) (models.ExportableUIExtension, error)
	GetTemporaryCredential(useCase, accountId string) (credentials sts.Credentials, err error)
	CreateFunction(function models.Function) error
	UpdateFunction(function models.Function) error
	GetFunction(name string) (models.Function, error)
}

Jump to

Keyboard shortcuts

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