v1

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2026 License: Apache-2.0 Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	CapabilityPredicateParser      = Capability("PredicateParser")
	CapabilityEnvelopeParser       = Capability("EnvelopeParser")
	CapabilityStatementParser      = Capability("StatementParser")
	CapabilityPredicateTransformer = Capability("PredicateTransformer")
	CapabilitySignatureVerifier    = Capability("SignatureVerifier")
	CapabilityEvalEnginePlugin     = Capability("EvalEnginePlugin")
)

Functions

func PluginHasCapability

func PluginHasCapability(capability Capability, plugin Plugin) bool

Types

type Capability

type Capability string

type EnvelopeParser

type EnvelopeParser interface{} //nolint:iface // To be backfilled

type EvalEnginePlugin

type EvalEnginePlugin interface {
	CanRegisterFor(class.Class) bool
}

type Plugin

type Plugin interface {
	Capabilities() []Capability
}

type PredicateParser

type PredicateParser interface{} //nolint:iface // To be backfilled

type PredicateTransformer

type PredicateTransformer interface{} //nolint:iface // To be backfilled

type SignatureVerifier

type SignatureVerifier interface{} //nolint:iface // To be backfilled

type StatementParser

type StatementParser interface{} //nolint:iface // To be backfilled

Jump to

Keyboard shortcuts

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