uiComponentService

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: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UIcomponentService

type UIcomponentService interface {
	UpsertComponent(page models.UIComponent) error
	DeleteComponent(accountId, projectTag, pageName string) error
	ListComponents(accountId, projectTag string) ([]models.UIComponent, error)
	GetComponent(accountId, projectTag, pageName string) (models.UIComponent, error)
	SetComponentStatus(accountId, projectTag, pageName, status string) error
	GetUiInfrastructure(accountId, projectTag string) (models.UiInfrastructure, error)
	UpsertUiInfrastructure(uiInfra models.UiInfrastructure) error
	// This function deletes all the components of a project
	DeleteAllComponents(accountId, projectTag string) error
	GetExportableComponentByProjectName(accountId, projectTag, componentName string) (models.ExportableUIComponent, error)
}

Jump to

Keyboard shortcuts

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