summaryrefslogtreecommitdiff
path: root/service/static/service.go
diff options
context:
space:
mode:
Diffstat (limited to 'service/static/service.go')
-rw-r--r--service/static/service.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/service/static/service.go b/service/static/service.go
index b2723e42..2cb419fe 100644
--- a/service/static/service.go
+++ b/service/static/service.go
@@ -1,7 +1,7 @@
package static
import (
- rrttp "github.com/spiral/roadrunner/service/http"
+ rrhttp "github.com/spiral/roadrunner/service/http"
"net/http"
"path"
)
@@ -20,7 +20,7 @@ type Service struct {
// Init must return configure service and return true if service hasStatus enabled. Must return error in case of
// misconfiguration. Services must not be used without proper configuration pushed first.
-func (s *Service) Init(cfg *Config, r *rrttp.Service) (bool, error) {
+func (s *Service) Init(cfg *Config, r *rrhttp.Service) (bool, error) {
if r == nil {
return false, nil
}