diff options
Diffstat (limited to 'service/service.go')
-rw-r--r-- | service/service.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/service.go b/service/service.go index 6ddcda41..6cd12b51 100644 --- a/service/service.go +++ b/service/service.go @@ -2,7 +2,7 @@ package service import "sync" -// svc provides high level functionality for road runner svc. +// Service provides high level functionality for road runner modules. type Service interface { // 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. |