summaryrefslogtreecommitdiff
path: root/plugins/app/plugin.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-13 13:42:40 +0300
committerValery Piashchynski <[email protected]>2020-11-13 13:42:40 +0300
commit002eb4bb1981558fa5e614aed22d322f0f45d7ea (patch)
tree9c03ebf549741e31875c5b354de72d14ce0e8b97 /plugins/app/plugin.go
parent7eb675a031d751787b31bd6894c936e86b190ebf (diff)
Move all interfaces to the separate folder [RPC, METRICS, LOGGER]
RPC for the metrics update to the working state RCP interface renamed to the RPCer
Diffstat (limited to 'plugins/app/plugin.go')
-rw-r--r--plugins/app/plugin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/app/plugin.go b/plugins/app/plugin.go
index d76961ca..ed2880cc 100644
--- a/plugins/app/plugin.go
+++ b/plugins/app/plugin.go
@@ -9,7 +9,7 @@ import (
"github.com/spiral/errors"
"github.com/spiral/roadrunner/v2"
- "github.com/spiral/roadrunner/v2/log"
+ "github.com/spiral/roadrunner/v2/interfaces/log"
"github.com/spiral/roadrunner/v2/plugins/config"
"github.com/spiral/roadrunner/v2/util"
)