internal

package
v0.0.4-alpha Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2025 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Function

type Function struct {
	Name string
}

type FunctionManager

type FunctionManager struct {
	// contains filtered or unexported fields
}

func NewFunctionManager

func NewFunctionManager() *FunctionManager

func (FunctionManager) GetAll

func (fm FunctionManager) GetAll() []*Function

func (*FunctionManager) IsPatternRegisted

func (fm *FunctionManager) IsPatternRegisted(pattern string) bool

TODO: Refactor this one with trie, consider better implementation

func (*FunctionManager) Register

func (fm *FunctionManager) Register(functionName string)

func (*FunctionManager) UnregisterByName

func (fm *FunctionManager) UnregisterByName(name string)

Jump to

Keyboard shortcuts

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