mirror of https://github.com/statping/statping
Updated Statup Plugins (markdown)
parent
a79de42631
commit
5d3ef7b024
|
@ -6,6 +6,10 @@ go get github.com/hunterlong/statup/plugin
|
||||||
## Example Plugin
|
## Example Plugin
|
||||||
Start off with the [Example Statup Plugin](https://github.com/hunterlong/statup_plugin) that includes all the interfaces and some custom options for you to expand on. You can include any type of function in your own plugin!
|
Start off with the [Example Statup Plugin](https://github.com/hunterlong/statup_plugin) that includes all the interfaces and some custom options for you to expand on. You can include any type of function in your own plugin!
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img width="75%" src="https://s3-us-west-2.amazonaws.com/gitimgs/statupplugin.png">
|
||||||
|
</p>
|
||||||
|
|
||||||
## Building Plugins
|
## Building Plugins
|
||||||
Plugins don't need a push request and they can be private! You'll need to compile your plugin to the Golang `.so` binary format. Once you've built your plugin, insert it into the `plugins` folder in your Statup directory and reboot the application. Clone the [Example Statup Plugin](https://github.com/hunterlong/statup_plugin) repo and try to build it yourself!
|
Plugins don't need a push request and they can be private! You'll need to compile your plugin to the Golang `.so` binary format. Once you've built your plugin, insert it into the `plugins` folder in your Statup directory and reboot the application. Clone the [Example Statup Plugin](https://github.com/hunterlong/statup_plugin) repo and try to build it yourself!
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue