Flesh out GLoom

I have documented GLoom's new RPC, how a plugin developer might create a plugin, and more. I have also created GLoomI, the included management interface for GLoom and added a LICENSE.
This commit is contained in:
Zoe
2025-01-07 19:33:08 +00:00
parent 3d6c4c72a7
commit 98c0f45ca8
18 changed files with 763 additions and 77 deletions

View File

@@ -5,8 +5,7 @@
"author": "you",
"license": "BSL-1.0",
"scripts": {
"build": "go build -buildmode=plugin -o ../plugs/example.so main.go",
"dev": "go run main.go"
"build": "go build -buildmode=plugin -o plugin.so main.go"
},
"pattern": "**/*.go",
"excluded_dirs": []