Versions in this module Expand all Collapse all v0 v0.2.19 Mar 17, 2026 Changes in this version + func AsConfig[T any](h component.Handle) (*T, error) + func GetDefault[T any](ctx context.Context, l component.Locator) (T, error) + func GetMap[T any](ctx context.Context, l component.Locator) (map[string]T, error) + func GetWithFallback[T any](ctx context.Context, l component.Locator, name string) (T, error) + func GetWithTag[T any](ctx context.Context, l component.Locator, tag string) (T, error) + func Get[T any](ctx context.Context, l component.Locator, name string) (T, error) + func IsReserved(s string) bool + func IsValidIdentifier(s string) bool + func Iter[T any](ctx context.Context, l component.Locator) iter.Seq2[string, T] + func RequireTyped[T any](h component.Handle, purpose string) (T, error) + func ValidateScope(l component.Locator, s component.Scope) bool