Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AbstractNonNativeLink ¶
func ExtractAllValuesFromBytes ¶
func ExtractAllValuesFromBytes(bytes []byte) AbstractNonNativeLink
type DefMatcher ¶
type DefMatcher struct {
// contains filtered or unexported fields
}
func NewDefMatcher ¶
func NewDefMatcher() *DefMatcher
func (*DefMatcher) ExecuteAll ¶
func (d *DefMatcher) ExecuteAll(link AbstractNonNativeLink) ([]byte, error)
func (*DefMatcher) ExecuteNamed ¶
func (d *DefMatcher) ExecuteNamed(link AbstractNonNativeLink, name string) ([]byte, error)
func (*DefMatcher) LoadDefinitions ¶
func (d *DefMatcher) LoadDefinitions(fs fs.FS) error
func (*DefMatcher) LoadEmbeddedDefinitions ¶
func (d *DefMatcher) LoadEmbeddedDefinitions() error
type ExecutionEnvironment ¶
type ExecutionEnvironment struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.