mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-06 09:04:27 +00:00
Unexport factory functions
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user