Documentation
¶
Index ¶
Constants ¶
View Source
const (
// RegistryDirectory is the directory where the YAML files for the internal registry exist
RegistryDirectory = "internal-registry/"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InternalRegistry ¶
type InternalRegistry interface { IsInInternalRegistry(pluginID string) bool ReadPluginFromInternalRegistry(pluginID string) (*dw.DevWorkspaceTemplate, error) }
InternalRegistry is an abstraction over internal registry functions to allow for easier testing
type InternalRegistryImpl ¶
type InternalRegistryImpl struct{}
func (*InternalRegistryImpl) IsInInternalRegistry ¶
func (_ *InternalRegistryImpl) IsInInternalRegistry(pluginID string) bool
IsInInternalRegistry checks if pluginID is in the internal registry
func (*InternalRegistryImpl) ReadPluginFromInternalRegistry ¶
func (_ *InternalRegistryImpl) ReadPluginFromInternalRegistry(pluginID string) (*dw.DevWorkspaceTemplate, error)
Click to show internal directories.
Click to hide internal directories.