mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
refactor: remove unused fields from WorkerService struct
This commit is contained in:
@@ -26,7 +26,6 @@ type WorkerService struct {
|
||||
healthSvc *HealthService
|
||||
|
||||
// settings
|
||||
address interfaces.Address
|
||||
heartbeatInterval time.Duration
|
||||
|
||||
// context and synchronization
|
||||
@@ -38,7 +37,6 @@ type WorkerService struct {
|
||||
// internals
|
||||
stopped bool
|
||||
n *models.Node
|
||||
s grpc.NodeService_SubscribeClient
|
||||
isReady bool
|
||||
interfaces.Logger
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user