kind

package
v0.10.2 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KindLocator

type KindLocator interface {
	Lookup(kind state.Kind) (Locator, error)
}

KindLocator defines state value kind locators

type Locator

type Locator interface {

	//Value returns parameter value
	Value(ctx context.Context, name string) (interface{}, bool, error)

	//Names returns names of supported parameters
	Names() []string
}

Locator defines state locator

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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