Unexport factory functions

This commit is contained in:
2025-10-21 22:37:10 +02:00
parent 2b51b4a47f
commit bac18b5626
6 changed files with 15 additions and 15 deletions

View File

@@ -23,8 +23,8 @@ type lifecycleManager struct {
shutdownOnce sync.Once
}
// NewLifecycleManager creates a new lifecycle manager.
func NewLifecycleManager(
// newLifecycleManager creates a new lifecycle manager.
func newLifecycleManager(
registry *instanceRegistry,
manager InstanceManager,
checkInterval time.Duration,