Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Package ¶
type Package interface { GenerateComponents() ([]component.ComponentDefinition, error) GetVersion() string }
An entity that is used to expose a particular system's capabilities in Meshery A Package should have all the information that we need to generate the components
type PackageManager ¶
Supports pulling packages from Artifact Hub and other sources like Docker Hub. Should envelope Meshery Application importer - to be implemented
Click to show internal directories.
Click to hide internal directories.