diff options
author | Valery Piashchynski <[email protected]> | 2021-07-10 16:14:37 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-07-10 16:14:37 +0300 |
commit | cb2665d93ad7abe1ab30508ff0e2bd4d0bc379ea (patch) | |
tree | d434861d00919985e9335c79336695cd3085bdcb /pkg/pool/static_pool.go | |
parent | 453eb10b436925ef91b1206e795e581e6293d132 (diff) |
Move interfaces to its consumers
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'pkg/pool/static_pool.go')
-rwxr-xr-x | pkg/pool/static_pool.go | 2 |
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 |