config

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2024 License: GPL-3.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrConfigNotFound = fmt.Errorf("config not found")

Functions

func NewDefaultConfig

func NewDefaultConfig() *v1.Config

func ValidateConfig

func ValidateConfig(c *v1.Config) error

Types

type CachingValidatingStore

type CachingValidatingStore struct {
	ConfigStore
	// contains filtered or unexported fields
}

func (*CachingValidatingStore) Get

func (c *CachingValidatingStore) Get() (*v1.Config, error)

func (*CachingValidatingStore) Update

func (c *CachingValidatingStore) Update(config *v1.Config) error

type ConfigStore

type ConfigStore interface {
	Get() (*v1.Config, error)
	Update(config *v1.Config) error
}

type JsonFileStore

type JsonFileStore struct {
	Path string
	// contains filtered or unexported fields
}

func (*JsonFileStore) Get

func (f *JsonFileStore) Get() (*v1.Config, error)

func (*JsonFileStore) Update

func (f *JsonFileStore) Update(config *v1.Config) error

type MemoryStore

type MemoryStore struct {
	Config *v1.Config
	// contains filtered or unexported fields
}

func (*MemoryStore) Get

func (c *MemoryStore) Get() (*v1.Config, error)

func (*MemoryStore) Update

func (c *MemoryStore) Update(config *v1.Config) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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