configregistry

package
v4.0.5-alpha2 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2022 License: AGPL-3.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewConfigRegistry

func NewConfigRegistry(store config.Store, byName bool) registry.RawRegistry

func WithJSONItem

func WithJSONItem() configx.Option

func WithJSONItemMap added in v4.0.1

func WithJSONItemMap() configx.Option

Types

type Diff

type Diff struct {
	// contains filtered or unexported fields
}

func (*Diff) Add

func (a *Diff) Add(vs ...interface{})

func (*Diff) Delete

func (a *Diff) Delete(vs ...interface{})

func (*Diff) ToAdd

func (a *Diff) ToAdd() []interface{}

func (*Diff) ToDelete

func (a *Diff) ToDelete() []interface{}

func (*Diff) ToUpdate

func (a *Diff) ToUpdate() []interface{}

func (*Diff) Update

func (a *Diff) Update(vs ...interface{})

type URLOpener added in v4.0.1

type URLOpener struct{}

func (*URLOpener) OpenURL added in v4.0.1

func (o *URLOpener) OpenURL(ctx context.Context, u *url.URL) (registry.Registry, error)

Jump to

Keyboard shortcuts

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