extensibility

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package extensibility dynamically loads external Go plugins using `LoadPlugin`. Just provide a symbol name (e.g., a function) to integrate new features on-the-fly—no rebuilds or redeploys required.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LoadPlugin

func LoadPlugin[T any](path string, symName string) (res T, err error)

LoadPlugin loads a plugin from the given path and returns the symbol with the given name.

Types

This section is empty.

Jump to

Keyboard shortcuts

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