configfiles

package
v1.9.0 Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2022 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 8 more Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LoadConfigFile added in v1.4.0

func LoadConfigFile(name string) (*registryconfig.RegistryConfiguration, error)

LoadConfigFile returns a RegistryConfiguration from the `registryFile`

Types

type Loader

type Loader interface {
	// Load loads and returns the RegistryConfiguration from the storage layer, or an error if a configuration could not be loaded
	Load() (*registryconfig.RegistryConfiguration, error)
}

Loader loads configuration from a storage layer

func NewFsLoader

func NewFsLoader(fs utilfs.Filesystem, registryFile string) (Loader, error)

NewFsLoader returns a Loader that loads a RegistryConfiguration from the `registryFile`

Jump to

Keyboard shortcuts

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