Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement RPC Plugins #40

Merged
merged 16 commits into from
Jun 26, 2023
Merged

Implement RPC Plugins #40

merged 16 commits into from
Jun 26, 2023

Conversation

Uggah
Copy link
Contributor

@Uggah Uggah commented Jun 26, 2023

This implements a loader for RPC plugins using go-plugin by hashicorp.

Plugins must implement the interface in plugin_interface.go - then their binary with the extension ".plugin" needs to be placed in the folder plugins in the working directory.
They'll be loaded and can then add new functionality to the application

@Uggah Uggah added the Feature New feature or request label Jun 26, 2023
@Uggah Uggah self-assigned this Jun 26, 2023
@Uggah Uggah merged commit 3bb1187 into development Jun 26, 2023
@Uggah Uggah deleted the plugins branch June 26, 2023 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant