registry

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: May 5, 2021 License: EPL-2.0 Imports: 8 Imported by: 0

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)

Jump to

Keyboard shortcuts

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