uiExtensionService

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 UIExtensionService

type UIExtensionService interface {
	UpsertExtension(extension models.UIExtension) error
	DeleteExtension(accountId, projectTag, extensionName string) error
	ListExtensions(accountId, projectTag string) ([]models.UIExtension, error)
	GetExtension(accountId, projectTag, extensionName string) (models.UIExtension, error)
	GetExportableExtensionByProjectName(accountId, projectName, extensionName string) (models.ExportableUIExtension, error)
}

Jump to

Keyboard shortcuts

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