runtime

package
v0.41.0 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2024 License: MPL-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package runtime contains public interfaces used in Omni frontend runtime.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Fielder

type Fielder interface {
	Field(string) (string, bool)
}

Fielder is implemented by all types which can traverse themselves in search for specific field.

type ListItem

type ListItem interface {
	Matcher
	ID() string
	Namespace() string
	Unwrap() any
	Field(name string) (string, bool)
}

ListItem is a wrapper for the list item.

type Matcher

type Matcher interface {
	Match(string) bool
}

Matcher is implemented by all types which can traverse themselves in search for specific string.

Jump to

Keyboard shortcuts

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