Added BaseStatefulWorker in worker package. Added package comments to manager and worker.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
// Package manager implements the core orchestration logic for data providers and client sessions
|
||||
// in the tessera data_service. It manages provider registration, session lifecycle, client attachment,
|
||||
// stream configuration, and routing of messages between clients and providers.
|
||||
package manager
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user