mirror of
https://github.com/unpoller/unpoller.git
synced 2026-04-05 00:44:06 -04:00
datadog integration test works influx package tests update unifi version golanglint-ci and address *all* issues. all tests pass bump unifi version
11 lines
234 B
Go
11 lines
234 B
Go
package main
|
|
|
|
/* Everything in this file runs after the config is unmarshalled and we've
|
|
verified the configuration for the poller. */
|
|
|
|
func (p *plugin) runCollector() error {
|
|
p.Logf("mysql plugin is not finished")
|
|
|
|
return nil
|
|
}
|