mirror of https://github.com/statping/statping
Updated Statup Plugins (markdown)
parent
46c2e53662
commit
85f404f370
|
@ -20,6 +20,9 @@ go build -buildmode=plugin -o example.so
|
||||||
```
|
```
|
||||||
###### Insert `example.so` into the `plugins` directory and reload Statup
|
###### Insert `example.so` into the `plugins` directory and reload Statup
|
||||||
|
|
||||||
|
## Testing Statup Plugins
|
||||||
|
Statup includes a couple tools to help you on your Plugin journey, you can use `statup test plugins` command to test all plugins you're including in your `/plugins` folder. This test will attempt to parse your plugin details, and then it will send events for your plugin to be fired.
|
||||||
|
|
||||||
## Statup Plugin Interface
|
## Statup Plugin Interface
|
||||||
Please remember Golang plugin's are very new and Statup plugin package may change and 'could' brake your plugin.
|
Please remember Golang plugin's are very new and Statup plugin package may change and 'could' brake your plugin.
|
||||||
```go
|
```go
|
||||||
|
|
Loading…
Reference in New Issue