mirror of https://github.com/statping/statping
testing
parent
07882f45a7
commit
616f02ee2b
|
@ -17,7 +17,6 @@ package plugin
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/fatih/structs"
|
|
||||||
"github.com/hunterlong/statup/core"
|
"github.com/hunterlong/statup/core"
|
||||||
"github.com/hunterlong/statup/types"
|
"github.com/hunterlong/statup/types"
|
||||||
"github.com/hunterlong/statup/utils"
|
"github.com/hunterlong/statup/utils"
|
||||||
|
@ -99,7 +98,7 @@ func LoadPlugins(debug bool) {
|
||||||
|
|
||||||
if debug {
|
if debug {
|
||||||
utils.Log(1, fmt.Sprintf("Plugin '%v' struct:", f.Name()))
|
utils.Log(1, fmt.Sprintf("Plugin '%v' struct:", f.Name()))
|
||||||
utils.Log(1, structs.Map(symPlugin))
|
//utils.Log(1, structs.Map(symPlugin))
|
||||||
}
|
}
|
||||||
|
|
||||||
var plugActions types.PluginActions
|
var plugActions types.PluginActions
|
||||||
|
|
Loading…
Reference in New Issue