diff options
author | Wolfy-J <[email protected]> | 2019-05-04 18:52:24 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-05-04 18:52:24 +0300 |
commit | 117a347b5234bce4168c332f5471855427399b7b (patch) | |
tree | 256eccc13a6a8f8e29684a9c4e0ed1892a4139ec /service/watcher/service.go | |
parent | 17c259e8e0a7988b4336643c4d180733663dbaa3 (diff) |
polish
Diffstat (limited to 'service/watcher/service.go')
-rw-r--r-- | service/watcher/service.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/service/watcher/service.go b/service/watcher/service.go index c81ff3f5..0d419716 100644 --- a/service/watcher/service.go +++ b/service/watcher/service.go @@ -8,13 +8,13 @@ import ( // ID defines watcher service name. const ID = "watch" -// Watchable defines the ability to attach roadrunner watcher. +// Watchable defines the ability to attach rr watcher. type Watchable interface { // Watch attaches watcher to the service. Watch(w roadrunner.Watcher) } -// Services to watch the state of roadrunner service inside other services. +// Services to watch the state of rr service inside other services. type Service struct { cfg *Config lsns []func(event int, ctx interface{}) |