aboutsummaryrefslogtreecommitdiff
path: root/plugin_go.go
Commit message (Expand)AuthorAgeFilesLines
* go fmtSimon Ser2022-10-131-3/+3
* Rename project to alpsSimon Ser2020-05-131-2/+2
* Update docs with new RegisterPluginLoader functionSimon Ser2020-01-211-2/+2
* Extract Lua infrastructure into a pluginSimon Ser2020-01-201-2/+2
* Introduce PluginLoaderFuncSimon Ser2020-01-201-0/+7
* Make Go plugin handlers take a *ContextSimon Ser2019-12-171-11/+14
* Add Context to Plugin.InjectSimon Ser2019-12-171-4/+4
* Add RenderData interfaceSimon Ser2019-12-171-2/+2
* Allow Go Plugins to inject template dataSimon Ser2019-12-171-0/+21
* Improve docsSimon Ser2019-12-171-0/+13
* go fmtSimon Ser2019-12-161-1/+1
* Introduce base pluginSimon Ser2019-12-161-1/+1
* Add an API for Go pluginsSimon Ser2019-12-161-0/+97