summaryrefslogtreecommitdiff
path: root/pkg/pool/static_pool.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-07-10 16:14:37 +0300
committerValery Piashchynski <[email protected]>2021-07-10 16:14:37 +0300
commitcb2665d93ad7abe1ab30508ff0e2bd4d0bc379ea (patch)
treed434861d00919985e9335c79336695cd3085bdcb /pkg/pool/static_pool.go
parent453eb10b436925ef91b1206e795e581e6293d132 (diff)
Move interfaces to its consumers
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'pkg/pool/static_pool.go')
-rwxr-xr-xpkg/pool/static_pool.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/pool/static_pool.go b/pkg/pool/static_pool.go
index 1c149c51..f2f19795 100755
--- a/pkg/pool/static_pool.go
+++ b/pkg/pool/static_pool.go
@@ -41,7 +41,7 @@ type StaticPool struct {
listeners []events.Listener
// manages worker states and TTLs
- ww workerWatcher.Watcher
+ ww Watcher
// allocate new worker
allocator worker.Allocator