mirror of
https://github.com/stashapp/stash.git
synced 2025-12-08 17:35:40 +01:00
* Support multiple calls to PluginApi.patch.instead for a component. Allow calling the original/chained function from the hook function. * Add example of new usage of instead * Update documentation |
||
|---|---|---|
| .. | ||
| common | ||
| goraw | ||
| gorpc | ||
| js | ||
| python | ||
| react-component | ||
| README.md | ||
Building
From the base stash source directory:
go build -tags=plugin_example -o plugin_goraw.exe ./pkg/plugin/examples/goraw/...
go build -tags=plugin_example -o plugin_gorpc.exe ./pkg/plugin/examples/gorpc/...
Place the resulting binaries together with the yml files in the plugins subdirectory of your stash directory.