Initial spike
This is mostly to solidify the overall structure with the agent, plugins, and testing philosphy.
This commit is contained in:
5
plugins/all/all.go
Normal file
5
plugins/all/all.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package all
|
||||
|
||||
import (
|
||||
_ "github.com/influxdb/tivan/plugins/system"
|
||||
)
|
||||
Reference in New Issue
Block a user