mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-06 00:54:23 +00:00
Unexport factory functions
This commit is contained in:
@@ -14,8 +14,8 @@ type instanceRegistry struct {
|
||||
running sync.Map // map[string]struct{} - lock-free for status checks
|
||||
}
|
||||
|
||||
// NewInstanceRegistry creates a new instance registry.
|
||||
func NewInstanceRegistry() *instanceRegistry {
|
||||
// newInstanceRegistry creates a new instance registry.
|
||||
func newInstanceRegistry() *instanceRegistry {
|
||||
return &instanceRegistry{
|
||||
instances: make(map[string]*instance.Instance),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user