locator

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Locator

type Locator interface {
	Value(ctx context.Context, name string) (interface{}, bool, error)
	Kind() string
}

type Provider

type Provider interface {
	Locate(state *structology.State) Locator
	Kind() string
	Priority() int
}

type Registry

type Registry struct {
	internal.Map[string, Provider]
}

func NewRegistry

func NewRegistry() *Registry

func (*Registry) Lookup

func (r *Registry) Lookup(kind string) (Provider, bool)

Lookup returns a provider for a given kind

func (*Registry) Register

func (r *Registry) Register(provider Provider) error

Register registers a provider for a given kind

func (*Registry) Unregister

func (r *Registry) Unregister(kind string)

Unregister unregisters a provider for a given kind

type Resolver

type Resolver interface {
	Value(ctx context.Context, location *state.Location) (interface{}, bool, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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