registry

package
v0.12.0-alpha Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LocalFileRegistry

type LocalFileRegistry struct{}

func (*LocalFileRegistry) GetPod

func (r *LocalFileRegistry) GetPod(podPath string) (string, error)

type RegistryItemNotFound

type RegistryItemNotFound struct {
	Err error
}

func NewRegistryItemNotFound

func NewRegistryItemNotFound(err error) *RegistryItemNotFound

func (*RegistryItemNotFound) Error

func (e *RegistryItemNotFound) Error() string

type SpiceRackRegistry

type SpiceRackRegistry struct{}

func (*SpiceRackRegistry) GetPod

func (r *SpiceRackRegistry) GetPod(podFullPath string) (string, error)

type SpiceRegistry

type SpiceRegistry interface {
	GetPod(podPath string) (string, error)
}

func GetRegistry

func GetRegistry(path string) SpiceRegistry

Jump to

Keyboard shortcuts

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